Skip to content

DEV - Update Profile Backend/Frontend #346

@prooflesben

Description

@prooflesben

Overview

In this ticket we want to update the backend route to update our profile information to our new profile information. We know the route worked for our old info but not for the new user object. The

Tasks

  • Update the update profile backend route so it takes in all of our new user information and updates it.
  • Connect the frontend to the newly updated backend route.
  • Update a user's First Name, Last Name, and Email.
    • The email will need to be updated in cognito and dynamo db where as the two other attributes only need to be updated in dynamo db.
    • Make sure the user can sign in with the new email they just updated.

Acceptance Criteria

  • Ensure updated profile information is correct in our backend database and in cognito.
  • Email is successfully updated in Cognito and the user is able to sign in using their new email address.
  • First Name and Last Name changes are reflected in DynamoDB without affecting Cognito.
  • The frontend is connected to the updated backend route and displays the correct updated profile information.
  • No data loss or inconsistencies exist between Cognito and DynamoDB after a profile update.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions