fjborquez / aang

0 stars 0 forks source link

Delete user data manually #7

Closed Norbbs closed 6 months ago

Norbbs commented 7 months ago

As a Data Owner I want to delete user 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 #6
  • - [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. Resolve dependency with #6 .
  2. Create endpoints for user delete data.
  3. Select user from users data table information and confirm the action DELETE.

Out of scope

  1. create, update and other non-delete processes.
  2. not including profile update.
  3. not including login.

Acceptance Criteria

AC GIVEN WHEN THEN
  • - [x]
1 Start delete user data from data table A table with information about users delete button is clicked a frontend structure will appear to confirm or cancel the action
  • - [x]
2 Confirm user data deletion a frontend structure for confirm the action confirm button is clicked the user information selected must be deleted from database and refresh the table
  • - [x]
3 Cancel user data deletion a frontend structure for confirm the action Cancel button is clicked the structure must disappear and keep the user information, not deleted.

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