Skip to content

Document Core Data to SwiftData migration plan - #15

Draft
zigdanis wants to merge 1 commit into
masterfrom
agent/plan-swiftdata-migration
Draft

Document Core Data to SwiftData migration plan#15
zigdanis wants to merge 1 commit into
masterfrom
agent/plan-swiftdata-migration

Conversation

@zigdanis

Copy link
Copy Markdown
Owner

What changed

  • adds a documentation-only plan for replacing Core Data with SwiftData
  • inventories the current shared App Group persistence behavior
  • proposes a side-by-side, resumable, verified data migration
  • defines implementation phases, validation, rollout, rollback, and cleanup criteria
  • outlines the expected benefits, costs, and unresolved decisions

Why

The app and widget share an existing Core Data store containing user data and image references. A future SwiftData implementation needs an agreed approach that preserves those values, handles cross-process access, and keeps rollback safe.

Impact

No production code, schema, build settings, or runtime behavior changes in this PR. This is a planning artifact for a separately reviewed future implementation.

Validation

  • reviewed the plan against the current Core Data model, gateway, stack, app/widget composition roots, and tests
  • ran git diff --check

@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: 2c3cbcc4-d00a-475a-b439-74279e180162

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant