fjborquez / katara

Frontend for Avatar project
0 stars 0 forks source link

Create an update person data form #10

Closed Norbbs closed 7 months ago

Norbbs commented 7 months ago

As a Data Owner I want to Update person 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. Cretae a form for update Person data with the following fields:
    • Name (string, max 30)
    • Last name (string, max 30)
    • Date of birth (date)
    • Update botton (for updating person data)

Out of scope

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

Acceptance Criteria

AC GIVEN WHEN THEN
  • - [x]
1 Go to edit person information an user list user clicks on Edit link the person data will be displayed successfully
  • - [x]
2 User update fails for lack of name user name is not filled in user clicks on update button an error message will be displayed "Name is missing"
  • - [x]
3 User update fails for lack of lastname user last name is filled in user clicks on update button an error message will be displayed "Lastname is missing"
  • - [x]
4 User name or last name incorrect format Name or lastname fields have incorrectly format (for example: including numbers and/or symbols) user clicks on update button an error message will be displayed "Name or Lastname have incorrect format"
  • - [x]
5 User name or last name incorrect dimension Name and lastname fields are greather than 30 characters user clicks on update button an error message will be displayed "name or lastname cannot be greater than 30 characters"
  • - [x]
6 User update fails for lack of date of birth date of birth is not filled in user clicks on update button an error message will be displayed "date of birth is missing"
  • - [x]
7 User date of birth incorrect format Date of birth field is incorrect (not a valid date format) user clicks on update button an error message will be displayed "Date of birth has an incorrect format"
  • - [x]
7 Future user date of birth future date of birth user clicks on update button an error message will be displayed "Date of birth cannot be a future date"

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