genouest / genouestaccountmanager

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

Revamp tp calendar #472

Closed rsiminel closed 3 months ago

rsiminel commented 3 months ago

closes #467

rsiminel commented 3 months ago

@mboudet

Events are given a color corresponding to whether they are pending, active or over.

The events are shown as bars instead of dots now but there is no guarantee that the bars corresponding to one event are contiguous. Even worse, in some cases the bar of one event can seem to lead right into the bar of another separate event. Shall I write some logic to fix this ?

Once everything looks good, shall I write all of the styling as proper CSS ?