-
```swift
struct MealPlanDTO: Codable {
let results: [MealPlanResultDTO]
}
struct MealPlanResultDTO: Codable {
let date: String
let cafeterias: [CafeteriaDTO]
}
struct Cafeteria…
-
## TODO
- Design and create a class called CategoryDTO. This DTO will be the request body and response body for Category API.
- User should not be able to populate the field `systemDefined` this fie…
-
-
https://github.com/CaXaPp/CRM/blob/4e270258cfe2b571df8110e174162692c479c813/src/main/java/esdp/crm/attractor/school/controller/ApplicationController.java#L51
-
-
-
* **/itachallenge/api/v1/user/{idUser}/challenges/language/{idLanguage}/statistics/list**
**ESTIMATION**
- Relative: 1
**THINGS TO DO:**
* Controller (+testing, obviously)
* DTO's to output format…
-
-
There is multiples DTOs on swagger that properties are marked as nullable and they dont
-
Consider using DTOS in your controller(ProduitDTO instead of Produit). Also, change the name of your controller class.