josdem/vetlog-spring-boot

We should not create a pet if birthdate is empty

Open

#902 opened on Aug 19, 2026

 (2 comments) (0 reactions) (1 assignee)Java (99 forks)auto 404
developmentenhancementgood first issuehelp wanted

Repository metrics

Stars
 (55 stars)
PR merge metrics
 (Avg merge 13h 56m) (4 merged PRs in 30d)

Description

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