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
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