Summary
- feat(adopter): implement AdopterEntity and AdopterRepository base (commit: 3f124b8) (details)
- fix(adopter): add AdopterEntity content (commit: 4847845) (details)
- fix(adopter): AdopterEntity now extends UserEntity instead of BaseEntity and add relationships between Adopter and adoption (commit: 9fcd034) (details)
- feat(adopter): implement AdopterEntity and AdopterRepository (commit: 5492bc7) (details)
- feat(adoption): implement AdoptionEntity and AdoptionRepository (commit: dbe5fc6) (details)
- feat(adoption): implement AdoptionEntity and AdoptionRepository (commit: 7cca260) (details)
- feat(trialcohabitation): implement TrialCohabitationEntity and TrialCohabitationRepository (commit: 32ea5c7) (details)
- feat: add ReportEntity (commit: 09d241d) (details)
- feat: add ReportEntity (commit: a902669) (details)
- feat: add ReportEntity (commit: 29e2015) (details)
- feat: add ReportEntity (commit: 22f8a6a) (details)
- feat: add AdoptionFollowUpEntity (commit: 72f8185) (details)
- Add files via upload (commit: 98bfda1) (details)
- Remove @Transient so that the relationship is saved in the database (commit: 5458332) (details)
- feat(report): add date automation on saving (commit: 77b8d26) (details)
- feat(Arequest): replace @Transient with a persistent relationship (commit: 246012d) (details)
- feat(Arequest): implement Strategy Pattern (commit: 3aacb41) (details)
- feat(Arequest): add relations. fix: implement abstract method (commit: caa0c37) (details)
- feat: implement AdoptionEntity with composition for follow-ups and bidirectional relations (commit: 4d4b70b) (details)
- feat: implement AdoptionFollowUpEntity with pet and veterinarian assignments (commit: 6520f38) (details)
- feat: update AdoptionRequestEntity with adopter relationship and approval aggregation (commit: 24fd592) (details)
- fix: update AdoptionFollowUpRepository query methods to match BaseEntity property names (commit: 4f0539b) (details)
- fix: correct property name and date type in ReportRepository query method (commit: 35a74bf) (details)
- fix: align AdoptionRepository queries with inherited id property names (commit: 8791572) (details)