beeminder / BeeSwift

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

Store goal information in CoreData #462

Closed theospears closed 4 months ago

theospears commented 4 months ago

Introduce a new Goal type in CoreData. Update the goal fetching code to also write all fetched goal data to this store, along side the in memory store. At present app functionality is still reading from the in memory store rather than core data.

Testing: Make sure the app still launches, can show the goal list, and view individual goals

theospears commented 4 months ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @theospears and the rest of your teammates on Graphite Graphite

theospears commented 4 months ago

Merge activity