Skip to content

IA-835 : Add user validation in user microservice

khadija.elbachouri a demandé de fusionner feature/IA-835 vers develop

Added BaseUserRequest DTO with validation annotations for user input:

  • lastName and firstName: @NotBlank and regex pattern to allow letters, accents, spaces, apostrophes, and hyphens.
  • email: @Email validation for proper email format.

Rapports de requête de fusion