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

Tracker view: Add realtime updates #13

Open
cdhowie opened this issue May 24, 2024 · 1 comment
Open

Tracker view: Add realtime updates #13

cdhowie opened this issue May 24, 2024 · 1 comment
Labels
C-backend Affects the backend C-frontend Affects the frontend T-enhancement New feature or request

Comments

@cdhowie
Copy link
Owner

cdhowie commented May 24, 2024

Have the frontend maintain a WebSocket connection to the server through which changes made by other users can be pushed. This will largely replace the “refresh” button, except the button can still be used to request that the backend pull an update from the AP server.

@cdhowie cdhowie added T-enhancement New feature or request C-frontend Affects the frontend C-backend Affects the backend labels May 24, 2024
@cdhowie
Copy link
Owner Author

cdhowie commented May 26, 2024

There is a potential issue with this feature that occurred to me last night. If someone makes a change (or requests an update from AP) that causes the sorted order of slots to change, this could make it very easy to accidentally make a change to a different slot than one was originally intending. This problem needs to be solved before I will feel comfortable implementing this feature.

@cdhowie cdhowie changed the title Add realtime updates Tracker view: Add realtime updates May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-backend Affects the backend C-frontend Affects the frontend T-enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant