Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ride History when not connected to strava. #57

Open
craigmulligan opened this issue Apr 5, 2023 · 3 comments
Open

Ride History when not connected to strava. #57

craigmulligan opened this issue Apr 5, 2023 · 3 comments
Labels

Comments

@craigmulligan
Copy link
Collaborator

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.

@shaunmulligan
Copy link
Member

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.

@craigmulligan
Copy link
Collaborator Author

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.

@shaunmulligan
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants