Skip to content

feat: add readiness-grid route with progress strip#248

Merged
iamasx merged 2 commits into
mainfrom
feat/issue-244
Apr 24, 2026
Merged

feat: add readiness-grid route with progress strip#248
iamasx merged 2 commits into
mainfrom
feat/issue-244

Conversation

@iamasx

@iamasx iamasx commented Apr 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add a readiness-grid route with readiness tiles, dependency notes, and a compact progress strip
  • Create mock data for 6 workstreams with readiness levels, 5 cross-workstream dependencies, and progress entries
  • Build 3 components: ReadinessTileCard, DependencyNotes, and ProgressStrip with dark-themed styling
  • Add the route to the global navigation in layout.tsx
  • Include comprehensive tests covering hero, stats, tiles, dependency notes, and progress strip

Closes #244

Test plan

  • Verify the readiness-grid route renders at /readiness-grid
  • Confirm all 6 readiness tiles display with correct levels and check counts
  • Confirm all 5 dependency notes render with source/target pairs and status badges
  • Confirm the progress strip shows bars for all workstreams
  • Verify responsive layout across breakpoints
  • Run npm test and confirm all readiness-grid tests pass

Generated with Claude Code

Add a readiness-grid route presenting readiness tiles, dependency notes,
and a compact progress strip for tracking launch readiness across
workstreams.

Closes #244

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

@iamasx iamasx left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a random console statement

Comment thread src/app/readiness-grid/_components/dependency-notes.tsx
Comment thread src/app/readiness-grid/_data/readiness-grid-data.ts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@iamasx iamasx merged commit 7fb1d07 into main Apr 24, 2026
7 checks passed
@iamasx iamasx deleted the feat/issue-244 branch April 24, 2026 20:56
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] Add Readiness Grid route with progress strip

1 participant