NickHolt / Routine

App for Tracking Routine Adherence
0 stars 0 forks source link

Implement CoreData persistence of Activity completion data #5

Closed nickholt-driver closed 7 years ago

nickholt-driver commented 7 years ago

The entire history of Activities completed should be persisted to CoreData.

Whenever an Activity is checked, that change should be asynchronously persisted to CoreData. Whenever an Activity is unchecked, that change should be removed.

At midnight every night, activities that are not checked should be persisted as not completed.