ConnectedPlacesCatapult / SharingCitiesDashboard

Personalisable dashboard for Sharing Cities IoT data
Apache License 2.0
6 stars 5 forks source link

Fcc 68 integrate prediction with ui #148

Closed kpennels closed 5 years ago

kpennels commented 5 years ago

Updated Files /Analytics/app.py - add PredicitionResults and UserPredictions /Analytics/create_celery.py - updated celery's configuration to include the configuration values of the Flask app /resources/request_for_data.py (RequestForPrediction class)

/resources/request_for_data.py (PredictionStatus class)

New Files

/models/UserPrediction - the data model class for associating user IDs with prediciton result IDs /models/PredictionResults - the data model class used for storing the time series results generated by users