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.
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:
Create a schedule entry in the afternoon
Move the schedule entry such that the end time would be after midnight
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.
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.
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
andintervalCount
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.