Dataskop / dataskop-ar

Dataskop breaks new scientific ground developing mobile, situational embedded data visualization methods to combine physical environmental and abstract data representation.
https://dataskop.fhstp.ac.at/en
MIT License
1 stars 0 forks source link

Continuous data query for latest results #114

Closed Mumb0 closed 2 months ago

Mumb0 commented 2 months ago

Please describe your request and why you are requesting it.

Currently data gets updated by fetching all of the historic data specified from the backend (e.g. 2000 per measurement definition). This means that everytime it needs to update data, a lot of traffic is generated, which is problematic for the backend server and for the users data usage.

Describe the solution you'd like

While initially fetching more data, during use the app should fetch the data missing from the latest available data to the latest result reported from the backend, making the data usage less and speed of updating data faster.