-
Notifications
You must be signed in to change notification settings - Fork 212
[$40] Design contests My Submission page: Add Submission button is missing #4755
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
Comments
@SathyaJayabal, can user still submit using the other main submit button on the challenge details page? |
yes, they can |
Contest https://www.topcoder.com/challenges/30140425 has been created for this ticket. |
@topcoder-platform/topcodercompetitors @topcoder-platform/tcxcommunity this is open for pickup Submit in 8 hours and PR to https://github.com/topcoder-platform/community-app/tree/milestone-v1.3 run |
Contest https://www.topcoder.com/challenges/30140425 has been updated - it has been assigned to cagdas001. |
@cagdas001 Thanks for join on this one. Please use these branches: |
@luizrrodrigues This issue applies to all challenge types (not only the design type) It's an API issue regarding the inconsistent dates. For e.g. https://api.topcoder.com/v5/challenges/1691118f-7734-422d-b8b6-d5df9f94f852 {
...
"phases": [
{
...
"scheduledEndDate": "2020-11-01T07:18:00Z",
"actualEndDate": "2020-08-14T11:42:05Z",
"isOpen": true,
"name": "Submission",
"actualStartDate": "2020-06-25T07:23:24Z",
"scheduledStartDate": "2020-06-25T07:23:24Z"
},
...
],
"startDate": "2020-06-25T07:09:01Z",
"endDate": "2020-11-03T07:18:00Z",
"registrationStartDate": "2020-06-25T07:09:01Z",
"registrationEndDate": "2020-08-14T11:42:05Z",
"submissionStartDate": "2020-06-25T07:23:24Z",
"submissionEndDate": "2020-08-14T11:42:05Z",
...
} You can see We have experienced the exact same (inconsistent dates from API) issue at other earlier issues too, I ended up manually extracting phase dates from I'll use the same approach here. |
By the way, I guess the root cause of #4756 is the same as here, as (afaik) it checks the community-app/src/shared/utils/challenge-listing/helper.js Lines 3 to 21 in 3c91974
fyi @narekcat |
PR: #4854 (also read above comments) |
@cagdas001 Cool, thanks for clarifications and details here. I'll review this shortly. |
@luizrrodrigues @sushilshinde , should we get this fixed from api side instead of working around it. |
@SathyaJayabal I think we can move this one forward because helper already created and present in existing code. But agree, we need get this fixed in API side. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30140425 |
Design contests My Submission page: Add Submission button is missing
Expected: "Add Submission" button must be displayed when the submission phase is still open.

example:
user:customeruser
https://beta-community-app.topcoder.com/challenges/ae7f8a3f-d28b-4743-ac0f-21e15b9f4891/my-submissions
https://www.topcoder.com/challenges/30136817/my-submissions
The text was updated successfully, but these errors were encountered: