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
The dashboard polls for data, asking for all the data every few seconds. Really it should just ask for all the data once, and then simply wait for new data on a websocket.
Specifically: The dashboard (src/views/Dashboard.vue), every few seconds, calls the function loadStations in the file src/store/store.js. Instead of doing this, it would be nice to only update when there's new data.
The text was updated successfully, but these errors were encountered:
The dashboard polls for data, asking for all the data every few seconds. Really it should just ask for all the data once, and then simply wait for new data on a websocket.
Specifically: The dashboard (
src/views/Dashboard.vue
), every few seconds, calls the functionloadStations
in the filesrc/store/store.js
. Instead of doing this, it would be nice to only update when there's new data.The text was updated successfully, but these errors were encountered: