seas-computing / course-planner

SEAS Course Planning Application. JSDoc Docs at: https://seas-computing.github.io/course-planner/
0 stars 1 forks source link

Generate Schedule from Room Data #551

Closed jonseitz closed 1 year ago

jonseitz commented 2 years ago

When the user selects a room in the Single Room Schedule, request will be sent to the server with the room id, academic year, and semester, and returns data about courses scheduled in that room.

When the data is returned from the API, render out the calendar with Course Numbers as the heading of the session block, plus the full course name, faculty names, day of the week, and time range inside the block.