-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hi,
In all competitions I acted as competitor and delegate, we noticed a peculiar pattern. While „usual“ competitors without dedicated staffing role are correctly distributed into groups when sorting by their ranks, delegates seem to be assigned by name instead. It may be a coincidence, and I am not sure I fully understand the logic yet to tell if a results-based assignment should in principle be there for delegates / organizers already.
Suppose following example:
Delegate 1 („Alice“) is better in 3x3 than Delegate 2 („Bob“). However, in 2x2, it’s the other way around.
Expectation: D1 competes in a faster (later) group for 3x3 than D2, with opposite treatment for reversed relative ranking (2x2).
What we seem to observe is that Delegate 1 with alphabetical ordering is assigned always in the faster group than Delegate 2, as Alice comes before Bob when using descending time similar to descending name string.
The questions: is this just coincidence and no such alphabetical ordering for staff is applied, or is this always the case and can we change this to the more intuitive sorting by results also for staff? Can we treat trainee-delegate as part of delegate for that matter? Or even make it configurable?
It should have something to do with how the overlapsEveryoneWithSameRole comes after the initial competitor sorting inside assignGroups.
Thank you.
Best,
Annika
CC: @LauraHolzhauer