How many decimal places should be considered when doing calculations in the app?
How many decimal places would you like displayed to the user? (If different)
We currently have set it to consider 5 decimal places during calculations & display the same (removing trailing 0's) to the user
BA: 4 decimal places recommended.
Robb: We see sometimes that users inappropriately round when entering data. Is there a data validation practice we could implement? e.g, if 1234.0000 is entered can we pop-up an "are you sure?" message?
Acceptance Criteria:
Given
When
Then
Development Checklist:
[ ] Checklist item
[ ] Checklist item
[ ] Checklist item
[ ] Meets the DOD
Definition of Ready (Note: If any of these points are not applicable, mark N/A)
[ ] User story is included
[ ] User role and type are identified
[ ] Acceptance criteria are included
[ ] Wireframes are included (if required)
[ ] Design / Solution is accepted by Product Owner
[ ] Dependencies are identified (technical, business, regulatory/policy)
[ ] Story has been estimated (under 13 pts)
Definition of Done (Note: If any of these points are not applicable, mark N/A)
[ ] Acceptance criteria are tested by the CI pipeline
[ ] UI meets accessibility requirements
[ ] Configuration changes are documented, documentation and designs are updated
[ ] Passes code peer-review
[ ] Passes QA of Acceptance Criteria with verification in Dev and Test
[ ] Ticket is ready to be merged to main branch
[ ] Can be demoed in Sprint Review
[ ] Bugs or future work cards are identified and created
Description:
How many decimal places should be considered when doing calculations in the app? How many decimal places would you like displayed to the user? (If different) We currently have set it to consider 5 decimal places during calculations & display the same (removing trailing 0's) to the user
BA: 4 decimal places recommended. Robb: We see sometimes that users inappropriately round when entering data. Is there a data validation practice we could implement? e.g, if 1234.0000 is entered can we pop-up an "are you sure?" message?
Acceptance Criteria:
Given When Then
Development Checklist:
Definition of Ready (Note: If any of these points are not applicable, mark N/A)
Definition of Done (Note: If any of these points are not applicable, mark N/A)
Blocked By/Blocking
Notes:
-