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

Live Synchronisation #6

Open
martingraf4 opened this issue Feb 23, 2021 · 1 comment
Open

Live Synchronisation #6

martingraf4 opened this issue Feb 23, 2021 · 1 comment
Labels
api app enhancement New feature or request

Comments

@martingraf4
Copy link
Collaborator

Synchronize changes of a shared instance to all users. Otherwise if two users access the same system at the same time inconsistencies might occur.

Possible Implementation:

  • connect clients and server via websocket
  • the server informs all connected clients about all changes (e.g. experiment 5 has been updated). The client can then reload the relevant information
@martingraf4 martingraf4 created this issue from a note in Third Iteration - Backlog (Improvements) Feb 23, 2021
@martingraf4 martingraf4 added api app enhancement New feature or request labels Feb 23, 2021
@phpfs
Copy link
Collaborator

phpfs commented May 25, 2021

The frontend would be able to refresh its major stores one a hook from backend. Since multi-user operation is not feasible at the moment as long-running routes are not parallelized, this issue needs to be deferred.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api app enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants