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
This would also allow whether or not a class should be shown on the calendar or not to be a default preference that is remembered from session to session (it's currently through a cookie, which can be a little finicky for the user experience).
Add "shown_on_calendar" field to "Course" model
Consider removing "shown_on_calendar" from "CourseGroup"
When a class is selected/deselected from the "Classes" dropdown, PATCH the "Course" to enable/disable the "shown_on_calendar" field, which should be respected on page load
The text was updated successfully, but these errors were encountered:
alexdlaird
changed the title
As a User, I want classes to be shown in a separate list from filters
Add a shown_on_calendar field to Course model
Feb 11, 2018
This would also allow whether or not a class should be shown on the calendar or not to be a default preference that is remembered from session to session (it's currently through a cookie, which can be a little finicky for the user experience).
The text was updated successfully, but these errors were encountered: