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
Possible Solution: We have the data for a users location, so we can create a date started figure when a user enters the trail, and then calculate the time the user spent on that trail.
Some Potential issues:
what if user doesn’t stay on the trail for the entirety of its duration
Potential answer, we could calculate the time it takes for the user to go through one edge of a graph, and then adjust the weight of the edge to represent the time it took.
The text was updated successfully, but these errors were encountered:
Suffered a nonsensical bug with docker that I couldnt figure out for weeks, finally just ended up creating a variable to store the order of each point in a trail.
Possible Solution: We have the data for a users location, so we can create a date started figure when a user enters the trail, and then calculate the time the user spent on that trail.
Some Potential issues:
what if user doesn’t stay on the trail for the entirety of its duration
Potential answer, we could calculate the time it takes for the user to go through one edge of a graph, and then adjust the weight of the edge to represent the time it took.
The text was updated successfully, but these errors were encountered: