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

[BE] Loosen coupling between components by implementing the mediator pattern #20

Open
ddimkovikj opened this issue Aug 22, 2024 · 2 comments · Fixed by #33
Open

[BE] Loosen coupling between components by implementing the mediator pattern #20

ddimkovikj opened this issue Aug 22, 2024 · 2 comments · Fixed by #33
Assignees

Comments

@ddimkovikj
Copy link
Member

Goal is to loosen coupling between controllers and application services as right now they are tightly coupled.

Most popular mediator library in .NET - https://github.com/jbogard/MediatR. Examples can be found in readme.

Why MediatR - https://medium.com/@singh.neer/what-is-mediatr-in-net-core-why-we-use-it-50e38bfe6f5b

@ddimkovikj ddimkovikj converted this from a draft issue Aug 22, 2024
@ddimkovikj
Copy link
Member Author

As this is not a simple fix, development plan will be needed from the assignee prior to development, which will have to be approved by the lead.

@ddimkovikj ddimkovikj moved this from Backlog to Ready in LinkMe Task Management Sep 23, 2024
@ddimkovikj
Copy link
Member Author

Backlog items suggestions:

  1. Getting started with mediatr/learn about mediator pattern
  2. Initial implementation of MediatR in project
  3. MediatR pipeline/behaviors

@ddimkovikj ddimkovikj linked a pull request Nov 13, 2024 that will close this issue
@ddimkovikj ddimkovikj self-assigned this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready
Development

Successfully merging a pull request may close this issue.

1 participant