Skip to content

Fix Timeline export and import round trips - #247

Merged
stef-k merged 2 commits into
mainfrom
fix/243-timeline-transfer-roundtrip
Aug 22, 2026
Merged

Fix Timeline export and import round trips#247
stef-k merged 2 commits into
mainfrom
fix/243-timeline-transfer-roundtrip

Conversation

@stef-k

@stef-k stef-k commented Aug 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • emit standard lowercase GeoJSON structure while preserving Wayfarer property names
  • accept bounded PascalCase aliases from earlier mobile exports
  • parse complete quoted CSV records, including multiline Notes
  • preserve existing duplicate, merge, and local-only Timeline behavior
  • clarify that Timeline transfer is not a complete device backup

Closes #243

Validation

  • focused production-service round trips: 4 passed, 0 failed, 0 skipped
  • ordinary non-Android suite: 1,829 passed, 0 failed, 0 skipped
  • Release build: succeeded, 0 errors
  • git diff --check: passed
  • Android/iOS builds not run because no platform-dependent files changed

Data and migrations

No database migration or synchronization change. Imported entries remain local-only; queue contents and other application state are excluded.

@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
WayfarerMobile.Core 83% 78% 611
Summary 83% (846 / 1014) 78% (392 / 502) 611

@stef-k
stef-k merged commit 4025778 into main Aug 22, 2026
1 check passed
@stef-k
stef-k deleted the fix/243-timeline-transfer-roundtrip branch August 22, 2026 17:21
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.

Fix Timeline export/import round-trip between mobile devices

1 participant