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

For classes with sections: don't allow adding a lecture and section separately #204

Closed Zonkman closed 4 years ago

Zonkman commented 4 years ago

After we finished Issue #118 (Allow adding courses that do not have sections), it is now possible to add lectures and sections separately.

But it doesn't make sense that a class with sections can have the lecture and section be separate. So we actually want to disable adding the lecture for classes with sections, then #117 (When a course section is added, also add the associated lecture) will add the lecture too when it's implemented.

Acceptance Criteria: