-
Notifications
You must be signed in to change notification settings - Fork 2
Shared preferences
Henriette Steenhoff edited this page May 15, 2018
·
7 revisions
This page documents all the different user preferences within the app.
This has been done in order to create a better overview of what information that is stored based on user input and in what format.
All user information will be saved locally on the user's phone in the prototype. Using this information elsewhere is not part of the initial work. All preferences are stored in Shared Preferences under the name ClimApp. All content is private to the app.
To see the value set for each of the preferences and to get a description of the related content, click the name of the desired preference.
| Physical name | Logical name | Format | Comment |
|---|---|---|---|
Unit |
Measuring unit | int | |
Age |
User age | int | |
Age_onboarding |
User age input at onboarding | string | |
gender |
User gender | int | |
Acclimatization |
Acclimatization | int | |
activity_level |
Activity level | string | |
Height_value |
Height in Unit
|
int | |
Weight |
Weight in Unit
|
missing | |
Notification |
Notification preferences | int | Under development |
Notification_sent |
Has notification been sent | boolean | Under development |
WBGT |
Wet Bulb Globe Temperature without solar irradiation | float | |
WBGT_solar |
Wet Bulb Globe Temperature with solar irradiation | float | |
onboarding_complete |
Onboarding completed mark | boolean |

- 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