fjborquez / katara

Frontend for Avatar project
0 stars 0 forks source link

Create data table and show residents by house #21

Closed Norbbs closed 5 months ago

Norbbs commented 6 months ago

As a Data owner I want to see the houses who are registered in the system by person So that analyze relevant information about the houses belonged by person

Definition Of Ready (DoR)

Definition Observations
  • - [x]
The story meet the INVEST and SMART criteria
  • - [x]
Dependencies identified and resolved #20
  • - [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. Show data from houses data table and show the following fields.
    • Full name (name + lastname)
    • Date of birth in format DD-MM-YYYY
    • Include columns with buttons for edit and delete information
    • Nutritional Profile

Wireframes

Image

Out of scope

  1. create, update, delete and other non-showing processes.
  2. edit and delete buttons just must be showed, not actions are required.
  3. not including login.

Acceptance Criteria

AC GIVEN WHEN THEN
  • - [ ]
1 Show residents data by house selected in user data table a houses data table user clicks on add house, edit or the residents icon the house will be displayed including residents data table with the information
  • - [ ]
2 Show empty table no data registered in the database access to the users screen an empty datatable will be showed

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