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
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
From @PythonNut on January 13, 2018 0:27
Presently, all courses are selected. The ability to select and star courses is important, so it will need to be reimplemented.
Plan
store
'scourseList
field from aList
to anOrderedMap
and map from thecourseId
s toMap
s with the selected and starred properties.selectCourse
,unselectCourse
,starCourse
,unstarCourse
.src/reducers.js
.CourseListItem
to send these actions.VisibleMainPanelSchedule
to take these properties into account when computing the current schedule.Copied from original issue: hyperschedule/hyperschedule#48
The text was updated successfully, but these errors were encountered: