Merged
Conversation
# Conflicts: # src/main/java/com/outfitlab/project/domain/useCases/user/RegisterUser.java # src/main/java/com/outfitlab/project/infrastructure/config/UserConfig.java # src/main/java/com/outfitlab/project/infrastructure/config/security/CorsConfig.java # src/main/java/com/outfitlab/project/presentation/SubscriptionController.java # src/main/resources/application.properties
…ail para guardar la suscripcion
…encias-ia # Conflicts: # src/main/java/com/outfitlab/project/domain/model/UserModel.java
# Conflicts: # src/main/java/com/outfitlab/project/domain/useCases/user/RegisterUser.java # src/main/java/com/outfitlab/project/infrastructure/config/UserConfig.java # src/main/java/com/outfitlab/project/infrastructure/config/security/CorsConfig.java # src/main/java/com/outfitlab/project/presentation/SubscriptionController.java # src/main/resources/application.properties # Conflicts: # docker-compose.yml # src/main/java/com/outfitlab/project/domain/useCases/subscription/ProcessPaymentNotification.java
…ciones y colores dinámicos)
…tCode en prendaEntity)
…suario, validacion de limite por planes, nuevos planes para las marcas, queda pendiente arreglar la ruta get y poder upgradear una marca
Resueltos conflictos y adaptado código a cambios de develop: - Combinada validación de límites de suscripción con UserDetails - Mantenida lógica dual de suscripciones (B2B/B2C) - Corregido UserEntity.convertEntityToModel para incluir brand (null-safe) - Adaptados use cases y controllers a nueva firma con UserDetails - Actualizados tests para reflejar nuevas dependencias - GarmentController usa lógica mejorada de develop Archivos principales modificados: - UserEntity: Agregado brand en conversión de entity a model - CombinePrendas: Adaptado a UserDetails, manteniendo validaciones - FashnController: Combinadas validaciones con UserDetails - AssignFreePlanToUser: Mantenida lógica de planes duales - Tests: Actualizados con nuevas excepciones y mocks
- Agregados @mock para CheckUserPlanLimit e IncrementUsageCounter - Corrige NullPointerException en tests de CI/CD
Feat/planes rol usuario
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.