sufst / wireless-telemetry-gui

Web-based telemetry GUI system
6 stars 1 forks source link

feat(redux): store sessions to redux #59

Closed AndreasDemenagas closed 1 year ago

AndreasDemenagas commented 1 year ago

Description

Currently, the sessions are fetched from the API in every endpoint that they need to fetch from. This includes the dashboard page and the sessions page.

Requirements

Issues

A solution needs to be thought for when to update the sessions state from redux. If these are stored there for too long, the fetched version will be left behind.