Skip to content

Commit de098af

Browse files
committed
Tasks 019: close the deploy gate (T027); mark map-arcs (T026) deferred
Feature 019 shipped: multi-stop trip reconstruction (US1/US2), the Travel back-nav fix (US3), stations deferred (US4). Only the optional per-leg map arcs remain as a documented follow-up.
1 parent 5ba851b commit de098af

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

specs/019-trip-reconstruction/tasks.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)