mycookbook / web-client

cookbookshq frontend
https://web.cookbookshq.com
Other
1 stars 1 forks source link

Save cookbook as draft #5

Open fokosun opened 2 years ago

fokosun commented 2 years ago

User story

As a user, I want to be able to save a new cookbook as draft.

Dev notes

  • consume the create cookbook endpoint
POST /api/v1/cookbooks

header {
    Authorization: {the currently authenticated user's token}
}

params {
    'draft': true,
    ...
}

Feature branch

save-cookbook-as-draft