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

Add revisions to Question entity #10

Open
simonbaese opened this issue Oct 21, 2021 · 0 comments
Open

Add revisions to Question entity #10

simonbaese opened this issue Oct 21, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@simonbaese
Copy link
Member

Editing a Question does not respect present submissions. Before release there should be a functionality to track revisions in QuestionSubmission. The current plan of implementation:

  • Implement revisions for Question
  • QuestionSubmission already has a respective BaseField to save the revision of the Question answered
  • Do not deliver submission via REST endpoint if the submission is stale
  • Note administrators that questions should only be changed minimally (maybe implement soft edit)
  • Delete revisions if there are no submissions
@simonbaese simonbaese added the enhancement New feature or request label Oct 21, 2021
@simonbaese simonbaese self-assigned this Oct 21, 2021
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