eisbuk / EisBuk

Manage bookings for ice skating lessons
GNU Affero General Public License v3.0
0 stars 1 forks source link

Fix edge case for ordering of athletes in printable attendance view #943

Open silviot opened 7 months ago

silviot commented 7 months ago

Currently the order of booked lessons is off on the printable attendance view when two overlapping slots are defined. Check out feb 12th. This is the current state of the printable view for that date: image

The order should be changed using these criteria:

Again, this is caused by two slots that were created by mistake for the same time period. ~Still, our ordering should follow the above rules, and mix slots if necessary.~ It's a nice to have, but we don't need to worry about this right now.