You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Create a polling function on the server side onTimeElasped, perhaps on a 5 minute interval. Use functions like setInterval. Perhaps, it could iterate through all users in db.Locations
Then make sure "coordinating users to needs" is called for the onLocationUpdate and the onTimeElapsed models (see
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.
The text was updated successfully, but these errors were encountered: