arunkumarsa7 / PortfolioManagerClient

PortfolioManagerClient
3 stars 2 forks source link

Create user profile icon in Header #61

Open arunkumarsa7 opened 4 years ago

arunkumarsa7 commented 4 years ago

Create user profile icon in Header

  1. User profile icon on top right corner with dummy user image and a downward arrow
  2. On clicking the downward arrow a drop will appear with the below options 2.1 User Profile 2.2 Admin Dashboard if the logged in user is an Admin 2.3 Logout
  3. Logged in user info can be found in Local Storage
  4. On clicking Admin Dashboard option navigate to a new page(component)
  5. On clicking User Profile a bootstrap modal will appear with all the information about the logged in user
  6. On clicking Logout user will be get logged out and will navigate back to login screen
  7. Towards the left of user icon show the full name in Camel casing. First name + Last name can be obtained from Local Storage.