stamford-syntax-club / course-compose

Course Compose is a course-review website tailored for Stamford students, providing a platform for sharing and discovering insights about various courses
MIT License
2 stars 0 forks source link

[BACKEND] enable filter by ratings, minimum ratings minimum review counts #65

Open chinathaip opened 4 months ago

chinathaip commented 4 months ago

the current database design does not support filtering through aggregated values.

should add derived attributes in the course table for these following fields

This way we can easily retrieve it and still maintain support for pagination