svthalia / sagexit

A stripped down Django reservation system using SAML
https://reservations.thalia.nu
GNU Affero General Public License v3.0
4 stars 1 forks source link

Split to a single calendar per room #26

Open DeD1rk opened 3 years ago

DeD1rk commented 3 years ago

The current view with all reservations side by side is unreadable even on medium screens. I think having 3 separate calendars would help with this (#5) and at the same time implement #25.

se-bastiaan commented 3 years ago

An alternative proposed by Thomas that would also help is giving the rooms different colours

DeD1rk commented 3 years ago

With the current number of spots I don't think coloring by itself is a solution. On mobile the system is now completely unusable as many reservations are only a few pixels wide...image

Though I suppose this could be mitigated somewhat by making the width be shared evenly over concurrent reservations.

JobDoesburg commented 3 years ago

Because we probably don't need this whole system anymore in 10 days, I think we won't fix this anymore

se-bastiaan commented 3 years ago

I was looking at implementing the timeline view from the scheduler package, but that didn't work easy so gave up