thewca / wca-live

Platform for running WCA competitions and sharing live results with the world
https://live.worldcubeassociation.org
70 stars 23 forks source link

Prevent 0/0 from being entered as a result in MBLD #213

Closed SK927 closed 6 months ago

SK927 commented 6 months ago

It seems possible to enter invalid results for MBLD attempts:

Capture

Steps to reproduce: Only enter a time before submitting the attempt result.

Expected behavior: A warning or store the result as a DNF.

jonatanklosko commented 6 months ago

Good catch, we expected the values to be entered left-to-right and have completion logic accordingly, but we don't really enforce it. Fixed in 998c697022b950c7a3991a74527002c1ab54313b.

SK927 commented 6 months ago

I would have expected people to enter the results properly too :D Thanks for correcting it.