M5 Plugin-MiniApps: dms, mail, wiki, graph_rag, automation liefern Dashboard-Widgets #363
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
M5 — Plugin-MiniApps (Phase M)
Roadmap: PLATFORM_ROADMAP.md Phase M, Task M5
Scope: dms, mail, wiki, graph_rag, automation liefern je eine MiniApp via Manifest-Contribution (gleiche Philosophie wie contacts):
dms_folders(dms:read, DMS-Ordner mit Dateizählern, Settings: max_items)mail_unread(mail:read, ungelesene Mails je Ordner, Settings: max_items)wiki_recent(wiki:read, zuletzt aktualisierte Artikel, Settings: max_items)graph_overview(graph:read, Beziehungsübersicht, Settings: max_items)automation_status(automation:read, aktive/inaktive Automationen, Settings: max_items)Alle Widgets nutzen bestehende API-Clients (fetchFolders, fetchAccounts/fetchFolders, fetchWikiArticles, fetchGraphRelationships, useAutomations) — keine neuen Backend-Endpoints.
DoD: TDD grün, Regressionen grün, tsc + build OK, Deploy verifiziert.