a072cd3bd2
Four Modern.js routes: start page, one-way search, round-trip search, and catch-all multi-flight details. Components wire hooks for data fetching and render flight results with calendar navigation.
627 B
627 B
Phase 3C -- Schedule Route Pages
Parent:
2026-04-15-phase-3-schedule-master.mdDepends on: 3A (URL), 3B (API/hooks)
Deliverables
- Schedule page components in
src/features/schedule/components/ - Modern.js route pages in
src/routes/[lang]/schedule/ - 4 routes: start, one-way, round-trip, catch-all details
Route Structure
src/routes/[lang]/schedule/
page.tsx -- start page
route/[params]/page.tsx -- one-way search
route/[params]/[returnParams]/page.tsx -- round-trip search
[...flights]/page.tsx -- catch-all details