TUM-Dev / Campus-iOS

Development of the TUM Campus App for iOS devices - for and from students at Technical University of Munich.
https://tum.app
GNU General Public License v3.0
106 stars 43 forks source link

Implement a persistent Data Storage (CoreData) #436

Open 14slash12 opened 2 years ago

14slash12 commented 2 years ago

In order to store grades, lectures, etc. persistent on the device. Necessary to load the data if no internet connection is possible..

14slash12 commented 2 years ago

Pros and Cons of the current (before WWDC22) CoreData and Realm:

image
14slash12 commented 2 years ago

This issue depends on WWDC22. If Apple releases a new better version of CoreData this should be the used.