You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Editing a
Question
does not respect present submissions. Before release there should be a functionality to track revisions inQuestionSubmission
. The current plan of implementation:Question
QuestionSubmission
already has a respectiveBaseField
to save the revision of theQuestion
answeredThe text was updated successfully, but these errors were encountered: