-
Notifications
You must be signed in to change notification settings - Fork 2
GUID
Henriette Steenhoff edited this page Mar 14, 2019
·
2 revisions
The global user ID identifying the user in the database.
| Physical name | Logical name | Format | Comment |
|---|---|---|---|
GUID |
Global user ID | String |
A global device ID generated within the app to distinguish the different records based on the user that provided them.
- Alpha-numeric values maximum of 50 characters.
- The value is unique for the device used.
- Full description from the Android Developers here.
- DashboardFragment.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/android/climapp/dashboard/DashboardFragment.java
- FeedbackActivity.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/android/climapp/settings/FeedbackActivity.java
- SetAcclimatizationActivity.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/android/climapp/settings/SetAcclimatizationActivity.java
- SetHeightActivity.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/android/climapp/settings/SetHeightActivity.java
- SetAgeActivity.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/android/climapp/settings/SetAgeActivity.java
- SetWeightActivity.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/android/climapp/settings/SetWeight.java
- SettingsFragment.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/android/climapp/settings/SettingsFragment.java
- APIConnection.java https://github.com/frksteenhoff/ClimApp/blob/master/ClimApp/app/src/main/java/com/android/climapp/utils/APIConnection.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