generated from hack4impact-calpoly/nextjs-app-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Description
There needs to be a user profile matching to who logs into the site. In order to do this, having a profile page is a great way to display the information and have a logout functionality. Follow the Figma design to do a GET request to retrieve the user/employee's information which is their first and last name as well as their email address.
In the NavBar, when the person icon is clicked, there should also be a dropdown that lets the user either View Profile or Log out.
Acceptance Criteria
- Follows the Figma
- Be able to access the page on the Navbar
- Tests the logout functionality
- Matches with the user object in the Signup/Login code (there are comments that can help guide that)
Additional Information
- There is a pencil icon but for now, just have the icon displayed (this will later be a button to edit the information)
https://www.figma.com/file/HzCe6vgiSWkTgUFL3iKF4y/Wireframe?type=design&node-id=689-485&mode=design&t=VCGxqQzlGp4u8TJa-0

Reactions are currently unavailable