CropWatchDevelopment / CropWatch

https://app.cropwatch.io
2 stars 1 forks source link

Real-Time Data #127

Open CropWatchDevelopment opened 1 week ago

CropWatchDevelopment commented 1 week ago

Real-Time Updates is required for all data.

Dashboard should update only the LATEST data for each authorized device.

Detail page should include all history data, plus the latest values EXCEPT for if the user selected a start-to-end date that is both BEFORE the current day!

We need to create a store for each and every device the user has dynamically

We need to save (cache) the data for the past.... day? in the user's local storage to reduce data pulls when coming back

We need to update the localstore with JUST the data that has come in since the user last visited to save data pulls.