-
Notifications
You must be signed in to change notification settings - Fork 2
Weight
Henriette Steenhoff edited this page Jun 13, 2018
·
3 revisions
| Physical name | Logical name | Type | Comment |
|---|---|---|---|
| Weight | User's weight | double |
Setting the user's weight in the chosen unit. The weight will always be converted to SI-unit, kg, in order to be used in other calculations.
User inputs weight 147 in his preferred unit pounds(lbs), this is stored as 67 kg, but converted into 147 lbs in all views for the user to see.
Floating point values in range 50kg - 350kg
- OnboardingFragment_Weight.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/example/android/climapp/onboarding/OnBoardingFragment_Weight.java
- SetWeightActivity.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/example/android/climapp/settings/SetWeightActivity.java

- Recommended Alert Limit
- Weather data
- Shared preferences
- Translation procedure
- Prediction of indoor temperature
Testing
Server/database/API
User information
- Acclimatization
- Activity level
- Age
- Age onboarding
- Gender
- Height value
- Unit
- Weight
- Wet Bulb Globe Temperature (WBGT)
Flow controls