You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root cause is that the relation course <--> course_unit is incorrect. It should be a many-to-many relationship instead of a 1-to-many relationship. To quickly fix this without redesigning the schema, we duplicate the course_unit but to a different course (ofc). This causes everything that depends on course units (metadata, schedule) to be duplicated hence the need to disable the deduplication on the scrappy scheduler side.
To disable the scheduler, this PR also bumps Scrappy to 2.7.0, where this feature was added.
This nasty fix should be removed ASAP when we solve the schema issue and use the meta no_filter on course_unit requests instead.
Per PR #99:
The text was updated successfully, but these errors were encountered: