Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add input/dropdown to [courseid] #133

Open
awpala opened this issue Aug 10, 2022 · 1 comment
Open

[FEATURE] Add input/dropdown to [courseid] #133

awpala opened this issue Aug 10, 2022 · 1 comment
Labels
enhancement New feature or request no-issue-activity
Milestone

Comments

@awpala
Copy link
Contributor

awpala commented Aug 10, 2022

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)

@awpala awpala added this to the 1.0 - MVP milestone Aug 10, 2022
@awpala
Copy link
Contributor Author

awpala commented Aug 10, 2022

NOTE: Let's NOT do this before auth & review form, but a good near-term MVP/MVP+ feature if we can swing it...

@awpala awpala added the enhancement New feature or request label Aug 10, 2022
@awpala awpala moved this to Todo in OMSHub Project Tasks Aug 13, 2022
@omshub omshub deleted a comment from github-actions bot Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no-issue-activity
Projects
Status: Staged
Development

No branches or pull requests

1 participant