eurofurence / ef-app_ios

iOS version of the official Eurofurence app
MIT License
5 stars 1 forks source link

Support delta deletions in Core Data model #501

Closed ShezHsky closed 2 years ago

ShezHsky commented 2 years ago

Support for removing all entities and removing specific entities from the sync response. Cascades deletions where appropriate to maintain invariants (e.g. deleting a room will delete all events in that room).

eurofurence-mobileapps-ci commented 2 years ago
1 Warning
:warning: This PR is pretty big. Consider breaking the change down into smaller slices

SwiftLint found issues

Warnings

File Line Reason
Image.swift 19 override modifier should be before public. (modifier_order)
Image.swift 41 Limit vertical whitespace to a single empty line. Currently 2. (vertical_whitespace)

Generated by :no_entry_sign: Danger