Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New "recurring_courses" and "recurring_same_prof_courses" tables #344

Open
Josh-Cena opened this issue Nov 21, 2024 · 0 comments
Open

New "recurring_courses" and "recurring_same_prof_courses" tables #344

Josh-Cena opened this issue Nov 21, 2024 · 0 comments

Comments

@Josh-Cena
Copy link
Member

Instead of having a "same_course_id" and things like "average_rating", "average_rating_same_prof" on the courses table, we should make courses map to rows in a "recurring_courses" table that has the "same_course_id" as a PK and "average_rating" etc. as values. This way we can move a lot of the cross-course analysis over.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant