seas-computing / course-planner

SEAS Course Planning Application. JSDoc Docs at: https://seas-computing.github.io/course-planner/
0 stars 1 forks source link

Course Admin: Remove retired courses from the SameAs #657

Closed jonseitz closed 1 year ago

jonseitz commented 1 year ago

There are a few cases where an active course may have taken over the number of a retired course, giving us duplicate entries (this was more common before un-retiring a course was a thing). Specifically, AC 207 has both an active and a retired version in our data.

We should filter the retired courses out of the "SameAs" dropdown, as setting a retired course as the parent will essentially retire the child as well, and that's probably not what we want.

jonseitz commented 1 year ago

Duplicate of #651