-
Notifications
You must be signed in to change notification settings - Fork 2
Acclimatization
Henriette Steenhoff edited this page May 15, 2018
·
4 revisions
| Physical name | Logical name | Type | Comment |
|---|---|---|---|
| Acclimatization | Acclimatization to working environment | boolean |
Acclimatization has to do with whether your are acclimatized to your working environment or not. As a rule of thumb, if you have been working under the same conditions for more than a week, you are acclimatized.
| Value | Description | Comment |
|---|---|---|
| true | The user is acclimatized to his/her working environment | default |
| false | The user is not acclimatized to his/her working environment | |
- OnBoardingFragment_Acclimatization.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/example/android/climapp/onboarding/OnBoardingFragment_Acclimatization.java
- DashboardFragment.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/example/android/climapp/dashboard/DashboardFragment.java
- SettingsActivity_Acclimatization.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/example/android/climapp/settings/SetAcclimatizationActivity.java
- SettingsFragment.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/example/android/climapp/settings/SettingsFragment.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