DoktorNik / course-companion

BrockU CSC Course Companion
1 stars 1 forks source link

Migrate eligible elective course relationship to single-pivot representation #30

Closed gideonoludeyi closed 3 months ago

gideonoludeyi commented 3 months ago

This PR implements a single-pivot many-to-many relationship for eligible elective courses alongside the current double-pivot implementation.

See https://github.com/DoktorNik/course-companion/pull/23 and https://github.com/DoktorNik/course-companion/issues/24 for more details on why this is necessary.