ucsb-cs56-w20 / ucsb-courses-search

Spring Boot App to show similar information to that found at UCSB Curriculum Search page
https://ucsb-courses-search.herokuapp.com
2 stars 5 forks source link

When adding a course, I would like to select an active schedule which all courses will be added to. #166

Closed vincentktieu-ucsb closed 4 years ago

vincentktieu-ucsb commented 4 years ago

We would need an interface to select a schedule from the list of many schedules. A start would be to change the add input button to a dropdown menu to select schedules by name. Then the selected schedule would need to be updated accordingly in the database/form.

Additional improvements could be to add 'tick' boxes to the dropdown of schedules followed by a submit form button. This would allow for schedules to be added into multiple schedules.

RoryZahedi commented 4 years ago

Added a drop down menu of available schedules when the "add" button is pressed. Options don't work yet.