spring-projects / spring-petclinic

A sample Spring-based application
Apache License 2.0
7.79k stars 23.97k forks source link

Improved Validation for Birth Dates AND Duplicate Pet Name Check Enha… #1684

Closed Virendrapro closed 3 weeks ago

Virendrapro commented 1 month ago
  1. Improved Validation for Birth Dates This update adds strict checks to ensure birth dates are realistic, preventing future dates and enforcing an age limit, with correct date formatting for consistency.

  2. Duplicate Pet Name Check Enhancement This feature prevents duplicate pet names by providing real-time feedback, case-insensitive comparison, and user-friendly error messages to ensure unique pet names in the system.

pivotal-cla commented 1 month ago

@Virendrapro Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

dsyer commented 1 month ago

Waiting for CLA. In any case, please use TAB for whitespace, and do not delete any comments (especially copyright notices).