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

fix: course search & filtering feature #66

Closed chinathaip closed 4 months ago

chinathaip commented 4 months ago

Filtering logic is moved to backend to better support pagination

Due to the current database design, courses can only be filtered through review counts and name. The issue to allow filter through ratings, minimum ratings, minimum counts is: https://github.com/stamford-syntax-club/course-compose/issues/65

Fix a bug where api gateway did not encode query parameters and cause the corresponding service to return Bad Request