Summary
- feat: add PetDTO & PetDetailsDTO (commit: 6e3f329) (details)
- feat: implement BaseDTO like in entities (commit: a96d059) (details)
- feat(pet): update PetDTO for extends with BaseDTO (commit: fb9ceeb) (details)
- feat: add ShelterDTO && ShelterDetailDTO (commit: 13f8590) (details)
- feat: add UserDTO and UserAuthDTO(for password) (commit: ba8dd05) (details)
- feat: add VeterinarianDTO & VeterinarianDetailDTO (commit: b7caba1) (details)
- echo: add DTO's base for compile (commit: b86d73b) (details)
- fix: rename dtos for dto in package (commit: 8ec2d42) (details)
- fix: rename dtos for dto in package (commit: 04e021c) (details)
- echo: add MedicalEventDTO base for compile (commit: 6b0419d) (details)
- feat: add NotificationDTO and Strategy base (commit: 050cc8f) (details)
- refacture: inicialize List (commit: 0cffe06) (details)
- refacture: use sub-resource pattern in ShelterController -> Shelter*Controller (commit: bc295e8) (details)
- feat: add PetController (commit: 472e6cf) (details)
- feat: add VeterinarianController (commit: 31a1af8) (details)
- feat: add empty constructor (commit: ae90a53) (details)
- feat: remove list on Details for sub-resources (commit: 5095fab) (details)
- feat: add JsonProperty in password and remove Auth (commit: 5c8d3ec) (details)
- feat: add empty constructor (commit: 49bf388) (details)
- feat: update ModelMapper (commit: 054f064) (details)
- feat: implement controllers with sub-resources (commit: 3ffdc17) (details)
- echo: remove unnecesary comments (commit: 3d787ad) (details)
- feat: update collection (commit: 8a4b295) (details)
- DTO, Controller, Postman - Stefany (commit: 8c6a27f) (details)
- feat: DTO y DetailDTO (commit: 061cc28) (details)
- feat: add Controllers (commit: 10b7442) (details)
- feat: add more DTOs (commit: 8854d7a) (details)
- feat: add constructor with no args (commit: 4c2829b) (details)
- feat: add new message (commit: ac16a9c) (details)
- feat: add Approval repository (commit: 32794a5) (details)
- feat: implement Strategy correctly (commit: 439d7d3) (details)
- feat: implement controllers (commit: d6f938e) (details)
- feat: update collection (commit: f9e675e) (details)
- feat: implement DTO and controlles to Adoption,Adopter and TrialCohabitation (commit: 194d830) (details)