Skip to content

feat: add intake-desk route with triage cards (#242)#247

Merged
iamasx merged 1 commit into
mainfrom
feat/issue-242
Apr 24, 2026
Merged

feat: add intake-desk route with triage cards (#242)#247
iamasx merged 1 commit into
mainfrom
feat/issue-242

Conversation

@iamasx

@iamasx iamasx commented Apr 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add intake-desk route with incoming request cards, triage summary cards, and a compact assignment summary panel
  • Include mock data for 6 incoming requests, 4 triage reviews, and 5 assignment entries
  • Follow existing route conventions (CSS modules, component structure, responsive layout)
  • Add tests covering hero, stats, request list, triage list, and assignment panel rendering

Closes #242

Test plan

  • Verify route renders at /intake-desk with all sections visible
  • Check mobile and desktop layouts are readable
  • Confirm tests pass (currently blocked by rolldown native binding issue affecting all tests in CI)

Generated with Claude Code

…ignment panel (#242)

Add a new intake-desk route under the app router with:
- Mock data for incoming requests, triage cards, and assignment entries
- Request cards showing title, requester, urgency, category, and summary
- Triage summary cards with reviewer, outcome, and notes
- Compact assignment summary panel with status tracking
- Responsive layout matching existing route conventions
- Tests covering all main render states

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@iamasx iamasx merged commit 4dfd28b into main Apr 24, 2026
7 checks passed
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 Intake Desk route with triage cards

1 participant