HackYourFuture-CPH / rate-my-cv

MIT License
1 stars 2 forks source link

Endpoint to retrieve all the reviews made for a specific CV #149

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 CV

Why: so that we can present that same data on the component(List)

Acceptance criteria

The endpoint should return all the reviews made for a specific CV (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 highlighted in brown

Screenshot 2021-02-21 at 15 00 56