Summary
- feat(medical): Add VaccineCardEntity, VaccineEntity and DewormingEntity with corresponding repositories (commit: 61cfcdf) (details)
- feat(adoption): Update AdoptionEntity to include OwnerEntity and PetEntity imports; clean up AdoptionStatusEnum (commit: f242779) (details)
- feat(multimedia): add MultimediaEntity with corresponding repository (commit: d07bfc7) (details)
- update(MultimediaEntity): add @Data and @Entity annotations (commit: 5a55f60) (details)
- feat(adoption): Add AdoptionAplicationEntity and corresponding repository; update OwnerEntity and PetEntity with relationships (commit: 6933dfd) (details)
- feat(person): Add DisponibilityEntity and Speciality enum; update VeterinarianEntity with relationships (commit: ac9c2ce) (details)
- feat(adoption): add AdoptionFollowUp with corresponding repository (commit: 608d3f7) (details)
- update(AdoptionFollowUpEntity, VeterinarianEntity): Add association between Veterinarian and AdoptcionFollowUp (commit: 3b923b9) (details)
- feat(medical): Add relationships in DewormingEntity, VaccineCardEntity, VaccineEntity and AdoptionEntity, and create AdoptionTestEntity its relationships and its respective repository (commit: 248f0ac) (details)
- feat(adoption):I corrected the relationships in AdoptionEntity and AdoptionTestEntity, and I also finished the relationship between AdoptionApplicationEntity and its enums (commit: fc61ddd) (details)
- debug(medical, adoption): I corrected medical and adoption classes (commit: 342b22b) (details)
- refactor(adoption, medical): Update entity classes to use MappedSuperclass and reorganize fields (commit: 53c27e5) (details)
- feat(medical): Refactor MedicalEventEntity, DewormingEntity, VaccineCardEntity, and VaccineEntity to establish proper relationships and change inheritance structure (commit: 758b237) (details)
- refactor(medical): Remove unnecessary whitespace in DewormingEntity (commit: e64878d) (details)
- feat(adoption): Add DisponibilityRepository interface for DisponibilityEntity management (commit: baf5aae) (details)
- refactor(adoption): Remove duplicate fields from AdoptionApplicationEntity and AdoptionEntity (commit: 53e3bc7) (details)
- fix(entities): Correct mappedBy attribute in ShelterEntity and add missing line in ShelterEventEntity (commit: ae61cff) (details)
- chore(pom): Update Spring Boot version to 3.2.12 and format pom.xml for consistency (commit: 3f21b24) (details)
- refactor(adoption):I corrected the MappedSuperclass of adoption (commit: 7f9e527) (details)