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

Feature: Cleaner API-Data-Fetching #30

Open
ansibleguy opened this issue Mar 15, 2024 · 0 comments
Open

Feature: Cleaner API-Data-Fetching #30

ansibleguy opened this issue Mar 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ansibleguy
Copy link
Owner

Scope

Backend (API)

Description

Currently we fetch all the data-entries of the current view every refresh-interval (1 sec).
We then check if the data has changed using JS and update the table-rows in that case.

It would be nicer to only fetch the changed datasets. That way we could save on transferred data.
This would mean we will have to pre-filter the data on the backend and implement web-sockets

This is not really an issue for now - but I dislike the current handling as it is somewhat unclean.

@ansibleguy ansibleguy added enhancement New feature or request triage Triage and removed triage Triage labels Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant