fjborquez / aang

0 stars 0 forks source link

Get Houses By Person #33

Closed Norbbs closed 5 months ago

Norbbs commented 5 months ago

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

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. Get data from users table and show the following fields.
    • house by default indicator
    • House
    • City

Out of scope

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

Acceptance Criteria

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

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