034.02 Link Source
Description¶
As a Researcher, I want to link sources to cases so that I can associate data.
Acceptance Criteria¶
- [ ] #1 I can link entire source to a case
- [ ] #2 I can link specific segments to a case
- [ ] #3 I can see which sources belong to which cases
- [ ] #4 I can unlink sources from cases
Implementation Notes¶
Implementation Status (2026-02-06): - ✅ Domain: SourceLinkedToCase / SourceUnlinkedFromCase events - ✅ Infra: cas_source_link table, link_source/unlink_source in repo - ✅ Command Handlers: link_source_to_case, unlink_source_from_case - ❌ MCP Tool: Not exposed (no create/link tools in MCP server) - ❌ Presentation: No LinkSourceDialog - ❌ E2E tests: None - ❌ Docs: None