vuinguyen / FishingDaze

A fishing journal app to document fishing trips, built for my capstone project, for my Udacity iOS Nanodegree program.
1 stars 1 forks source link

Refactor LocationViewModel to use protocol #21

Closed vuinguyen closed 4 years ago

vuinguyen commented 4 years ago

JournalEntryViewModel is a wrapper for the entire Core Data model for this app. The viewcontrollers will access the LocationViewModel indirectly through JournalEntryViewModel once I get LocationViewModel to conform to the new protocol

vuinguyen commented 4 years ago

I may add / modify the protocol and therefore, refactor LocationViewModel again to conform to the modified protocol later on. But I am using the protocol which is what counts, so I'm going to call this issue done for now.