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

Team-7pm-e: New Search by classroom #286

Closed AndrewJGaut closed 4 years ago

AndrewJGaut commented 4 years ago

We implemented a new feature, SearchByClassroom.

This allows the user to input a quareter, building name, and classroom number and returns all classes and/or sections in that room during that quarter.

To do this, we created a new model object (SearchByClassroom), a new controller (SearchByClassroomController), and new html view files. In addition, we updated the bootstrap_nav_header so that it now has a dropdown, with the first link being SearchByClassroom and the second link being CS Dept Search (which is an old feature which we are now making a sub-feature of the SearchByClassroom feature).