Frontend: add bucket #54
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
Reference: lvl0/buckets#54
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. A user can add a bucket to a scenario they own. Uses the existing
POST /api/buckets.Scope
POST /api/bucketswithContent-Type: application/ld+json(required — see PLATFORM.md CSRF note) referencing the scenario IRI.{violations:[{propertyPath,message}]}) inline per field.Notes
POSTunder a scenario IRI the user doesn't own returns 400 (unresolvable IRI — see PLATFORM.md "WRITE side for foreign IRIs"). Not a normal flow (the UI only offers the user's own scenarios) but handle non-201 gracefully.Depends on
Out of scope
Testing