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

Window session mechanism #17

Open
daemontus opened this issue Nov 4, 2023 · 1 comment
Open

Window session mechanism #17

daemontus opened this issue Nov 4, 2023 · 1 comment
Assignees

Comments

@daemontus
Copy link
Member

When talking between UI and backend, we need to manage window-specific state. For this we need some concept of "session".

@daemontus daemontus self-assigned this Nov 4, 2023
@ondrej33
Copy link
Member

ondrej33 commented Aug 8, 2024

The core mechanisms were introduced in #23. These covered most of the currently used functionality and already allowed for multiple sessions, but at that time, the app only consisted of a single editor session. Some modifications were done in #47 to allow for a new analysis session, and for inter-session communication. However, we are still far from the final product.

Some refactoring of the session-management mechanism should happen, perhaps once we have a more mature analysis workflow. We should also look into how to properly handle the closing of sessions, as I think this is currently not tackled.

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

2 participants