Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Resolve strong adapter solution #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

RicarGar7
Copy link
Owner

@RicarGar7 RicarGar7 commented Oct 7, 2022

✨ Resolve strong adapter solution

Solution explanation

This solution is based on giving all the power to the repository implementation or adapter, which is the one that processes the KPIs.

Why?

Because the common thing is that the adapter is responsible for filtering the information.

This solution is more applicable in the real world, but having a less dumb data source.

Changes

  • Kpi
    • Implement findAllSuspiciousClients use case
  • Cli
    • Expose find suspicious clients use case via command line

@RicarGar7 RicarGar7 self-assigned this Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant