mycookbook / web-client

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

Bio Component #14

Open fokosun opened 2 years ago

fokosun commented 2 years ago

User story

As a user, I want to be able to see a edit my profile i.e bio page.

Dev notes

  • Change avatar
  • Update display name
  • Update phone number
  • Toggle handle order TBD
POST /api/v1/users

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

params {
    ...
}

Feature branch

bio-component