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
change it before the tournament starts - fairly easy - just use one of the standard templates. May need to check assigned seating numbers are contiguous 1-N.
change it after at least one round has been played - much more difficult. For this, we need to track substitutes, and need to reassign seating to minimise collisions. There's a crude starting point in https://github.com/ApplySci/aim/blob/main/server/run/reassign.py
The text was updated successfully, but these errors were encountered:
two parts:
change it before the tournament starts - fairly easy - just use one of the standard templates. May need to check assigned seating numbers are contiguous 1-N.
change it after at least one round has been played - much more difficult. For this, we need to track substitutes, and need to reassign seating to minimise collisions. There's a crude starting point in https://github.com/ApplySci/aim/blob/main/server/run/reassign.py
The text was updated successfully, but these errors were encountered: