-
-
Notifications
You must be signed in to change notification settings - Fork 26.8k
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
Session Facade pattern #1278
Comments
I would like to work on this issue. |
Ok @Songtao-Zhu |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I have started working on this issue, can you please assign it to me? Thank you |
I have submitted a pull request for this issue. Could you kindly review it? |
* implementation of session facade #1278 * minor change * readme updated * addressed the comments regarding changing lists to maps and adding maven assembly plugin --------- Co-authored-by: Ilkka Seppälä <[email protected]>
Description:
Implement the Session Facade design pattern to simplify interactions between clients and complex subsystems within our project. The Session Facade pattern provides a unified interface to a set of interfaces in a subsystem, making it easier for clients to use the system by reducing the number of interactions required. This pattern promotes loose coupling and enhances scalability and maintainability by encapsulating the complexities of the subsystem.
Main Elements of the Pattern:
References:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: