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

w 7pm b replace existing classes & schedule remove button #239

Closed Zonkman closed 4 years ago

Zonkman commented 4 years ago

the "add" method of CourseController has been changed to replace the old lecture and section, if it finds an old one.

also, because of moving common delete functionality to another function, and it having already existed in the delete method, this absorbed https://github.com/ucsb-cs56-w20/ucsb-courses-search/pull/237 . so this request also made the delete button on the schedule page for each class, that when pressed, removes the lecture and section together from the schedule.

Zonkman commented 4 years ago

merge conflicts fixed, my methods now use the new names, and functionality combined

agprice commented 4 years ago

When trying to add a class, a whitelabel error page is produced.