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.
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.