Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
silviot opened this issue Feb 14, 2024 · 0 comments
Open

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

silviot opened this issue Feb 14, 2024 · 0 comments
Labels
wontfix This will not be worked on

Comments

@silviot
Copy link
Collaborator

silviot commented Feb 14, 2024

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:

  • start time ascending
  • duration ascending
  • last name

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.

@silviot silviot added the wontfix This will not be worked on label Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant