-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
Figma Link : https://www.figma.com/design/p8XcPRAhr6LANKMmQCYNdq/SnapMap-Design?node-id=68-622&p=f&t=jo6LSLEvDSA4QCMR-0
Refer to the finalized design and Make the Profile Screen.
- Implement the whole thing
- the image upload make it in a array , for now use some mock data that fetch some online url of images and loads them
- Ensure that the user can upload it's own profile photo and edit the Profile (Like College Name and phone number) send that to a api end point
/api/v1/auth/profile-update
{
profileImg : '...',
phoneNo : '...',
collegeName : '...',
year: '..'
}
- Ensure that proper redirection works properly, clicking on settings takes you to settings Screen.
Work inside frontend/src/screens/ follow the current .tsx files and update the required styling in the frontend/src/styles/ folder separately.
ENSURE THAT THE FRONTEND FOLLOWS THE DESIGN STRICTLY
DO NOT LOOSE ANY EXISTING FUNCTIONALITY