eurofurence / ef-app_ios

iOS version of the official Eurofurence app
MIT License
5 stars 1 forks source link

Define alternative CoreData based model #497

Closed ShezHsky closed 2 years ago

ShezHsky commented 2 years ago

Ahead of the move to SwiftUI, define the model and basic synchronisation logic to mirror the remote store. The app's object graph will be made available through the persistent container's view context, allowing the direct access to entities in the environment via the managedObjectContext environment value going forward.

To do:

eurofurence-mobileapps-ci commented 2 years ago
1 Warning
:warning: This PR is pretty big. Consider breaking the change down into smaller slices

Generated by :no_entry_sign: Danger