fjborquez / katara

Frontend for Avatar project
0 stars 0 forks source link

Show houses by person #11

Closed Norbbs closed 7 months ago

Norbbs commented 7 months ago

As a Data owner I want to see the person's houses registered in the system So that visualize relevant information and be able to update and delete information

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 the following house data:
    • Description
    • City
    • By default
  2. Include a options column with an Edit link

Out of scope

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

Acceptance Criteria

AC GIVEN WHEN THEN
  • - [x]
1 Show an empty table a selected person user presses on the "show" button in the persons table AND there is not information an empty table will be displayed
  • - [x]
2 Show person's houses a selected person user presses on the "show" button in the persons table houses information will be displayed
  • - [x]
3 Show edit button a selected person user presses on the "show" button in the persons table edit button must be showed per row or register in the datatable
  • - [x]
4 Show addlink a selected person user presses on the "show" button in the persons table add link must be showed in the top of the datatable

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
Norbbs commented 7 months ago

Pass to done and pending spike about BFF