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

feat: api for retrieving user details & fix: approve review api #52

Closed chinathaip closed 5 months ago

chinathaip commented 6 months ago

the idea is for frontend to retrieve the isActive attribute and essentially display stuff like

Oh, you're currently limited by 2 reviews per course, submit your first review to unlock this!

and maybe other stuff in the future

Next implementation is an api for setting username - looking for someone to do it :3

also, update user isActive status to true if review is approved (Guilty.. forgot to implement this long time ago)