update settings
This commit is contained in:
@@ -60,6 +60,7 @@
|
|||||||
page. Look for the "Rowsandall" app.
|
page. Look for the "Rowsandall" app.
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Garmin Connnect has no manual sync, so connecting your account to your Garmin account will
|
Garmin Connnect has no manual sync, so connecting your account to your Garmin account will
|
||||||
automatically auto-sync workouts from Garmin to Rowsandall (but not in the other direction). If you
|
automatically auto-sync workouts from Garmin to Rowsandall (but not in the other direction). If you
|
||||||
@@ -67,6 +68,14 @@
|
|||||||
to a activity type that is supported by your watch. Not all watches support "Custom" activities, so
|
to a activity type that is supported by your watch. Not all watches support "Custom" activities, so
|
||||||
you may have to set your activity to Run or Ride while rowing.
|
you may have to set your activity to Run or Ride while rowing.
|
||||||
</p>
|
</p>
|
||||||
|
{% if rower.stravatoken and rower.stravatoken != '' %}
|
||||||
|
<p>
|
||||||
|
<em>You are connected to Strava.</em>. Workouts imported from Strava will not be synced
|
||||||
|
to other platforms and the data will only be visible to you, not your team members or coaches.
|
||||||
|
We have to respect the terms and conditions of the Strava API, which do not allow us to sync
|
||||||
|
data to other platforms or to share the data with others.
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
<p>
|
<p>
|
||||||
Strava Auto Import also imports activity changes on Strava to Rowsandall, except when you delete
|
Strava Auto Import also imports activity changes on Strava to Rowsandall, except when you delete
|
||||||
a workout on Strava. If you want Deletions to propagate to Rowsandall, tick the Strava Auto Delete
|
a workout on Strava. If you want Deletions to propagate to Rowsandall, tick the Strava Auto Delete
|
||||||
|
|||||||
@@ -145,6 +145,8 @@ def do_sync(w, options, quick=False):
|
|||||||
w.privacy = 'hidden'
|
w.privacy = 'hidden'
|
||||||
w.save()
|
w.save()
|
||||||
record = create_or_update_syncrecord(w.user, w, stravaid=options['stravaid'])
|
record = create_or_update_syncrecord(w.user, w, stravaid=options['stravaid'])
|
||||||
|
# strava, we shall not sync to other sites -> return
|
||||||
|
return 1
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user