SQLite implementation of substitution plan persistence added, working in simulator, untested on real devices

This commit is contained in:
Deniz Duezgoeren
2019-07-11 18:37:14 +02:00
parent 2488d9690d
commit 92a01a83c7
24 changed files with 1141 additions and 651 deletions
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="14490.98" systemVersion="18D109" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
<entity name="Meal" representedClassName=".Meal" syncable="YES" codeGenerationType="category">
<attribute name="priority" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
<attribute name="text" optional="YES" attributeType="String" syncable="YES"/>
</entity>
<entity name="Substitution" representedClassName=".Substitution" syncable="YES" codeGenerationType="category">
<attribute name="additional" optional="YES" attributeType="String" syncable="YES"/>
<attribute name="course" optional="YES" attributeType="String" syncable="YES"/>
<attribute name="date" optional="YES" attributeType="String" syncable="YES"/>
<attribute name="group" optional="YES" attributeType="String" syncable="YES"/>
<attribute name="priority" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
<attribute name="room" optional="YES" attributeType="String" syncable="YES"/>
<attribute name="time" optional="YES" attributeType="String" syncable="YES"/>
</entity>
<elements>
<element name="Substitution" positionX="-54" positionY="-9" width="128" height="148"/>
<element name="Meal" positionX="176.953125" positionY="26.046875" width="128" height="73"/>
</elements>
</model>