genouest / genouestaccountmanager

Account manager for core facility
GNU Affero General Public License v3.0
5 stars 8 forks source link

Revamp tp calendar #479

Closed rsiminel closed 3 months ago

rsiminel commented 3 months ago

@mboudet

The events are shown as bars instead of dots now but there is no guarantee that the bars corresponding to one event are contiguous. Events are given a color corresponding to whether they are pending, active or over with a little bit of semi-random variation to distinguish events from one another. Perhaps a better "UX engineer" than I can come up with sexier colors and a better way to introduce their semi-randomness. Shall I write up the styling in proper CSS or leave it as is ?

closes #467

mboudet commented 3 months ago

Should be fine even if lines are not continuous. We won't have more than 2-3 reservations at the same time at most. As long as they have distinct color, it's fine.

Can you provide some screenshots to see the alignement issue?