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

Breaks in linear schedule: show rooms #11

Open
rixx opened this issue Jul 9, 2022 · 0 comments
Open

Breaks in linear schedule: show rooms #11

rixx opened this issue Jul 9, 2022 · 0 comments

Comments

@rixx
Copy link
Member

rixx commented Jul 9, 2022

Not showing rooms in breaks in the linear schedule is bad, because there may be concurrent break-like events that actually rely on the room information.

However, always showing the room(s) is also bad, because often you just have a general break, and you don't want all five room names attached to the coffee break, especially on the limited screen size that is usually the cause of the linear schedule being used.

We can't just check if the break is across all rooms, because not all rooms are used on all days, so we'd have to replicate the "which rooms are in use" logic from the grid schedule, to then check if the grouped break applies to all of them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant