seng499-company2 / back-end

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

[Database CSV Data] Parse UVic Historical Data for Static Course Capacities #107

Open rbassot opened 2 years ago

rbassot commented 2 years ago

Our CSV data to initialize the Schedule needs accurate capacity values for each of the static courses, that Algorithms2 will not assign values to. This includes MATH100, ECON180, etc.

Both the Google Sheet file and the schedule_courses.csv file found in the repo will be updated.

rbassot commented 2 years ago

Here is the compressed JSON data that must be parsed for 1 selected year, such that static capacities can be retrieved:

banner.zip

rbassot commented 2 years ago

Completed within PR #117.