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

Replace ICurrentUserService with ICurrentUserAccessor and Move Fusion Feature to Application Layer #796

Merged
merged 5 commits into from
Nov 6, 2024

Conversation

neozhu
Copy link
Owner

@neozhu neozhu commented Nov 4, 2024

This pull request introduces key improvements to streamline user session handling and feature organization:

  1. Replace ICurrentUserService with ICurrentUserAccessor:

The ICurrentUserService has been removed and replaced with ICurrentUserAccessor. The current logged-in user is now retrieved via UserSessionCircuitHandler, enhancing user session management efficiency.

  1. Relocate Fusion Feature:

The Fusion feature has been moved from the UI Project to the Application Project, ensuring a more organized project structure and better separation of concerns.

@neozhu neozhu merged commit 55e39b7 into main Nov 6, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

1 participant