DoktorNik / course-companion

BrockU CSC Course Companion
1 stars 1 forks source link

Migrate eligible context course relationship to single-pivot representation #31

Closed gideonoludeyi closed 1 month ago

gideonoludeyi commented 1 month ago

This PR implements a single-pivot many-to-many relationship for eligible context 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.