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