You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: