Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Default Terms #41

Open
rootelement opened this issue Sep 30, 2020 · 0 comments
Open

WIP Default Terms #41

rootelement opened this issue Sep 30, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rootelement
Copy link
Contributor

Problem

Right now, in topcoder, if a UI has a default terms, the ID (or now UUID) is stored in that system. For example:
https://github.com/topcoder-platform/challenge-engine-ui/blob/fc2c8cb6b780a64dec2ea7cd4b54edcd0a4c5e95/config/constants/development.js#L28

I want a way to:

  • Version Terms - Once terms are signed, they should not be editable. So either we need to implement a version history on terms, and the person agrees to those terms, or we need to lock out edit/delete on terms once someone has agreed to them
  • Get a current edition of terms by an identifier:
    • /v5/terms?key=nda
    • /v5/terms?key=challenge-terms

Then systems who want to use the current, default NDA don't need the UUID of those terms.

@rootelement rootelement self-assigned this Sep 30, 2020
@rootelement rootelement added the enhancement New feature or request label Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant