-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
Description
It is not clear to organizers and participants when the submission limit resets. Most people probably assume it resets at e.g. midnight in UTC or the server's time zone or at some other same set time every day.
As stated in #1427 (comment) the reset time seems to depend on each participant's previous submissions.
This information should be shown to at least the organizer (on site or maybe just in the wiki) and maybe to the user as well, so that they know when it will reset or that the reset time depends on when they submitted previously.
maybe
codabench/src/apps/competitions/models.py
Line 363 in 992bd86
| daily_submission_count = qs.filter(created_when__day=now().day).count() |