US2: Healthy Weight - Klushechka/HealthyShape GitHub Wiki
1. User Story
As a User
I would like the application to count a Healthy Weight for me according to the data that I will enter, including:
- Height
- Age So that I could know if my weight is healthy or not (if I am overweighted or underweighted).
2. Acceptance Criteria
- Verify that there is Healthy Weight text and value on the second screen with BMI and resume. Verify that the result of Healthy Weight is equal to the result of calculations according to the such formula: For MAN: (Height - 100) * 1.15
For WOMAN: (Height - 110) * 1.15 5. Verify that Healthy Weight is a Float value with 1 sign after separator.