fjborquez / aang

0 stars 0 forks source link

Update user data is not working properly because of the email #13

Closed Norbbs closed 6 months ago

Norbbs commented 6 months ago

As a Data owner I want to update data users without issues So that I can keep the data updated whenever i want

Definition Of Ready (DoR)

Definition Observations
  • - [x]
Story where the bug was identified or an easy way to reproduce
  • - [x]
Environment (Dev, Test, prod) prod
  • - [X]
Severity (Low, Medium, High) medium

Bug Description

In user story #4 , there is an error with the email since it says that the email already exists, which is a correct validation for user registration, not for their update.

Steps to Reproduce

  1. Go to users screen
  2. Click on edit button
  3. Edit information (not the email)
  4. The error message will appear

Expected Behavior

Update user information regardless of whether the email was updated or not.

Actual Behavior

User data udate is not possible because the email already exists

Impact

Cannot update user date without a non-unique email