Northeastern-Electric-Racing / Argos

Our full-stack data visualization tool
GNU Affero General Public License v3.0
1 stars 0 forks source link

More sustainable way to store timer values (for charging screen timers) #207

Open bracyw opened 2 months ago

bracyw commented 2 months ago

Description

Currently total times are stored in as values in sessionStorage, to allow for the total time to be saved if the page reloads. However, these timers are not true to the entire charging session. We need a way to have the timers that track charging status's that is actually true. That is either first messages received by the client or preferably values tracked using the server.

Acceptance Criteria

Timers for charging status's (connected to the combined-status-display component) are true to values read from the car.

Proposed Solution

Talk to Reid or Wyatt (Wyatt might need to talk to Wyatt).

Mocks

No response