This issue involves solving following issues:
[ ] Format start date and end date on challenge phase view. For reference, see this line https://github.com/Cloud-CV/EvalAI/blob/master/frontend/src/views/web/challenge/challenge-list.html#L17
[ ] Show Maximum number of submissions per day and Maximum number of total submissions in the card
@deshraj Can you assign this to me.
Sure, assigning it to you.
@deshraj Where do you want to show the submission count?
I think we should show it before the description of every phase. For reference, see this http://evalai.cloudcv.org/web/challenges/challenge-page/1/phases
Okay, do we also need to show a warning if user tries to exceed the submission count?
I think we can open a different issue for that. It would be a cool feature to have. We would need to write a new API endpoint for that.
Agree.
@jainarunarunjain You just need to add both field to phase details only. Let me know if you need more help.
@aka-jain @deshraj Sure, I will do this.
@deshraj @aka-jain From which API do i get max submission count.
Ammm, don't know. @deshraj Is that count not coming in phase API?
@deshraj I need some help,
max submissions count is not coming in phase API.
@deshraj I think we have not included the max_submissions_per_day and max_submissions field in the
ChallengePhaseSerializer. Please refer to this link. What are your views about it?
@RishabhJain2018 it would be great if you can add these fields in the API so that we can unblock @jainarunarunjain. I am occupied with some other work.
@deshraj yeah sure. I think I should open a new issue for that?
Cool. Sounds good. And don't forget to reference to this issue.
okay sure.
@jainarunarunjain The challenge Phase API is now updated. Now it is returning max_submissions_per_day and max_submissions.
Thnx @RishabhJain2018 @deshraj
@deshraj we should close this, Fixed in #729 .
Closing it. Fixed with #729.