` elements, not ``).
- **NFR-RESP-001**: Two-column row stacks to single column at `< md` (768 px). Person chips wrap via `flex-wrap`.
- **NFR-I18N-001**: All new section headings and labels must have keys in `messages/{de,en,es}.json`.
---
## Out of Scope
- Mobile-specific reader dashboard (responsive reflow is sufficient for now)
- Admin dashboard variant
- Any change to the contributor dashboard
- Personalization / "favourite persons" feature (possible future enhancement)
- Notification or messaging features for readers
---
## Open Questions
| ID | Question | Blocks |
|---|---|---|
| OQ-01 | Does `GET /api/persons` support `sort=documentCount,desc`? | ReaderPersonChips data |
| OQ-02 | Does `GET /api/documents` support `sort=updatedAt,desc`? | ReaderRecentDocs data |
| OQ-03 | Does the stories endpoint support `published=false` + author filter for drafts? | ReaderDraftsModule data |
| OQ-04 | Should the "Zuletzt aktualisiert" label distinguish uploads from transcription updates (e.g., badge)? | ReaderRecentDocs UX |