HackYourFuture-CPH / rate-my-cv

MIT License
1 stars 2 forks source link

Endpoint to retrieve all the reviews made by a specific reviewer(user) #187

Closed dpfernandes closed 3 years ago

dpfernandes commented 3 years ago

User story

Who: As a developer What: I want to be able to retrieve/get data about Reviews from the DB for a specific reviewer (user) Why: so that we can present that same data on the component(List) described here https://github.com/HackYourFuture-CPH/rate-my-cv/issues/92

Acceptance criteria

The endpoint should return all the reviews made by a specific reviewer(user id)

This endpoint should be documented in Swagger /api/documentation

Implementation details

Create the Get api/review

Take in consideration the table described in this issue https://github.com/HackYourFuture-CPH/rate-my-cv/issues/148 and the component and list described and visible in the issue https://github.com/HackYourFuture-CPH/rate-my-cv/issues/92