asuc-octo / berkeleytime

UC Berkeley enrollment info
https://berkeleytime.com
MIT License
49 stars 8 forks source link

Scheduler module #675

Open maxmwang opened 4 months ago

maxmwang commented 4 months ago

When querying schedules by user/id (schedulesByUser schedulesById), the Schedule type should return lists of Course, not IDs of Courses. Then, when the frontend queries for a schedule, they would not have to populate that data through another query.