3PillarGlobal-Czechia / interview-app-api

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

API: Update difficulty attribute #75

Closed PlesnikJakub closed 2 years ago

PlesnikJakub commented 2 years ago

Description

The current solution allows the difficulty to be nullable which is not a reflection of the real world. Update implementation so that difficulty is required and its range is from 0 to 100. Implement necessary validation for all affected endpoints.

AC