waldo / ScoreFiveHundred

iPhone app to score the card game: "Five Hundred"
3 stars 2 forks source link

Add CloudKit to Core Data #38

Open waldo opened 4 years ago

waldo commented 4 years ago

As all relations are now unordered must now:

For example: player names and team names. Round score for position should probably change to score for team.

waldo commented 4 years ago

Add progressive migrations. Split migration into two parts. First one is custom and adds the position / ordinal fields and sets them while we still have the order from the ordered relationship. Second removes the ordered relationship.