Frontend: edit + delete bucket (inline) #59
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
research
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#57 Backend: Bucket PATCH + DELETE operations
lvl0/buckets
Reference: lvl0/buckets#59
Loading…
Reference in a new issue
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
Split from #34. Port the old-app inline bucket editing + deletion (PLATFORM.md "Inline Editing Components": click-to-edit fields, partial PATCH,
router.reload). Blocked on #57 (Bucket PATCH/DELETE backend ops don't exist yet).Scope
PATCH /api/buckets/{id}(application/merge-patch+json— confirm with #57's outcome).DELETE /api/buckets/{id}with a confirm step; remove from the list on 204.Depends on
Out of scope
Testing