beeminder / BeeSwift

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

Read and write requestids for datapoints with HealthKit #419

Closed theospears closed 10 months ago

theospears commented 10 months ago

This prepares for supporting point-by-point syncing of data from HealthKit. In particular 1) HealthKit data sources now provide a requestid for the datapoints they generate 2) We always read requestid from the server (now they are always sent)

This will start writing new IDs immediately, and in the future means we can use the IDs to sync when we have multiple datapoints per day.

Testing:

theospears commented 10 months ago

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.