Neuer Block-Atom task_overview (Markdown-Fence dorfteich-tasks, HTML-Placeholder). Shared extractTaskRows liest Task-Zeilen mit Text, Mentions (#150) und Start-/Zieldaten (#152); TasksService sammelt zur Lesezeit den Teilbaum (rekursiv via collectSubtreeIds, canAccessPage- Filter je Quellseite) aus Basis-State + page_updates-Log — KEINE abgeleitete Tabelle nötig (Teilbäume sind klein, kein Drift). Neuer auth-Endpoint GET /read/:pond/:slug/tasks; die öffentliche Ansicht expandiert den Placeholder serverseitig zur statischen Tabelle (Instanz-Sprache). NodeView mit Live-Tabelle und Rückschreib-Checkboxen (optimistisch, Override bis der debounced Collab-Persist nachzieht); Einfügen über die Block-Auswahl (eingebauter Eintrag). Unit- + DB-Tests, neuer CI-Pack tasks.spec (voller Loop inkl. Rückschreiben end-to-end), User-Guide-Doku en+de. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0155v2aT8AG1kZDQEZiCLBWC |
||
|---|---|---|
| .. | ||
| api-guide.md | ||
| mcp-guide.md | ||
| pond-admin-guide.md | ||
| README.md | ||
| site-admin-guide.md | ||
| user-guide.md | ||
Dorfteich manuals
User-facing documentation, by audience. German translations live in
docs/de/; English is authoritative when the
two diverge.
New to Dorfteich? There is a step-by-step beginner tutorial, Dorfteich Schritt für Schritt — currently German-first (unlike the manuals, the German edition is the original; an English translation may follow).
| Guide | For |
|---|---|
| Feature overview | anyone wondering what Dorfteich is |
| User guide | everyday members |
| Pond-admin guide | people administering a pond |
| Site-admin guide | instance administrators |
| API guide | scripts and integrations |
| MCP guide | connecting AI assistants |
| Developer guide | plugin authors and core contributors |
Operating an instance (install, update, backup, monitoring): self-hosting. Internals: architecture.