YACS-RCOS / yacs.n

YACS - with support for multi semester and partial semesters
MIT License
32 stars 30 forks source link

Feature Request — Finals Page: Multiples Rooms for One Course. #830

Open j-sund opened 8 months ago

j-sund commented 8 months ago

Job In the finals section of YACS, when you click a relatively large course, say CSCI 1100 (ALL SECTIONS), it doesn't include all the possible rooms that it could be in. In the PDF for the final exam schedule there are multiple rooms for the same "Course: CSCI 1100 (ALL SECTIONS)" which is not reflected on YACS.

Describe a possible solution In the JSON file for the courses, any course that has multiple rooms will be next to each other (meaning the next line). Possible solution is to have a check to see if the next JSON line is the same Course, and if so add the room to a list of "Possible Rooms" that the course that be in.