Pond trash screen in the web UI (restore, purge, full-archive download) #319
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#319
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
The pond purge (#193) exists only as an API surface - the web UI has no screen for it. Because of that, #305 could not offer its pre-purge full archive anywhere in the UI; its api half is finished and tested.
Existing API, all Site-Admin-guarded:
GET /ponds/trash- list soft-deleted pondsPOST /ponds/:id/restore- restore a pondDELETE /ponds/:id/purge- irreversible purgeGET /admin/trash/ponds/:id/archiveand.../archive/preview- full archive before purge (#305): the preview reportstotalPagesvsincludedPagesso the admin learns about pages they cannot read BEFORE downloadingScope
A Site-Admin screen (suggested: under
/admin) that lists trashed ponds and offers per pond: restore, archive preview + download, and purge.Acceptance criteria
useModalFocus); screen added toapps/web/e2e/a11y.spec.tsNon-goals