- Notifications
You must be signed in to change notification settings - Fork45
Open
Description
Currently, in the flux codebase, the resource and controller classes interact with DAO layer directly. This lacks good coding practices such as separation of concerns, extensibility, and readability. One way to solve this problem would be to introduce a persistence layer that would handle all the transactions by interacting with DAO layer. The communication would be like below with the new model.
Resource --> Controller --> Persistence Layer --> DAO layer
Metadata
Metadata
Assignees
Labels
No labels