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 2 additions and 2 deletions
Showing only changes of commit 42b8f0c120 - Show all commits

View File

@@ -25,7 +25,7 @@ Features: document CRUD, file upload/download, full-text search, bulk editing, t
| `findWeeklyStats()` | dashboard | Activity data for Family Pulse widget |
| `count()` | dashboard | Total document count for stats |
| `addTrainingLabel(...)` | ocr | Attach a confirmed sender label to a document |
| `findSegmentationQueue()` / `findTranscriptionQueue()` / `findReadyToReadQueue()` | ocr | OCR pipeline queues |
| `findSegmentationQueue(int limit)` / `findTranscriptionQueue(int limit)` / `findReadyToReadQueue(int limit)` | ocr | OCR pipeline queues |
## Internal layout

View File

@@ -16,7 +16,7 @@ Features: create and deliver notifications, unread count, mark-read, SSE real-ti
| Method | Consumer | Purpose |
|---|---|---|
| `notifyMentions(mentionedUserIds, contextUrl)` | document (comment) | Push mention notifications when a comment contains @mentions |
| `notifyMentions(mentionedUserIds, comment)` | document (comment) | Push mention notifications when a comment contains @mentions |
| `notifyReply(parentComment, reply)` | document (comment) | Push reply notification to the thread author |
| `countUnread(userId)` | user session | Unread badge count in the nav bar |
| `getNotifications(userId)` | dashboard / activity | Notification list for bell dropdown |