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
maybe a way to do this is for some service to check on startup or internet connection event (assuming we create one) if all of the rides in the DB exist on strava and upload all the ones that dont yet.
I think for now we should just have a manual upload button on the ride history view if it's not yet connected to Strava. Saves us having to handle all the retry logic.
yeah a simple upload button on each item in the list will work great. I think strava basically rejects double uploads, so we don't need to do anything additional
We should figure out how we want the app to behave if you end a ride but don't have strava connected.
We currently add a message
Not uploading - not authenticated with strava.
.We probably want some mechanism to retry the upload later when they have connected to strava.
The text was updated successfully, but these errors were encountered: