RecursiveThinking / recursive_thinking_website

Recursive Thinking Website
5 stars 2 forks source link

Should be able to Edit Profile #30

Open amnevins opened 6 years ago

amnevins commented 6 years ago

Customer should be able to edit their profile and submit new info if they are signed in.

  1. Go to Edit Profile
  2. Fill in the fields desired.
  3. Call currentAuthenticatedUser method in Auth.js to get User.
  4. Submit should call updateUserAttributes method in Auth.js passing User and new attributes object.

Supported Attributes currently: "custom:title": 'Developer', "custom:rank": 'a', "custom:website": 'default', "custom:linkedin": 'default', "custom:picture": 'default', "custom:bio": 'default', "custom:quote": 'default', "custom:city": 'default', "custom:state": 'default', "custom:experience": 'default'

Post here if were missing something :)