3PillarGlobal-Czechia / interview-app-api

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

85 get question category distinct list #91

Closed TerezaSkutova closed 2 years ago

TerezaSkutova commented 2 years ago

Summary

There are multiple questions in a question set and the general description of the question set includes a list of distinct categories. The QuestionSetListItem is extended by this list and it is sent as an array of tags necessary for the FE side.

Types of changes

Testing

There wasn't any failing test.

Notes

The category model will be extended by a color in the future. It is the reason, why is category represented by an object.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

PlesnikJakub commented 2 years ago

Here is a followup task #97