feat: link related precedents across court instances (SCHEMA_V11) #4
Reference in New Issue
Block a user
Delete Branch "feat/related-precedents-v11"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add ability to mark case_law records as related (e.g. same appeal
through ועדת ערר → מנהלי → עליון):
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Add ability to mark case_law records as related (e.g. same appeal through ועדת ערר → מנהלי → עליון): - DB: case_law_relations join table (bidirectional, V11 migration) - DB CRUD: add/remove/get_case_law_relations - Service: get_precedent() now returns related_cases[] - MCP: precedent_link_cases + precedent_unlink_cases tools - REST: POST/DELETE /api/precedent-library/{id}/relations - UI: RelatedCasesSection on detail page with search dialog and unlink Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>