p7-projekt / api-backend

Backend API
MIT License
0 stars 0 forks source link

[FEATURE] - Public testcases #45

Closed JMyrtue closed 1 week ago

JMyrtue commented 2 weeks ago

Reference Issues

15

Summary

Currently, the insertion of an exercise does not support that some exercises a chosen for display in the frontend. This should be a feature.

This requires updating different models of exercise, along with the exercise table in the database, while also updating the functionality for managing this value. Should also be part of validator for ExerciseDto

Unresolved questions

No response

Definition of Done

When models and database are correctly updated with the new value, validation is added, and testcases pass.