icssc / Zotistics-beta-23

Zotistics is UCI's premier grade distribution analysis tool!
https://beta.zotistics.com
MIT License
3 stars 8 forks source link

Display department codes with full names in dropdown list. #33

Open alexanderl19 opened 2 years ago

alexanderl19 commented 2 years ago

As mentioned in #30, it would be nice to have the departments dropdown list display the full name. Currently the serverless function return an array of strings to the frontend, so we would have to change it to an array of objects to have both the code and name. Also, it would be nice to only show the code when the option is selected, so it doesn't take up too much space.

alexanderl19 commented 2 years ago

This change to the serverless functions is required for URL linking to work.