Summary
- Added asociations for ServicioEntity,ComentarioEntity y FotoEntity (commit: afe0316) (details)
- Remove unused entity classes: AficionadoEntity, ChefEntity, ComensalEntity, ProfesionalEntity, UsuarioEntity; add ChefAficionadoEntity, ChefProfesionalEntity, EstrellasMichelinEntity, UbicacionRestaurante, and UtensilioEntity with updated fields. (commit: 6f09c1c) (details)
- Refactor entity classes: add relationships in IngredienteEntity, PreparacionEntity, and RecetaEntity; update annotations and exclude fields for Podam. (commit: 1e9ab67) (details)
- add foto assosiation in PerfilEntity; add UsuarioEntity class with properties and relationships. (commit: 4a3b812) (details)
- Refactor Comentario -> ComentarioEntity, added UbicacionRestauranteEntity (commit: 1ae5967) (details)
- modified files: ComentarioEntity and UbicacionRestauranteEntity. (commit: 9f288c6) (details)
- Refactor entity relationships: update annotations and exclude fields in IngredienteEntity, PreparacionEntity, and RecetaEntity for improved data handling. (commit: b91ac84) (details)
- fixed FotoEntity and ServicioEntity Asociations, Added CategoriaServicio enum to Servicio entity (commit: 6e3be8c) (details)
- Refactor entity classes: rename ProfesionalEntity to ChefProfesionalEntity, remove Comentario class, and update relationships and annotations in IngredienteEntity, PreparacionEntity, and RecetaEntity for improved data handling. (commit: 3649830) (details)
- Update associations between UsuarioEntity, ChefAficionadoEntity,ChefProfesionalEntity,RestauranteEntity,ServicioEntity,PreparacionEntity,UtensiliosEntity and RecetaEntity (commit: 0b61ba9) (details)
- Update associations between UsuarioEntity, ChefAficionadoEntity,ChefProfesionalEntity,RestauranteEntity,ServicioEntity,PreparacionEntity,UtensiliosEntity and RecetaEntity (commit: d4ec837) (details)
- Refactor IngredienteEntity: replace CategoriaIngredienteEnum with boolean fields for macronutrient categories; add IngredienteRepository and PreparacionRepository interfaces; implement IngredientePreparacionService for ingredient management in preparations. (commit: ccda3e2) (details)
- Implement ingredient-preparation relationship: refactor entities and repositories, add service methods for managing associations, and enhance data validation. (commit: 3cce6ce) (details)
- Business rules, repositories, and services are implemented for ChefAficionado, ChefProfesional, and Utensilios. (commit: a5f4fc7) (details)
- Implement Servicio, Comentario, and Foto repositories and services with CRUD operations (commit: 0c54305) (details)
- Business rules, repositories, and services are implemented for Restaurante, UbicacionRestaurante, and EstrellasMichelin. (commit: b2a354a) (details)
- Correction in the associations of the RestauranteEntity, EstrellasMichelinEntity and UbicacionRestauranteEntity. (commit: 36c6dc5) (details)
- Refactor entity relationships: update EventoEntity, UsuarioEntity PerfilEntity to correct map associations. (commit: 1afd9c0) (details)
- Implement services for Evento, Perfil, and Usuario, including repository methods (commit: e825d76) (details)
- feat: add business rules for Restaurante, EstrellasMichelin and UbicacionRestaurante entities, also added the creation of repositories and services classes to test functionality (commit: aeb67e4) (details)
- added Test: Foto,Comentario,Servicio. (commit: d2ca8da) (details)
- fix: correct package declaration in EventoRepository (commit: 1dce582) (details)
- Tests are added for the services ChefAficionadoService, ChefProfesionalService, and UtensiliosService (commit: ee23e86) (details)