This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Fix private task closure registration start/end date population issue #526
+41
−5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix "Private task Closure in Direct should populate actual start and end time"
https://topcoder.atlassian.net/browse/SET-3
Issue Description:
Open https://www.topcoder-dev.com/direct/launch/home
Create a private task with the following parameters:
2.1 - Challenge Type: First2Finish
2.2 - Check the "Task" checkbox to make it private task
2.3 - Assign the task to a member (Could not do this step in direct in dev environment, used Online Review for it)
2.4 - Set the start date in the future
2.5 - Follow the challenge creation wizard to the end to launch the challenge.
Once the challenge is launched, Go to the contest details page in direct.
For example: https://www.topcoder-dev.com/direct/contest/detail?projectId=30056507
In the contest details page, close the private task and choose a winner by following steps shown on this screenshot:
For example: https://software.topcoder-dev.com/review/actions/ViewProjectDetails?method=viewProjectDetails&pid=30056507
The result will be like shown on this screenshot:
After Fixing the issue:
Follow the same steps as above.

After closing the private task, the phases should be properly ordered in Online review, and actual start/end dates should be properly populated.
See screenshot: