Summary
- feat(PetMedicalEventController): enhance medical event handling with new assignment and deletion methods (commit: e9374a2) (details)
- feat(VeterinarianAdoptionController): implement CRUD operations for veterinarian adoptions (commit: 34866ac) (details)
- fix(PetMedicalEventController): change response status to OK for medical event creation (commit: a328014) (details)
- refactor(VeterinarianAdoptionApplicationController): rename application DTOs for consistency and clarity; remove unused AdoptionAplicationDetailDTO (commit: ec56044) (details)
- fix(VeterinarianEntity): initialize lists for adoption follow-ups and adoptions to prevent null pointer exceptions (commit: f9f3bf5) (details)
- chore(VeterinarianDetailDTO): no code changes made (commit: bd712ae) (details)
- fix(VeterinarianServiceTest): update veterinarian adoption assignment to set all adoptions instead of a single one (commit: 0613a05) (details)
- feat(Controller)add:all controllet for assocition of owner (commit: ced2f40) (details)
- feat(PetMultimediaController): add multimedia management endpoints for pets (commit: a362d5d) (details)
- feat(AdoptionTestController): refactor endpoints to use DTOs and improve response handling (commit: 9bd5f28) (details)
- fix medical controllers (commit: 6a14d46) (details)
- chore: remove stale lock file for person DTO (commit: f1f9cef) (details)
- feat: add MultimediaDetailDTO class extending MultimediaDTO (commit: 5544d3b) (details)
- fix: update pet retrieval method in PetMultimediaController (commit: 4947ae3) (details)
- refactor(Controllers):update all controller (commit: 560bc8c) (details)
- refactor(AdoptionApplicationController): simplify methods and improve response handling (commit: 7a08a2d) (details)
- refactor(VeterinarianController): improve error handling for veterinarian operations (commit: a61b865) (details)
- fix medical controllers (commit: 8562a66) (details)
- refactor(AdoptionFollowUpController): streamline methods and improve response handling (commit: aa1fb0b) (details)
- refactor(MultimediaController): improve method responses and streamline code structure (commit: f99ee85) (details)
- feat(VeterinarianShelterArivalsController) add: create a controller for association between Veterinarian and ShekterArrivals) (commit: 1139870) (details)
- refactor(MedicalEventController, PetMedicalEventController): enhance validation and error handling for medical events (commit: c57bb98) (details)
- feat(ShelterMultimediaController): add multimedia management for shelters (commit: b43adcb) (details)
- fix(MultimediaEntity): add missing import for ShelterEntity (commit: 7962ec0) (details)
- fix(AdoptionController, VeterinarianMedicalEventController): improve error handling for entity retrieval (commit: 7a1edea) (details)
- fix(ShelterMultimediaController): improve error handling for multimedia operations (commit: bf8e86b) (details)
- refactor(MedicalEventController, PetService): improve validation and streamline medical event handling (commit: 1a51bc8) (details)
- fix(PetService): remove redundant medical events initialization in createPet method (commit: ac4ae74) (details)
- refactor: update entity and DTO inheritance for VaccineCard and multimedia handling (commit: edfef2d) (details)
- fix controllers (commit: 96f9762) (details)
- refactor(MedicalEventController, PetMedicalEventController, VaccineCardEntity): streamline medical event creation and enhance entity relationships (commit: 850c6e6) (details)
- fix(PetMedicalEventController): improve error handling for pet retrieval in delete method (commit: 087079d) (details)
- fix (commit: b4092d2) (details)
- refactor(VeterinarianMedicalEventController): improve error handling in delete method (commit: 5e1c251) (details)