-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#30] Properly sort prayer partners and clean up README.
The new version of the data model simply contains an order property for prayer partner groups.
- Loading branch information
1 parent
02ffa8e
commit 652ead9
Showing
7 changed files
with
116 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
93 changes: 93 additions & 0 deletions
93
iOSEventApp/Model/iOSEventApp.xcdatamodeld/iOSEventAppV3.xcdatamodel/contents
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="14460.32" systemVersion="18C54" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier=""> | ||
<entity name="Contact" representedClassName="Contact" syncable="YES" codeGenerationType="class"> | ||
<attribute name="address" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="name" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="phone" optional="YES" attributeType="String" syncable="YES"/> | ||
</entity> | ||
<entity name="ContactPageSection" representedClassName="ContactPageSection" syncable="YES" codeGenerationType="class"> | ||
<attribute name="content" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="header" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="id" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="key" optional="YES" attributeType="String" syncable="YES"/> | ||
</entity> | ||
<entity name="General" representedClassName="General" syncable="YES" codeGenerationType="class"> | ||
<attribute name="custom_time_zone" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="event_name" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="logo" optional="YES" attributeType="Binary" allowsExternalBinaryDataStorage="YES" syncable="YES"/> | ||
<attribute name="notifications_url" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="refresh" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/> | ||
<attribute name="refresh_expire" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="refresh_rate" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="remote_viewing" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="time_zone" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="version_num" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="welcome_message" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="year" optional="YES" attributeType="String" syncable="YES"/> | ||
</entity> | ||
<entity name="HousingUnit" representedClassName="HousingUnit" syncable="YES" codeGenerationType="class"> | ||
<attribute name="driver" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="hostName" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="students" optional="YES" attributeType="String" syncable="YES"/> | ||
</entity> | ||
<entity name="InformationPage" representedClassName="InformationPage" syncable="YES" codeGenerationType="class"> | ||
<attribute name="pageName" optional="YES" attributeType="String" syncable="YES"/> | ||
<relationship name="infoNav" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="SidebarAppearance" inverseName="infoPage" inverseEntity="SidebarAppearance" syncable="YES"/> | ||
<relationship name="infoSections" optional="YES" toMany="YES" deletionRule="Nullify" destinationEntity="InformationPageSection" inverseName="infoPage" inverseEntity="InformationPageSection" syncable="YES"/> | ||
</entity> | ||
<entity name="InformationPageSection" representedClassName="InformationPageSection" syncable="YES" codeGenerationType="class"> | ||
<attribute name="information" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="order" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/> | ||
<attribute name="title" optional="YES" attributeType="String" syncable="YES"/> | ||
<relationship name="infoPage" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="InformationPage" inverseName="infoSections" inverseEntity="InformationPage" syncable="YES"/> | ||
</entity> | ||
<entity name="Notification" representedClassName="Notification" syncable="YES" codeGenerationType="class"> | ||
<attribute name="body" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="date" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="notificationNumber" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/> | ||
<attribute name="refresh" optional="YES" attributeType="Boolean" usesScalarValueType="YES" syncable="YES"/> | ||
<attribute name="title" optional="YES" attributeType="String" syncable="YES"/> | ||
</entity> | ||
<entity name="PrayerPartnerGroup" representedClassName="PrayerPartnerGroup" syncable="YES" codeGenerationType="class"> | ||
<attribute name="order" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/> | ||
<attribute name="students" optional="YES" attributeType="String" syncable="YES"/> | ||
</entity> | ||
<entity name="ScheduleDay" representedClassName="ScheduleDay" syncable="YES" codeGenerationType="class"> | ||
<attribute name="date" optional="YES" attributeType="String" syncable="YES"/> | ||
<relationship name="items" optional="YES" toMany="YES" deletionRule="Nullify" destinationEntity="ScheduleItem" inverseName="day" inverseEntity="ScheduleItem" syncable="YES"/> | ||
</entity> | ||
<entity name="ScheduleItem" representedClassName="ScheduleItem" syncable="YES" codeGenerationType="class"> | ||
<attribute name="category" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="itemDescription" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="length" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="location" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="startTime" optional="YES" attributeType="String" syncable="YES"/> | ||
<relationship name="day" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="ScheduleDay" inverseName="items" inverseEntity="ScheduleDay" syncable="YES"/> | ||
</entity> | ||
<entity name="SidebarAppearance" representedClassName="SidebarAppearance" syncable="YES" codeGenerationType="class"> | ||
<attribute name="category" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="icon" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="nav" attributeType="String" syncable="YES"/> | ||
<attribute name="optionalIdentifier" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="order" attributeType="String" syncable="YES"/> | ||
<relationship name="infoPage" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="InformationPage" inverseName="infoNav" inverseEntity="InformationPage" syncable="YES"/> | ||
</entity> | ||
<entity name="Theme" representedClassName="Theme" syncable="YES" codeGenerationType="class"> | ||
<attribute name="themeName" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="themeValue" optional="YES" attributeType="String" syncable="YES"/> | ||
</entity> | ||
<elements> | ||
<element name="Contact" positionX="27" positionY="126" width="128" height="90"/> | ||
<element name="ContactPageSection" positionX="-9" positionY="90" width="128" height="105"/> | ||
<element name="General" positionX="18" positionY="63" width="128" height="225"/> | ||
<element name="HousingUnit" positionX="18" positionY="63" width="128" height="90"/> | ||
<element name="InformationPage" positionX="18" positionY="126" width="128" height="90"/> | ||
<element name="InformationPageSection" positionX="27" positionY="135" width="128" height="105"/> | ||
<element name="Notification" positionX="9" positionY="126" width="128" height="120"/> | ||
<element name="PrayerPartnerGroup" positionX="0" positionY="45" width="128" height="75"/> | ||
<element name="ScheduleDay" positionX="-9" positionY="81" width="128" height="75"/> | ||
<element name="ScheduleItem" positionX="0" positionY="90" width="128" height="135"/> | ||
<element name="SidebarAppearance" positionX="9" positionY="54" width="128" height="135"/> | ||
<element name="Theme" positionX="36" positionY="135" width="128" height="75"/> | ||
</elements> | ||
</model> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters