-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Env:
Base branch: develop-temp
Requirement
-
The helper.getPhaseStatus should use phases' isOpen and dates to determine status, no need to use challengeDetails.status.
See:
https://discussions.topcoder.com/discussion/2041/clarification-regarding-challenge-phase-data
"avoid using challengeDetails.status" -
The helper.getPhaseStatus should use phase's dates to check whether phase is shceduled or closed,
it should not assume the phases are sorted by date in ascending order. -
In SubmissionService, listSubmissionsQuerySchema.challengeId should accept only uuid
-
In SubmissionService, createSubmission.schema.entity.challengeId should accept only uuid
-
In SubmissionService, updateSubmission.schema.entity.challengeId should accept only uuid
-
In SubmissionService, patchSubmission.schema.entity.challengeId should accept only uuid