|
Some checks failed
CD / Build and push images (push) Successful in 3m57s
CD / Deploy to Test (push) Successful in 11s
CI / Lint, typecheck, test (push) Successful in 4m32s
CI / Build container images (push) Has been skipped
CD / Smoke tests against Test (push) Successful in 1m14s
CD / Promote to Int (push) Successful in 11s
CI / Auth e2e pack (push) Failing after 2m51s
CI / Import/export fidelity gate (push) Has been skipped
Semantics changed from the issue during planning (documented there, comment 1192): favorites are PERSONAL per user, not pond-wide — the sys-fav label approach is dropped entirely. Storage is a page_favorites table (userId+pageId, FK cascade); PUT/DELETE /pages/:id/favorite toggles idempotently and needs read access only (#60 404 semantics — a star is a note-to-self, not a page modification), GET /ponds/:id/favorites lists the account's stars sliced to still-readable pages. Trashed pages keep their rows, so restore keeps the star; purge cascades it away. Web: one shared ['favorites', pondId] query feeds the TopBar star (between labels and history, golden when set), the golden tree icons in the sidebar, and a latching "Favorites" filter button next to the view switch that narrows either view (combinable with the label filter). No public-API/MCP exposure — with the label approach gone, that parity is no longer free; favorites stay UI-only for now. New favorites e2e pack (star toggle, golden icon, filter, per-user isolation) wired into CI; DB suite covers the round-trip, read gating, and the trash/restore/purge lifecycle. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Fb2VzvcoBPHkjh8bZ6PzQn |
||
|---|---|---|
| .. | ||
| api-guide.md | ||
| mcp-guide.md | ||
| pond-admin-guide.md | ||
| README.md | ||
| site-admin-guide.md | ||
| user-guide.md | ||
Dorfteich-Handbücher
Englisches Original: docs/manual/README.md
Nutzer-Dokumentation, nach Zielgruppe. (Das englische Original ist bei Abweichungen maßgeblich.)
| Handbuch | Für |
|---|---|
| Feature-Überblick | alle, die wissen wollen, was Dorfteich ist |
| Benutzerhandbuch | Mitglieder im Alltag |
| Teich-Admin-Handbuch | Personen, die einen Teich verwalten |
| Site-Admin-Handbuch | Instanz-Administratorinnen und -Administratoren |
| API-Handbuch | Skripte und Integrationen |
| MCP-Handbuch | KI-Assistenten anbinden |
| Entwicklerhandbuch | Plugin-Autoren und Kern-Mitwirkende |
Eine Instanz betreiben (Installation, Update, Backup, Monitoring): Self-Hosting (englisch). Interna: Architektur (englisch).