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
Is your feature request related to a problem? Please describe.
Improve functionality of the page / workflow through the site.
Describe the solution you'd like
Add single select drop-down (or equivalent MUI component, ideally with inline search/drilldown feature) to [courseid] so the course can be selected from the same page. If landing on it initially from index (home page), selector is pre-selected with the course already.
N.B. Can either update the query param dynamically, or if that's too cumbersome/tricky to implement, just pull the relevant data off of allCourseData passed in as a prop instead, along with courseId (in fact, we can use this too in general to avoid passing in redundant data for the course, since course can be reconstituted already via allCourseData[courseId] at the top-level scope of the function body if following this latter approach).
Describe alternatives you've considered
(N/A)
Additional context
(N/A)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Improve functionality of the page / workflow through the site.
Describe the solution you'd like
Add single select drop-down (or equivalent MUI component, ideally with inline search/drilldown feature) to
[courseid]
so the course can be selected from the same page. If landing on it initially fromindex
(home page), selector is pre-selected with the course already.N.B. Can either update the query param dynamically, or if that's too cumbersome/tricky to implement, just pull the relevant data off of
allCourseData
passed in as a prop instead, along withcourseId
(in fact, we can use this too in general to avoid passing in redundant data for the course, sincecourse
can be reconstituted already viaallCourseData[courseId]
at the top-level scope of the function body if following this latter approach).Describe alternatives you've considered
(N/A)
Additional context
(N/A)
The text was updated successfully, but these errors were encountered: