NickHolt / Routine

App for Tracking Routine Adherence
0 stars 0 forks source link

Ensured non-selected activities are registered as not completed #16

Closed nickholt-driver closed 7 years ago

nickholt-driver commented 7 years ago

This could entail either a background job which performs that logic every night at midnight, or something on-demand when the day loads.

nickholt-driver commented 7 years ago

This still needs to happen beyond the view controller, in case they don't open the app that day.

nickholt-driver commented 7 years ago

This should replace the logic from da57c76

nickholt-driver commented 7 years ago

To make this fully robust, I'll actually have to check the last time the app launched, via information given to me or from a database entry for "completion scrubbing".

The reason is that if the app is completely closed, a background task won't work (I'm assuming)