Plugin administration UI: instance modes and pond activation #72
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#72
Loading…
Reference in New Issue
Block a user
No description provided.
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?
Context
Site Admins set disabled/optional/required per plugin; Pond Admins toggle optional plugins (vision).
Scope
Admin area 'Plugins': installed list (name, version, kind, declared permissions — surfaced prominently, per security.md), upload dialog with validation error display, mode switch (disabled/optional/required) with impact hint; pond settings 'Plugins': optional plugins with per-pond toggle; the SPA loads the effective plugin list per pond (
GET /ponds/:id/plugins) at page load.Acceptance criteria
Technical notes
Dependencies
Depends on #71.
Size: ~1 day
Conventions: English code/comments, clear human-readable code, no hard-coded UI strings (ADR 0012, add
deanden), permission checks only via the shared guard (docs/architecture/permissions.md). Read the referenced ADRs before starting.Done in
46292c7. Pipeline green (all 8 contexts, incl. the new plugin admin e2e pack against the Test stage).PluginManager): installed-plugin list with each plugin's declared permissions surfaced prominently (security.md), an upload control that shows validation errors, and a mode switch (disabled/optional/required) with an impact hint + link to the sandbox preview.PondPluginSettings): Pond Admins toggle optional plugins per pond; the section hides itself when no optional plugins exist.PATCH /admin/plugins/:id/mode;GET /ponds/:id/plugins(effective list the SPA loads per pond — required + optional-enabled, pond read access),GET .../plugins/settings+PUT .../plugins/:pluginId(Pond Admin). Install/mode/toggle/uninstall are audit-logged.Acceptance criteria (all met):
Note: the parallel-runner action-cache flake (fidelity gate) recurred here; the job passed on re-run, and a follow-up commit adds a
preparewarm-up gate so it stops recurring.