yashsehgal / prepmeup

PrepMeUp is an AI-powered interview preparation platform. Undergrad minor project, more like our product 🍕
https://prepmeup.vercel.app
0 stars 1 forks source link

[Task]: User details while account setup #26

Open yashsehgal opened 1 year ago

yashsehgal commented 1 year ago

The authentication flow frontend implementation has been nearly done in,

Now we need to create a flow collecting user details while setting up a new account. This will be a flow on top of the current authentication flow, after the account creation and authentication step.

Ideally, User should be able to: Create Account > Add skills they want to learn > Add roles they're preparing for > Some other details (such as, Profile picture, username etc.)

I will be sharing the Figma design for this flow.

yashsehgal commented 1 year ago

@shristigupta12 Make sure to create a branch for this from feat/auth-flow As this is a sub-task of auth flow implementation.