File tree Expand file tree Collapse file tree
specs/019-trip-reconstruction Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,9 +116,10 @@ stations affordance; the stop model (PlaceRef) would accept a `"station"` kind u
116116- [x] T024 [ P] Verify en/fr/ko key parity (tsc) for every new string; no missing keys.
117117- [x] T025 [ P] a11y: extend ` tests/e2e/a11y.spec.ts ` to cover the composer (axe WCAG 2.1 AA) + full
118118 keyboard traversal (add/reorder/remove stops, date, save/cancel).
119- - [ ] T026 [ P] (Optional nice-to-have) In ` src/features/map/MapScreen.tsx ` /` MapView.tsx ` , draw each
120- ** leg** of a multi-stop trip's arc (not only ` from → to ` ), reusing ` tripArcs ` .
121- - [ ] T027 Full gate: ` pnpm typecheck && pnpm test && pnpm test:e2e trip-reconstruction a11y smoke `
119+ - [ ] T026 [ P] (Optional nice-to-have, DEFERRED) In ` src/features/map/MapScreen.tsx ` /` MapView.tsx ` ,
120+ draw each ** leg** of a multi-stop trip's arc (not only ` from → to ` ), reusing ` tripArcs ` . Left for a
121+ follow-up — the map still draws the endpoint arc for multi-stop trips, so nothing is broken.
122+ - [x] T027 Full gate: ` pnpm typecheck && pnpm test && pnpm test:e2e trip-reconstruction a11y smoke `
122123 green; then deploy (main + feature branch + Pages mirror).
123124
124125## Dependencies & order
You can’t perform that action at this time.
0 commit comments