NUDelta / ce-platform

4 stars 3 forks source link

Time and Weather based Affordances should update more frequently #133

Open youralien opened 3 years ago

youralien commented 3 years ago

The whole system currently runs on an event-based model, upon a user's location change.

However, there are cases where situations are changing despite a static location. For example, the weather can change to rainy, despite a user being in the same location. Or time continues to progress, despite a user being in the same location.

youralien commented 3 years ago

image This illustrates a new model, where the event-based onLocationUpdate model is compatible with a more frequent polling-based onTimeElasped model.

To implement this, I would do the following tasks