Summary
- Update README.md (commit: 2b45838) (details)
- feat(pet): Implement PetEntity and PetRepository base (commit: 44b52bc) (details)
- feat(shelter): implement ShelterEntity and ShelterRepository base (commit: 6491ea9) (details)
- feat(shelter):Add methods to search by partial name and to verify email (commit: 26f51d7) (details)
- refactor(shelter): Convert method comments from /** */ to // (commit: 4a1e7d8) (details)
- feat(user): Implement User hierarchy with Observer pattern (commit: 3555224) (details)
- feat(user): Implement a password attribute for user login (commit: 5b47d52) (details)
- feat(shelter): implement VeterinarianEntity and VeterinarianRepository base (commit: e25ba69) (details)
- feat: add relation (aggregation) for Shelter - Veterinarians (commit: 94803b5) (details)
- fix: correct goodWith* variables in PetEntity (commit: dd99227) (details)
- feat: Implement S-V aggregation fix: import packages correctly (commit: 7d4ce33) (details)
- fix: delete it directory (commit: 08cb739) (details)
- Implement MedicalEvent entity and repository (commit: 3ef64c2) (details)
- Implement MedicalHistory with associations (commit: 74e7241) (details)
- feat: implement RepositoryBase (commit: 0e7481f) (details)
- feat(reports): add Strategy Pattern (commit: 858a7c2) (details)
- feat: implement relation to ShelterEvent (commit: 51e6c92) (details)
- Integración Modulo Medico al develop (commit: af25b63) (details)
- feat: implement Message (commit: db4407b) (details)
- fix: remove personal directory (commit: 41e479e) (details)
- fix: add missing shelter reference in PetEntity (commit: 89fd986) (details)
- fix: add missing vaccinationrecord reference in VaccineEntity (commit: 020b7fe) (details)
- fix: import data structure packages (commit: 7a3b6b1) (details)
- fix(pets): add relation 1:1 with MedicalHistory (commit: fc015f5) (details)
- feat: implement ReviewBase (commit: 35ac844) (details)
- feat: implement NotificationBase (commit: 06df10c) (details)
- feat(notification): add Strategy Pattern (commit: 9abb2cd) (details)
- docs: add git flow (commit: 37d1541) (details)
- Update README (commit: 1676c1e) (details)