Skip to content

034.04 View Case Data

Description

As a Researcher, I want to view all data for a case so that I can understand a participant.

Acceptance Criteria

  • [ ] #1 I can see all sources for a case
  • [ ] #2 I can see all coded segments for a case
  • [ ] #3 I can see case attributes
  • [ ] #4 I can navigate to any linked item

Implementation Notes

Implementation Status (2026-02-06): - ✅ MCP Tool: get_case returns case with attributes and sources - ✅ Command Handler: get_case - ✅ Presentation: CaseManagerScreen exists (table view) - ❌ Wiring: ViewModel not connected in main.py - ❌ Navigation: Cannot navigate to linked items yet - ❌ E2E tests: None - ❌ Docs: None