mycookbook / web-client

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

Drafts component #9

Open fokosun opened 2 years ago

fokosun commented 2 years ago

User story

As a user, I want to be able to see all my saved drafts.

Dev notes

  • consume the drafts endpoint
GET /api/v1/drafts

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

Feature branch

drafts-component

Priority: High

fokosun commented 1 year ago

@KayceeSamuel hello, please create a new branch for this