-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Vertical slice architecture #2373
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
Comments
I would like to start working on this new pattern! Could you please assign it to me? |
This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions. |
@iluwatar more over like this right? https://medium.com/sahibinden-technology/package-by-layer-vs-package-by-feature-7e89cde2ae3a |
@thestbar may I know the status of this epic? |
Exactly. If @thestbar is not working on it, I'll assign to you. |
Have done some little stuff but didn't have the time to finish it lately. @iluwatar feel free to assign it to @sugan0tech. |
if no one solves this, can you assign it to me? |
@damlaYasarr I already made a PR, waiting for his review. |
@iluwatar I have made the PR,can you check it out? |
@sugan0tech I have a question. I want to code facade design but I cant install mvn package. I mean , I created mvn project but which architecture that I have to choose? |
You can use an architecture that you think fits well with it. Also, have some reference in other patterns and code changes in PR's as well. |
This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions. |
Hi @iluwatar , |
Description:
The Vertical Slice Architecture (VSA) design pattern focuses on organizing code by features rather than layers, promoting a more modular, maintainable, and scalable architecture. This approach ensures that each vertical slice contains all necessary components, such as data access, business logic, and user interface, which are isolated from other slices.
Main elements of the Vertical Slice Architecture include:
References:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: