seng499-company2 / back-end

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

[Courses Adapter] Utilize Course.num_sections to Create A_CourseSections Dynamically #109

Open rbassot opened 2 years ago

rbassot commented 2 years ago

This adapter should dynamically create CourseSections based on the FE-facing Course field, then add all sections to the existing Schedule. As of now, Course.num_sections is unused in our code.

Image