fjborquez / katara

Frontend for Avatar project
0 stars 0 forks source link

Create Data table and show houses by person #15

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
  • - [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.
    • Checkbox with default house
    • House
    • City
    • Include columns with buttons for edit and delete information
    • Residents (just an icon or description)

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
  • - [x]
1 Show houses data by person selected in user data table a user data table user clicks on the "view houses" houses information will be displayed
  • - [x]
2 Show empty table no data registered in the database access to the users screen an empty datatable will be showed
  • - [x]
3 show residents icon users date storage in a database access to the users screen residents must be showed per row

Definition of Done (DoD)

Definition Result
  • - [x]
All acceptance criteria have been met
  • - [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
fjborquez commented 6 months ago

is point 2 more related with house creation instead this? when a user create or edit, the result is a redirection to this section

Norbbs commented 6 months ago

is point 2 more related with house creation instead this? when a user create or edit, the result is a redirection to this section

yes, after register redirect to this section, like users