thewca / wcif

The official specification of the WCA Competition Interchange Format.
9 stars 12 forks source link

Add support for regulation A1a (attempt and cumulative time limits) #19

Open coder13 opened 10 months ago

coder13 commented 10 months ago

Now that the edit events page refactor has been done, we should be able to think about how to support this reg in the wcif.

Regulation A1a

coder13 commented 10 months ago

One option would be to simply have timelimit and cumulativeTimelimit fields on the round object both with different types. A round will have at minimum one of these and at most both. Either could be null.