feat(api): export a saved trip as JSON #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/trip-export"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Data portability / no lock-in (FR-PRES-15).
GET /trips/:id/export.json→ the owner's trip as JSON; owner-scoped + account-gated (anon → /login, missing → 404). Download link on the trip page.Verification
just qagreen. Signed-in export → valid JSON (stops/total/status=Saved); anon → 303 to login.PDF/ICS export + living-person stripping on share land later. Traces: FR-PRES-15.