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

Viewer auto-refresh #46

Open
1 task done
logan12358 opened this issue May 6, 2019 · 1 comment
Open
1 task done

Viewer auto-refresh #46

logan12358 opened this issue May 6, 2019 · 1 comment
Labels
enhancement New feature or request viewer issues relating to the 3d viewer

Comments

@logan12358
Copy link

logan12358 commented May 6, 2019

Step 0:

Expected Behaviour

There should be an option in the viewer to automatically refresh streams, rather than the current manual-only button in ViewerLoadedStreamsCard.vue. This could be a checkbox on the card, which determines whether auto-refresh is enabled for each stream. There could also be a global checkbox to enable/disable all auto-refresh (related to #45).

Actual Behaviour

Currently, there's only a manual refresh button.

Proposed Solution (if any)

There probably ought to be something stored alongside each stream to identify whether to auto-refresh or not. The websocket handler probably belongs nearer to the store than to ViewerLoadedStreamsCard.
There might be complications to be wary of around selections and filters.

@logan12358 logan12358 added enhancement New feature or request viewer issues relating to the 3d viewer labels May 6, 2019
@didimitrie
Copy link
Member

There probably ought to be something stored alongside each stream to identify whether to auto-refresh or not. The websocket handler probably belongs nearer to the store than to ViewerLoadedStreamsCard.
There might be complications to be wary of around selections and filters.

This probably deserves a new issue by itself and it's something that's defs needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request viewer issues relating to the 3d viewer
Projects
None yet
Development

No branches or pull requests

2 participants