Skip to content

feat: add transit-board route with corridor summaries and delay highlights#240

Open
iamasx wants to merge 2 commits into
mainfrom
feat/issue-213
Open

feat: add transit-board route with corridor summaries and delay highlights#240
iamasx wants to merge 2 commits into
mainfrom
feat/issue-213

Conversation

@iamasx

@iamasx iamasx commented Apr 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add new transit-board route with corridor summary cards (5 corridors with status, direction, on-time rates), movement cards (6 movements with origin-destination and cargo tracking), and a compact delay highlights panel (4 active delays with severity badges and duration)
  • Add nav link and landing page section for the transit board
  • Include 10 tests covering heading render, corridor cards, movement cards, delay highlights, and summary counts

Closes #213

Test plan

  • All 10 tests pass (npx vitest run src/app/transit-board/page.test.tsx)
  • Verify route renders at /transit-board in the browser
  • Confirm nav link appears and navigates correctly
  • Check responsive layout on narrow and wide screens

🤖 Generated with Claude Code

iamasx and others added 2 commits April 25, 2026 01:29
…ights (#213)

Build the transit-board route with corridor summary cards, movement cards
with origin-destination tracking, and a compact delay highlights panel.
Includes nav link, landing page section, and 10 tests covering key render paths.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove the darwin-arm64-only rolldown binding that was accidentally added
as a hard dependency, which broke CI on Linux runners.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Test] Build Transit Board route with corridor summaries

1 participant