-
Notifications
You must be signed in to change notification settings - Fork 26
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
Introduces re-vamped AppContext & general architecture #256
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@esreli - This is great stuff. Nothing stood out to me as something that needed to be changed/modified. I really like the GlobalAlertQueue
stuff as well as the new PortalSessionManager
. I think both of those add a lot to the codebase.
As we talked about previously, some of the OfflineMapManager
stuff may get modified/tweaked with the addition of preplanned work flows and maybe incorporation of the Toolkit's JobManager
.
Nice stuff!!
Introduces an improved
AppContext
state-based architecture and more clear separation of responsibility. This architecture achieves more stability and resolves some found Portal related edge cases. Consult docs for more information.This PR comes with a bunch of architecture-adjacent improvements.