Closed bryantgeorge closed 3 years ago
In #176, I split all of the Schedule.tsx components into their own files so there will be some conflicts with this PR. Once this PR is approved, we can marge this in and I'll worry about reconciling the issues!
I'll check this out tomorrow likely! Thanks for the good work.
This PR generally tries to make less scrolling required, to do so it:
Department Schedule
tab which has the courses grouped by the faculty name (should be the same for all courses in the math schedule). These schedules are 4 times as wide, so that you can see the courses. This is intended to help dept chairs to see the entire schedule at a glance.Things I would recommend testing:
Course Section Enrollment.csv
which looks really cool to have all of the department schedules in a semi-efficient space. (In my experience, using this schedule can be really computationally intensive and switching from theFaculty Schedule
tab to theDepartment Schedule
tab will take a while.)Closes #88