gugulet-hu / qself-process

A collection of the processes used to collect and process data from various sources.
https://qself.gugulet.hu
GNU General Public License v2.0
1 stars 0 forks source link

Move intraday readings to DB write #66

Open gugulet-hu opened 3 days ago

gugulet-hu commented 3 days ago

Now that the dashboard includes DAY as a time period, we need to stop using JSON files for intraday readings of heartrate and walking distance. These will now be written directly to the DB, removing the need for a complicated end-of-day processing flow.

gugulet-hu commented 3 days ago

Likely cause of https://github.com/gugulet-hu/qself-process/issues/65