issues
search
Frank-readresolve
/
itp3-dist-arch
Projet de groupe, architecture distribuée
3
stars
0
forks
source link
Initialize DTO and Controller
#43
Open
MehdyBa
opened
1 year ago
MehdyBa
commented
1 year ago
[x] Create a DTO class
[x] Named the class DTO CreateSupportRequest.Java
[x] Instantiate attribute fields for each form data
[x] Add validation annotation
[x] Add builders, getter and setter
[x] Create a Controller class to manage requests related to the form
[x] Named the class controller SupportRequestController.java
[x] Do the mapping
[x] Process the form data