- Add ## Purpose sections and convert delta headers to ## Requirements on all 25 specs - Add SHALL keywords to requirements missing them (gpx-import, planner-session, planner-journal-handoff) - Convert prose GPX format section to proper scenarios (no-go-areas) - Create specs/ delta files for 7 changes that were missing them (activity-photos, local-dev-stack, multi-day-routes, route-discovery, route-sharing, visual-redesign, waypoint-notes) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
635 B
Markdown
13 lines
635 B
Markdown
## Purpose
|
|
|
|
Round-trip GPX exchange between Planner and Journal, including JWT-scoped callbacks for saving routes and GPX reimport in the Planner.
|
|
|
|
## Requirements
|
|
|
|
### Requirement: Export Plan reimport
|
|
The Planner SHALL support reimporting an exported plan GPX via the file upload UI, completing the round-trip without needing the journal.
|
|
|
|
#### Scenario: Reimport exported plan
|
|
- **WHEN** a user exports a plan and later imports it via the planner's GPX upload
|
|
- **THEN** waypoints, no-go areas, and track data are restored from the GPX
|
|
- **AND** BRouter re-routes between the imported waypoints with the imported no-go areas active
|