domain-driven-hexagon icon indicating copy to clipboard operation
domain-driven-hexagon copied to clipboard

Fix/use ports instead of impl

Open khunder opened this issue 2 years ago • 1 comments

  • use unit of work port instead of the Implementation to ensure dependencies are used in one way (infrastructure) --->(core domain)
  • use userRepositoryPort instead of the Implementation UserRepository

khunder avatar Feb 01 '22 17:02 khunder

Thanks for the PR!

I left some comments

Sairyss avatar Feb 02 '22 10:02 Sairyss

Entire code base refactored so this pull request no longer needed

Sairyss avatar Oct 10 '22 15:10 Sairyss