-
-
Notifications
You must be signed in to change notification settings - Fork 1
Group Assignment Strategy
Caleb edited this page Jul 11, 2022
·
1 revision
This application currently only has one strategy: sorting by speed.
To be precise, these are the steps it follows to do assignments.
It starts with assigning competing assignments to scramblers.
Every time it assigns someone from this point on, it does so in a "round robin" system where it determines which group is the smallest and assigns someone to that group.
It splits organizers and delegates up into different groups and does not currently give them any staff assignments (my idea is they do other things like run the comp or whatever they deem most needed at the moment).
It then sorts everyone by psych-sheet as it would appear on the wca website. That is to say precisely this order:
- First-timers
- First-timers for the event
- People without a ranking result (that is for 3x3, people with single but no average)
- People with results in order slowest to fastest
What it does not do yet
- Checks for similar-sounding names in the same group