You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Cards Controller contains some logic that should be moved to a UseCase. This will help to keep the code more organized and maintainable. Additionally, we need to refactor the create.card.service to start using useCase
Proposed changes
Move the card functionality logic from the Cards Controller to a UseCase.
The text was updated successfully, but these errors were encountered:
GoncaloCanteiro
changed the title
[REFACTOR]: move cards controller logic to service
[REFACTOR]: create.card.service to useCase
Mar 23, 2023
GoncaloCanteiro
changed the title
[REFACTOR]: create.card.service to useCase
[REFACTOR]: create.card.service to useCase and remove logic from card controller
Mar 23, 2023
Summary
Currently, the Cards Controller contains some logic that should be moved to a UseCase. This will help to keep the code more organized and maintainable. Additionally, we need to refactor the create.card.service to start using useCase
Proposed changes
The text was updated successfully, but these errors were encountered: