kontext-app / social-bookmarking-app

https://app.kontext.app
2 stars 0 forks source link

can't edit username, description on /profile #18

Closed seichris closed 3 years ago

seichris commented 3 years ago

I want to add a userpic to profile

https://github.com/ceramicnetwork/CIP/issues/32

dohaki commented 3 years ago

Enabling editing of username and description is pretty easy. Will push soon. Not 100% how we want to enable the profile picture though 🤔 Because the BasicProfile schema allows adding a URL into the doc. Either we provide a service to upload profile pictures ourselves and use this URL or only provide an input field...

Obviously, the first option is a bit more work, whereas the second is pretty bad UX.

seichris commented 3 years ago

@dakingha69 let's just provide an input field for now.

dohaki commented 3 years ago

is pushed to latest master