Skip to content

feat: enforce strict hex color validation (#RRGGBB) in Department and Establishment entities

salaheddine zidani a demandé de fusionner feature/VSN-1810 vers develop

feat: enforce strict hex color validation (#RRGGBB) in Department and Establishment entities

  • Add @Size(min=7, max=7) and @Pattern to validate hexColor format
  • Restrict hexColor/colorCode column to length=7, unique, and non-null
  • Ensures all department/establishment colors follow the #RRGGBB standard

Rapports de requête de fusion