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
As a Challenge Manager I want to ensure that submissions are only assigned to evaluators once. It should not be possible to create a duplicate assignment record with the same user_id and submission_id.
Acceptance Criteria
evaluator_submission_assignments have a unique index on user_id/submission_id
Model validation adds an error message if a duplicate submission assignment occurs
The text was updated successfully, but these errors were encountered:
What/Why
As a Challenge Manager I want to ensure that submissions are only assigned to evaluators once. It should not be possible to create a duplicate assignment record with the same user_id and submission_id.
Acceptance Criteria
evaluator_submission_assignments
have a unique index on user_id/submission_idThe text was updated successfully, but these errors were encountered: