-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
At the moment the server sends wait times for every lift back to the client every time the client sends a location update. That's dumb, since most location updates will happen when the user is skiing. We should only send wait times to the client when they actually need them. Not sure about the best way to do this, since it'd also be nice if the data are just there when the user looks for them. But we can definitely do better than what we do at the moment.
Along with the send-data-too-often there's the send-too-much-data. We should be smart about the choice of lifts for which we send data. Maybe we send data for all lifts within n km, maybe the user selects lifts they care about and we only send data for those, maybe something else.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels