fjborquez / aang

0 stars 0 forks source link

set active property true or false in a House entity #34

Closed Norbbs closed 5 months ago

Norbbs commented 5 months ago

As a Data Owner I want to disable or enable house data from the system So that I can only keep the relevant data

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. Create endpoints for user delete data.

Out of scope

  1. create, update and other non-enabling or non-disabling processes.

Acceptance Criteria

AC GIVEN WHEN THEN
  • - [ ]
1 Enable house a house with active property is false setting status process is triggered with the property true active property will be set as true
  • - [ ]
2 Disable house a house with active property is true setting status process is triggered with the property false active property will be set as false

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