docs(legibility): DOC-6 — add 18 per-domain README.md files #444

Merged
marcel merged 4 commits from feat/issue-400-domain-readmes into main 2026-05-06 07:36:41 +02:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 18d1f13452 - Show all commits

View File

@@ -33,7 +33,8 @@ Features: create and deliver notifications, unread count, mark-read, SSE real-ti
## Cross-domain dependencies
- None inbound (this domain is a consumer, not a provider for business logic)
**Outbound (this domain calls):**
- `DocumentService.findTitlesByIds(List<UUID>)` — enriches notification DTOs with document titles for display in the bell dropdown
## Frontend counterpart

View File

@@ -19,8 +19,8 @@ Features: person CRUD, name alias management, person merge (deduplication), fami
|---|---|---|
| `getById(UUID)` | document, geschichte, ocr | Fetch one person by ID |
| `getAllById(List<UUID>)` | document | Bulk fetch for sender/receiver resolution |
| `findAll()` | document, dashboard | List all persons |
| `findByName(String)` | document | Typeahead search |
| `findAll(String q)` | document, dashboard | List all persons |
| `findByName(String firstName, String lastName)` | document | Typeahead search |
| `findOrCreateByAlias(String rawName)` | importing | Idempotent create during mass import; type classification happens internally |
| `findAllFamilyMembers()` | dashboard | Family member list for stats |
| `findCorrespondents()` | document | Correspondent list for conversation filter |