josdem/vetlog-spring-boot

We should not create a pet if birthdate is empty

Offen

#902 geöffnet am 19.08.2026

 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (99 Forks)auto 404
developmentenhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (55 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 13h 56m) (4 gemergte PRs in 30 T)

Beschreibung

As user, I want to avoid pet's registration when birthdate is empty so that I can be sure every pet has a valid birthdate

Acceptance Criteria

  • I can see a message in English saying "We should provide a valid birthdate" when birthdate data is empty
  • I can see a message in Spanish saying "Debemos proporcionar una fecha de nacimiento en el pasado" when birthdate data is empty
  • I can see test updated / added to cover this functionality
  • All tests passing

References

Contributor Guide