-
Notifications
You must be signed in to change notification settings - Fork 2
Age
Henriette Steenhoff edited this page May 15, 2018
·
2 revisions
| Physical name | Logical name | Type | Comment |
|---|---|---|---|
| Age | User age | int | Format: DDMMYYYY |
The user age as an integer based on the date the user input during onboarding as Age_onboarding. If the user chose not to input the date during onboarding, the date provided in the user settings will be used instead.
If today's date is 14th of May and the user inputs 27th of February (correctly formatted as: 27021992) as their date of birth, their age will be calculated as 26 years.
The value set consists of integers from 20-120.
- OnBoardingFragment_Age.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/example/android/climapp/onboarding/OnBoardingFragment_Age.java
- OnBoardingActivity.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/example/android/climapp/onboarding/OnBoardingActivity.java
- SetAgeActivity.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/example/android/climapp/settings/SetAgeActivity.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