Codebase for prototype and final version of the smartphone application ClimApp, a project under the European Research Area for Climate Services. The application is available for iOS and Android in App Stroe and Google Play respectively.
Implementation of logic on server to handle the new request from prediction model (API version 2)
Logic for retrieving the output from the prediction model implemented in app getIndoorPrediction
value stored in knowledgebase: user.settings.temp_indoor_predicted
some values are currently only hard coded (agreed with Jørn)
Now using DNS climapp.byg.dtu.dk (still something off with https access, in discussion with IT)
Bug fixes
Gauge now drawn in both indoor and outdoor mode (I would like a review to make sure no values need to change when calculating the gauge value in indoor mode)
Fixed errors with Tair being undefined
Other
A lot of the needed security protocol measures were removed to check the implementation of the Google Maps API (with security access was denied) -- these should be readded before publishing a new version?
New implementations
getIndoorPrediction
knowledgebase
:user.settings.temp_indoor_predicted
climapp.byg.dtu.dk
(still something off with https access, in discussion with IT)Bug fixes
Tair
being undefinedOther A lot of the needed security protocol measures were removed to check the implementation of the Google Maps API (with security access was denied) -- these should be readded before publishing a new version?