fjborquez / aang

0 stars 0 forks source link

Show Users Data #6

Closed Norbbs closed 6 months ago

Norbbs commented 7 months ago

As a Data owner I want to see the users who are 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 #2 #3
  • - [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.
    • Name
    • Last name
    • email
    • User profile data:
      • Date of birth (DD-MM-YYYY format)
      • Age (in years)
      • is vegetarian
      • is vegan
      • is celiac
      • is keto
  2. Include columns with buttons for edit and delete information

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 user data users date storaged in a database access to the users screen user information will be show in a data table with all information described in the scope section
  • - [x]
2 Show user data after register a new user a new user has been register press on register button user information will be show in a data table including data for the new user
  • - [x]
3 Show empty table no data registered in the database access to the users screen an empty datatable will be showed
  • - [x]
4 Show edit and delete buttons users date storage in a database access to the users screen edit and delete buttons must be showed per row or register in 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