Closed johann-petrak closed 7 months ago
Related:
This seems to be two bugs really: showing "Never" in the overview is a separate bug and when that happens, it is not possible to submit any submissions any more see #1400
This issue is a duplicate of #1155. The remaining point in #1155 is to add the possibility to use actual datetime for start and end dates of phases. Right now this feature is not implemented, only the dates are taken into account.
In order to debug what will be happening when a phase change occurs I configured two phases like this:
When uploading the bundle, I get the error:
Obviously, the trial phase DOES start after the setup phase has ended, there is even a gap of one hour!
This seems to be rather broken: if I instead use the starting datetime 2024-04-11T14:00:00+02:00 forthe trial phase, it does work, but the indicated information in the web page is all wrong:
Note that the documentation says "start: Datetime string for the start of the competition. Isoformat strings are recommended." so a datetime (not just a date) should be allowed and indeed that would be essential to coordinate the work and for testing.