ecamp / ecamp3

eCamp v3 is a web-based app for camp and course planning. The application is specialized for camps and courses of youth associations and for Y+S offers in the sport of camp sports/trekking.
https://ecamp3.ch
GNU Affero General Public License v3.0
111 stars 49 forks source link

bug(picasso): Schedule entry ending before 6am is not displayed #2390

Open usu opened 2 years ago

usu commented 2 years ago

Any schedule entry that has and end time between 0am and 5am is not shown in the picasso. Assumption is, that any schedule entry with a start time or end time outside the picasso's view would not be displayed.

Steps to reproduce:

Todo

Further comments

I had a first try to compute firstInterval and intervalCount dynamically based on startTime & endTime data from the schedule entries. Not very successful though as this behaves very unpredictable with drag & drop. Would be solution for print where schedule entries don't change dyanmically.

BacLuc commented 4 months ago

Seems to be fixed

usu commented 4 months ago

I think we kept this issue to track the upstream bug. However, it seems, that it won't be fixed in vuetify v2. So I'm ok with closing it here and we see what v-calendar in vuetify v3 will bring.