Set up the basis for the API
- Apr 19, 2020
-
-
Sára Juhošová authored
- reset custom validation back to original form - remove model relationships from view DTOs
-
Sára Juhošová authored
- generalize many-to-many relationship updates in patch DTOs - add DTOs for Person
-
Sára Juhošová authored
- generalize one-to-many relationship updates in patch DTOs - add validation to Create DTOs - fix validation in Patch DTOs - add basic controller operations for Edition
-
- Apr 18, 2020
-
-
Sára Juhošová authored
- organize the basic methods of retrieving courses from the db into the controller, service and repository - set up course DTOs (create, patch, view) - create and test generic methods for DTO usage and conversion
-