harshmangalam / event-blend-frontend

Open source meetup alternative powered by Qwik
6 stars 16 forks source link

Add page for edit profile #38

Open harshmangalam opened 1 week ago

harshmangalam commented 1 week ago

For reference use meetup edit profile link https://www.meetup.com/account/

Add edit profile form in /account path located in /(authenticated)/account/index.tsx Backend api to edit-profile :- PATCH /api/user/edit-profile

{
    name:string;
    bio:string
}

This api will update name and bio of user.

harshmangalam commented 1 week ago

Thanks @dajana212 assigned to you

Buddha-11 commented 1 week ago

@harshmangalam please assign this to me

harshmangalam commented 1 week ago

Okay @Buddha-11

harshmangalam commented 3 hours ago

@Buddha-11 let me know if you need further clarifications ?

Buddha-11 commented 3 hours ago

@harshmangalam please unassign