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
{{ message }}
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.
I've tried a couple ways to aggregate all the snapshots on one day and order them by time. There are both unexpected outcomes (out of order days/snapshots and skipped snapshots) and the struggle of defining a daily summary. It be easy to aggregate by sectionIdentifier or date, but if I go to bed after midnight, which happens 6% of the time, it'd be on the next day.
This method returns all the days in the correct order, but the snapshots are still out of order and post after midnight are on the next day.
This commit at least gets the days and snapshots in the right order, but doesn't solve the going to bed after midnight problem. Also, getting a little verbose...
I've tried a couple ways to aggregate all the snapshots on one day and order them by time. There are both unexpected outcomes (out of order days/snapshots and skipped snapshots) and the struggle of defining a daily summary. It be easy to aggregate by
sectionIdentifier
ordate
, but if I go to bed after midnight, which happens 6% of the time, it'd be on the next day.This method returns all the days in the correct order, but the snapshots are still out of order and post after midnight are on the next day.
This method returns days mostly in order, but skips some.
Maybe this would work for aggregating snapshots from when I wake up to when I go to bed?
The text was updated successfully, but these errors were encountered: