beeminder / BeeSwift

Official Beeminder for iOS app
Other
30 stars 6 forks source link

Update more healtkit history on observer updates #355

Closed theospears closed 1 year ago

theospears commented 1 year ago

Previously we were only updating a single day when data points change. This was a regresison on past behavior for aggregated data points, which tended to update the last 7 days regularly. This caused issues e.g. for data logged after the last time a device was unlocked for the day. Become more resilient by syncing more historic data.

Test Plan: None