AfterClass-io / afterclass.io-v2

[alpha] https://new.afterclass.io
https://afterclass-io-v2-git-main-afterclass.vercel.app/
MIT License
6 stars 2 forks source link

[Feat] make course and professor page seggregated by their unis #142

Open davidlhw opened 4 months ago

davidlhw commented 4 months ago

Features

There is a possibility that professors work for multiple unis and courses across different unis having duplicated course code. To account for that we need to make sure that the uniqueness of the course code is tied to a uni within the db.

There should also be a path to denote which uni this professor / course page is for

Eg: /u/smu/professor/xyz or /u/smu/course/is215

Core

Optional

Implementation

Potential Issues