HackYourFuture-CPH / Guide-IT

Guide IT, a tool to help newcomers decide their IT path
MIT License
3 stars 1 forks source link

Add endpoint to retrieve quiz results #121

Closed sofiiadidovych closed 3 years ago

sofiiadidovych commented 3 years ago

Description

Created the GET endpoint for /api/quiz-results. We can filter data in four ways: by fk_answer_id column from the table quiz_results by fk_user_id column by both and without queries - this way we will have all the entries

Fixes # 32

How to test?

You can use Swagger http://localhost:3000/api/documentation/#/Quiz%20Results/get_quiz_results

Checklist

sofiiadidovych commented 3 years ago

The code looks nice and clean. Good job @sofiiadidovych :)

Thank you, @TITHI1244!

sofiiadidovych commented 3 years ago

Hi @sofiiadidovych , I tested Your filter options,all are working nicely...You did A very good job,👏

Thank you, @rajanibusani !

sofiiadidovych commented 3 years ago

Good job @sofiiadidovych 👍

Thank you, @sandhana14 !