Skip to content

feat: add priority-lab route with ranking panels (#243)#251

Open
iamasx wants to merge 1 commit into
mainfrom
feat/issue-243
Open

feat: add priority-lab route with ranking panels (#243)#251
iamasx wants to merge 1 commit into
mainfrom
feat/issue-243

Conversation

@iamasx

@iamasx iamasx commented Apr 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add new priority-lab route with ranked work item cards, comparison notes, and signal summary panel
  • Create mock data for 6 ranked items, 4 comparison notes, and 5 signal entries with typed interfaces
  • Build 3 components: RankedItemCard, ComparisonNotes, and SignalSummary following existing patterns
  • Add comprehensive tests covering hero, stats, ranked items, comparison notes, and signal summary rendering
  • Integrate route into app navigation and home page

Closes #243

Test plan

  • Verify all 5 test cases pass in CI (hero, stats, ranked items, comparison notes, signal summary)
  • Confirm route renders at /priority-lab with proper layout across breakpoints
  • Check nav link appears in app shell navigation
  • Verify home page section links correctly to /priority-lab

🤖 Generated with Claude Code

…nd signal summary (#243)

Build the priority-lab route with:
- Ranked work item cards scored by impact, effort, and urgency
- Comparison notes capturing trade-off rationale from prioritization sessions
- Signal summary panel with strength-rated inputs driving ranking decisions
- Stats overview, hero section, and responsive layout
- Full test coverage for all render paths
- Home page and nav integration

Closes #243

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 Priority Lab route with ranking panels

1 participant