fjborquez / aang

0 stars 0 forks source link

Get residents by house #36

Closed Norbbs closed 4 months ago

Norbbs commented 5 months ago

As a Data owner I want to get the residents who are registered in the system by house So that obtain relevant information

Definition Of Ready (DoR)

Definition Observations
  • - [x]
The story meet the INVEST and SMART criteria
  • - [x]
Dependencies identified and resolved #35
  • - [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. Get data from person, persons_houses, nutritional_profiles and nutritional_restrictions tables and show the following fields.
    • Fullname (name + lastname)
    • Date of birth
    • Nutritional profile

Out of scope

  1. create, update, delete and other non-showing processes.

Wireframes

Image

Acceptance Criteria

AC GIVEN WHEN THEN
  • - [ ]
1 Get residents data by house id persons data storaged getting person data process is triggered persons information will be obtained as a result from the endpoint by house id
  • - [ ]
2 Get residents data after register a new resident a new resident has been created getting person data process is triggered persons information will be obtained as a result from the endpoint by house id including data for the new resident

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