-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Medium
-
None
-
Affects Version/s: None
-
MMU
-
Prod
Description
In the MMU, specifically within the Nurse Module → Vital Section, when users enter incorrect values in the input fields, an error popup is triggered. However, users are still able to close the popup and proceed to the next screen without correcting the invalid data. This behavior is leading to data quality issues within the application.
Background / Context
Currently, validation errors do not enforce user correction, allowing invalid entries to be bypassed. This enhancement aims to improve data integrity by enforcing strict validation.
Scope of Work
- Implement validation checks that restrict navigation to the next screen until all data errors are resolved.
- Disable the "Next" or navigation button if there are validation errors present.
- Ensure that users must correct the invalid input before continuing.
- Re-test all vital fields for proper validation and user flow handling.
Acceptance Criteria
- Users should not be able to proceed to the next screen if invalid data is entered.
- Error popup should persist or be followed by input field highlights until correction is made.
- Navigation controls should remain disabled until all input values are valid.
- Validation behavior should be consistent across all vital fields in the Nurse Module.