ucsb-cs156-f24 / proj-dining-f24-14

https://ucsb-cs156-f24.github.io/proj-dining-f24-14/
0 stars 0 forks source link

Subissue: Backend 5 Controller method to PUT /api/reviews/moderator?id=x #35

Open Va1a opened 1 week ago

Va1a commented 1 week ago

Inherits from #40 Backend 5

Controller method to PUT /api/reviews/moderator?id=x Allows a moderator to change any aspect of a review. This endpoint should only be accessible to moderators/admins. The aspects which pertain to moderation are moderatorId, status, and moderator comments.

User Story

pconrad commented 1 week ago

@Va1a please update this issue to be specific about which of these five original issues it comes from: #39 #40 #41 #42 and/or #43

Please also add a user story to explain the role of this this new controller endpoint in addressing a user need.

Va1a commented 1 week ago

@pconrad I have now made those changes.