advweb-grp1 / advanced-web-final-year-project

Final year advanced web develop unit project
MIT License
1 stars 0 forks source link

feature/user-profile #44

Closed advweb-grp1 closed 1 year ago

advweb-grp1 commented 1 year ago

Create user profile page that will display their user data that they used when registering.

Allow user to update info.

AymanReh commented 1 year ago

For the update user page I think allowing users to edit the first name, last name, address, city, post code, phone number and institutional affiliation. Was thinking of using the same layout of register user since I think that's the best layout for this type of page.

AymanReh commented 1 year ago

Navbar must also be edited to add the edit user profile page

AymanReh commented 1 year ago

Need to update nav bar to add edit profile for users who are logged in. Currently im going to the edit page using the url which logs me out when i go to the url page, so an update to the nav bar or route guard will stop this from happening.

advweb-grp1 commented 1 year ago

Only new item for the nav bar should be "Profile" button. The update user page should be a button on the profile page that takes them to that. There should also be another button to take the user to the reset password page.