saayam-for-all / webapp

Contains only the web releated React code
GNU General Public License v3.0
2 stars 4 forks source link

Profile page from Login menu option #25

Open RaoBhethanabotla opened 4 months ago

RaoBhethanabotla commented 4 months ago

At the time of sign up, user is giving us only email, phone, name and timezone information. We need to collect rest of the info, from the Profile page that will be available from the Login menu option. Once after login, this Login string will be replaced with the image of the logged in user that acts like drop down menu control. If we do NOT have any image, we can show the name of the user and that acts as the drop down control.

This drop down will have Profile and Logout entries. Clicking on Profile will take users to the Profile page. In this page, we should collect following information:

RaoBhethanabotla commented 4 months ago

Check with our db schema as well to make sure that all the info we collect here matches to our user table.