seng499-company2 / back-end

Company 2's back-end system
GNU General Public License v3.0
2 stars 1 forks source link

[DB Initialization] Update Script to handle Any Number of CourseSections + Update CSV files #110

Open rbassot opened 1 year ago

rbassot commented 1 year ago

Static courses can have up to N course sections within a given courseOffering. Example of this is Fall2022, where ENGR110 is scheduled with 14 lecture sections (A01-A14), and is a static course. After discussing with Shea, our Schedule object should reflect this and therefore DB population must reflect this as well.

The CSV Schedule file must reflect realistic data, taken from UVic systems.

rbassot commented 1 year ago

Completed within PR #117.