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

Separate data based on http session. #639

Open
mani76 opened this issue Mar 1, 2024 · 2 comments
Open

Separate data based on http session. #639

mani76 opened this issue Mar 1, 2024 · 2 comments
Labels
feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do

Comments

@mani76
Copy link

mani76 commented Mar 1, 2024

Description

How to separate ui data based on user http session?

By default http sessions share the same data in the ui.
Sometimes ui data must be http session specific, for example when implementing search user interface.

How this can be implemented?

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

@mani76 mani76 added feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do labels Mar 1, 2024
@joepavitt
Copy link
Collaborator

Hi Mani, all data transmitted in Dashboard nodes includes a msg._client object which details the SocketIO connection ID for each given session/browser, which is available to use

@joepavitt
Copy link
Collaborator

I wasn't entirely clear though when you're referring to the "Search User Interface"?

If you're looking for the ability to show data to particular sessions only, then you'd be looking to utilise the Multi User Dashboard feature available in FlowFuse.

I did a webinar on this topic recently which you can watch here: https://youtu.be/rl6uwV2PhOc?si=94K83i9kAJCZ9gyz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do
Projects
Status: Backlog
Development

No branches or pull requests

2 participants