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
The schedule objects have a property with a list of days, so we just need to run a mapreduce over filteredAndSortedSchedules.
Optional: Can we disable the checkbox for a given day if every schedule has an event on that day? For example, if every schedule has a lecture on Mondays, then we should prevent a user from de-selecting that day.
The text was updated successfully, but these errors were encountered:
For each day of week in the Days selector, show the number of schedules with events on that day. Example:
The schedule objects have a property with a list of
days
, so we just need to run a mapreduce overfilteredAndSortedSchedules
.Optional: Can we disable the checkbox for a given day if every schedule has an event on that day? For example, if every schedule has a lecture on Mondays, then we should prevent a user from de-selecting that day.
The text was updated successfully, but these errors were encountered: