Summary
- feat(report): implement Strategy Pattern with service and test (commit: 9bd4a7a) (details)
- test: add coverage for ApplicationConfig and fix context loading issues (commit: e198424) (details)
- feat: implement core Observer pattern interfaces (Subject and Observer) (commit: 8c834f4) (details)
- feat: update User and Shelter entities and add SubscriptionEntity for notifications (commit: 924c52a) (details)
- feat: implement notification logic in UserService and update ShelterService (commit: 8af80d0) (details)
- feat: implement specialized logic and validation for Adopter and Veterinarian services (commit: 3692cf5) (details)
- test: add integration tests for User, Adopter, and Shelter services (commit: 28fbb8f) (details)