fjborquez / aang

0 stars 0 forks source link

Update person data #24

Closed Norbbs closed 6 months ago

Norbbs commented 6 months ago

As a Data Owner I want to Update user data So that I can ensure up-to-date and reliable data for their use.

Definition Of Ready (DoR)

Definition Observations
  • - [x]
The story meet the INVEST and SMART criteria
  • - [x]
Dependencies identified and resolved
  • - [x]
Written acceptance criteria with test scenarios, understood by the team and agreed upon
  • - [x]
The user story was understood and agreed upon in a refinement session with the dev team
  • - [x]
The team has an idea of how to make the demonstration of the finished story

Scope

  1. Update data in the entity Person:
    • Name (string, max 30)
    • Last name (string, max 30)
    • Date of birth (date)

Out of scope

  1. update, delete and other non-creation processes.

Acceptance Criteria

AC GIVEN WHEN THEN
  • - [x]
1 User update fails for lack of name user name is missing the user update process is triggered the data won't be updated successfully
  • - [x]
2 User update fails for lack of lastname user last name is missing the user update process is triggered the data won't be updated successfully
  • - [x]
3 User name or last name incorrect format Name or lastname fields are incorrect format (for example: including numbers and/or symbols) the user update process is triggered the data won't be updated successfully
  • - [x]
4 User name or last name incorrect dimension Name and lastname fields are greather than 30 characters the user update process is triggered the data won't be updated successfully
  • - [x]
5 User update fails for lack of date of birth date of birth is missing the user update process is triggered data won't be updated successfully
  • - [x]
6 User date of birth incorrect format Date of birth field is incorrect (not a valid date format) the user update process is triggered the data won't be updated successfully
  • - [x]
7 Future user date of birth future date of birth the user update process is triggered the date won't be updated successfully.

Definition of Done (DoD)

Definition Result
  • - [x]
All acceptance criteria have been met A new defect card (bug) will be created with de AC3
  • - [x]
No significant or critical defects
  • - [x]
Deskcheck ceremony has been made
  • - [x]
Keep minimum test coverage of 80% over the necessary code and components
  • - [x]
Technical documentation published
  • - [x]
Spike, PoC or benchmarks findings documented