You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
This will let us reimplement getCompetitorsDoneAndTotal() and getLastRoundResultsCount() in editCompetition.js without hitting unacceptable performance problems.
The text was updated successfully, but these errors were encountered:
Remember that since we're denormalizing a bit, we need to recompute these numbers when competitors are added to a round and when a rounds's format changes.
This brings up a tangential issue: what if someone picks a soft cutoff, then changes the number of solves in the round? We probably don't handle that case elegantly. I'm not really sure what we should do, though.
This will let us reimplement getCompetitorsDoneAndTotal() and getLastRoundResultsCount() in editCompetition.js without hitting unacceptable performance problems.
The text was updated successfully, but these errors were encountered: