You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add elements for creating, viewing, and committing drafts of each of the resource types in the Dioptra UI. Drafts can be created from existing resource snapshots and prepopulated with that data via the /<resource>/{id}/draft endpoints, or drafts of a new resource can be created via the /<resource>/drafts endpoint. The interface for drafting a resource should be the same as creating a new resource, with the distinction being whether the user chooses to commit as a new resource or simply save as a draft.
Add elements for creating, viewing, and committing drafts of each of the resource types in the Dioptra UI. Drafts can be created from existing resource snapshots and prepopulated with that data via the
/<resource>/{id}/draft
endpoints, or drafts of a new resource can be created via the/<resource>/drafts
endpoint. The interface for drafting a resource should be the same as creating a new resource, with the distinction being whether the user chooses to commit as a new resource or simply save as a draft.Blocked by #537
Definition of Done
The text was updated successfully, but these errors were encountered: