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

Editor Session Management #97

Open
JesusGuerrero opened this issue Sep 8, 2022 · 0 comments
Open

Editor Session Management #97

JesusGuerrero opened this issue Sep 8, 2022 · 0 comments
Labels

Comments

@JesusGuerrero
Copy link
Collaborator

Close the NLP Editor browser tab and then open a new tab to bring up the NLP Editor. If you now go to the Settings panel, it remembers the module name and the language selection made earlier in another browser tab session. Is that the expected behavior? Do we store them in cookies to remember it across different NLP Editor sessions?

Answer: right now it is in localstorage, so any session will pickup the same settings. Every browser tab (or reload) creates a new session, and thought we would assume reuse of the same settings.

This ticket is to track architecture of sessions. We don't have a backend to manage for us, so we may need to do some work on the browser only if new use cases require it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants