beeminder / BeeSwift

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

Correctly filter out fencepost data points #365

Closed theospears closed 1 year ago

theospears commented 1 year ago

We would sometimes fail to correctly filter out data points where were intended to be outside our date range. This would lead to submitting small values for entries too far back in the past, leading to both incorrect and duplicate data. Fix our filter to apply to the date we will submit.

Test Plan: Observed a goal with bad data. Observed data no longer added after change.