ITU-BDSA2024-GROUP15 / Chirp

Project for BDSA 2024 group 15
MIT License
0 stars 0 forks source link

(1.f) As a developer i want to refactor our project into an onion architecture such that layers are loosely coupled from eachother #40

Closed Powsdaws closed 1 month ago

Powsdaws commented 1 month ago

(1.f) As a developer i want to refactor our project into an onion architecture such that layers are loosely coupled from eachother and therefore can be easily replaced by new components to make it more maintainable and testing easier.

Acceptence criteria: When we have a clear onion architecture with seperate layers that use dependency injection between each of them.

Done when pushed to main