-
Notifications
You must be signed in to change notification settings - Fork 13
Course Sorting Feature #125
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
base: main
Are you sure you want to change the base?
Conversation
Divyesh-Thirukonda
commented
Jun 20, 2024
- All the code I wrote is in sidebar.js and it only affects the schedule builder.
- The user can now sort the courses in schedule builder.
- Instead of the default numbering system, the user can sort by number of seats available, most common grade earned, popularity (how many students enrolled in the past), and number of units.
- The dropdown to sort is at the top, next to 'show all sections'
Someone is attempting to deploy a commit to the umn social coding Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left a few cursory comments from my phone. will look closer at the airport
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
DEMO.mp4DEMO |
Add something like this, I copied from here https://blog.logrocket.com/using-cors-next-js-handle-cross-origin-requests/ I'd add it myself but still on phone and I'm headed to work rn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CORS+API and then we're good!
CORS workaround, code styling, improved readability, comments, and reduced redundancy
Are things still working fine with this update? |