Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

addahlin/snowflakeApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 

Repository files navigation

snowflakeApp

Core Data Modules

Mostly standard stuff. I'm storing all the id's as string even though they are integers in case we move the backend storage that uses a GUID.

the raw_* properties are part of the data retreived from the server but not used by the app. For example, the report will be mapped to the trail it's associated with and can access it directly via report.trail. I'm keeping raw_trail_id around just in case.

There's a category called "Entities/Generated" that holds the file auto-generated by xcode from the core data models; these all contain a leading underscore to indicate they shouldn't be modified. In the Entities group are all the files that should be modified/imported (they add categories to the generated core data files). In short, don't touch the files with a leading underscore.

Third Party Libraries

Magical Record - This library adds convenience functions that make Core Data much nicer to work with

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published