-
Type:
Bug
-
Resolution: Done
-
Priority:
Medium
-
Affects Version/s: None
-
None
Description:
There are two issues identified in the Vitals Page:
- Color Theme Inconsistency:
- The icon color theme should be uniform across the page as per the discussion during the internal team showcase.
- Validation Issues:
- BP & Anthropometry validations need to be reviewed.
- Example: If Height = 500 cm and Weight = 560 kg, the BMI calculation is still showing as "Normal," which is incorrect.
- Ensure all validations are correctly implemented to prevent unrealistic values.
Steps to Reproduce:
- Navigate to the Vitals Page.
- Check the icons and observe inconsistent color themes.
- Enter extreme values for Height (e.g., 500 cm) and Weight (e.g., 560 kg).
- Observe the BMI calculation and its classification.
Expected Result:
- All icons should follow a consistent color theme as per the agreed UI guidelines.
- Proper validation should be in place for BP & Anthropometry to prevent unrealistic inputs.
Actual Result:
- Icons have inconsistent color themes.
- Incorrect BMI classification is displayed despite unrealistic height and weight values.