fjborquez / aang

0 stars 0 forks source link

Add resident to house #35

Open Norbbs opened 5 months ago

Norbbs commented 5 months ago

As a Data Owner I want to include residents to the house entity So that they can access complete data and use house-related information for their individual needs

Definition Of Ready (DoR)

Definition Observations
  • - [x]
The story meet the INVEST and SMART criteria
  • - [x]
Dependencies identified and resolved #32
  • - [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. A resident is a representation of the person entity.
  2. Many persons can belong to many houses.

Out of scope

  1. Activities unrelated to adding residents to the house entity.

Wireframe

Image

Acceptance Criteria

AC GIVEN WHEN THEN
  • - [ ]
1 Successfully add a resident (name, last name, date of birth and nutritional profile) to the house resident details are provided correctly the addition of a resident to a house process is triggered the resident is added to the PersonsHouses entity
  • - [ ]
2 Do not include a resident with missing details essential resident details are not provided (name, last name or date of birth the addition of a resident to a house process is triggered the resident is not added to the PersonsHouses entity
  • - [ ]
3 Name and last name incorrect format Name and lastname fields are incorrect format (for example: including numbers and/or symbols) the addition of a resident to a house process is triggered an error message will be generated and the data won't be saved successfully
  • - [ ]
4 User name and last name incorrect dimension Name and lastname fields are greather than 30 characters the addition of a resident to a house process is triggered an error message will be generated and the data won't be saved successfully
  • - [ ]
5 Do not include a resident with date of birth in a wrong format (if it is not equal than DD-MM-YYYY) a date of birth the addition of a resident to a house process is triggered an error message will be generated and the data won't be saved successfully

Definition of Done (DoD)

Definition Result
  • - [ ]
All acceptance criteria have been met
  • - [ ]
No significant or critical defects
  • - [ ]
Deskcheck ceremony has been made
  • - [ ]
Keep minimum test coverage of 80% over the necessary code and components
  • - [ ]
Technical documentation published
  • - [ ]
Spike, PoC or benchmarks findings documented