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

Decopule Business logic from DB logic #89

Closed
whoAbhishekSah opened this issue Feb 2, 2022 · 2 comments
Closed

Decopule Business logic from DB logic #89

whoAbhishekSah opened this issue Feb 2, 2022 · 2 comments
Assignees

Comments

@whoAbhishekSah
Copy link
Member

In the codebase, business logic is tightly coupled with business logic, making it hard to easily switch between different multiple DB's or make changes that do not affect each other. The code should be refactored to follow a decoupled architecture where a change in business logic doesn't require touching DB logic and vice versa. Reference architecture

@whoAbhishekSah whoAbhishekSah self-assigned this Feb 2, 2022
@whoAbhishekSah
Copy link
Member Author

#90 #91

@whoAbhishekSah
Copy link
Member Author

#92 #93 #94 #95 #96
fixes this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant