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] API for editing review #30

Closed chinathaip closed 7 months ago

chinathaip commented 8 months ago

Users have the choice to edit their reviews if they want to change something, or their review has been rejected

it will have to go through the same stage

set review status back to pending, BUT keep the rejected reason there

If approved, set status to approved and remove the rejected reason

If still failed, set status to rejected and update the rejected reason to the new one

chinathaip commented 7 months ago

https://github.com/stamford-syntax-club/course-compose/pull/45