You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue with this function: the way I tried to copy the days/caregivers across different days does not work. You can add new caregivers at the same hours on different days, but when you try to edit the existing caregiver on a day, the menu changes and you cannot add them to multiple days anymore, just move them from one day to the other. I recorded the screen to show what I mean.
Unfortunately this is an intended made decision to implement it like this. The reason for this, is that each entry is independent. Unlike other calendar applications, we have only implemented the 'by week' recurring rule. To enable removing or creating copies when you edit an entry, we need to implement:
Searching for other entries, which are exactly the same (carer, language exposure, time match).
Remove or add copies of an entry after the edit was made.
I estimate that this takes another 4 hours to implement.
We would start moving into the direction of implementing more recurring rules, what we discussed once in the beginning.
Like when an entry is created, it should be possible to manage copies of an entry. So if the same entry exists on two days, it should be possible to change the days or add more days.
The text was updated successfully, but these errors were encountered:
This feature is based on this request:
Originally posted by @stwerm in #322
The reply originally was:
Like when an entry is created, it should be possible to manage copies of an entry. So if the same entry exists on two days, it should be possible to change the days or add more days.
The text was updated successfully, but these errors were encountered: