-
Notifications
You must be signed in to change notification settings - Fork 81
Persistence migration for saved connections #1624
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Parent PRD
What to build
Add a migration that runs on app startup when loading connection data from IndexedDB. Detect old ConnectionConfig shapes that contain url or proxyConnection fields and migrate them to the new shape: map graphDbUrl || url → graphDbUrl, drop url and proxyConnection.
Type: HITL — requires review before completion.
Acceptance criteria
- Old connections with
graphDbUrlset are migrated (keepgraphDbUrl, dropurlandproxyConnection) - Old connections with only
urlset (nographDbUrl) fall back to usingurlasgraphDbUrl - Already-migrated data passes through unchanged
- Migration runs automatically on app startup
- Tests cover all migration scenarios: both fields present, only
url, onlygraphDbUrl, already migrated
Blocked by
User stories addressed
- User story 6
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request