3PillarGlobal-Czechia / interview-app-api

API for Interview App.
MIT License
3 stars 1 forks source link

API: Question Set - get question category distinct list #85

Closed TomasNiemczyk98 closed 2 years ago

TomasNiemczyk98 commented 2 years ago

Description

Modify existing model QuestionSetListItem to contain along with average difficulty for a question set also a list of distinct categories of questions in this set ordered by the count of their occurrences in this list

Cover new code with unit tests and E2E tests

User story

As an API consumer, I want to get with each question set also a list of categories from questions So that I can create a view like this: image

AC