workout app graph

overview

it’s probably important for me to keep in mind that this is entirely self-inflicted.

here’s the messy collection of paths that fitness data can take on my phone. this doesn’t seem like a great solution. getting things out in some sort of durable and portable format is another crapshoot.

overall fitness info graph

  stateDiagram-v2
  direction LR
  ebike --> strava
  strava --> rungap
  rungap --> strava
  lift --> health
  lift --> strava
  zwift --> rungap
  zwift --> strava
  zwift --> wahoo
  zwift --> trainingpeaks
  rungap --> health
  health --> rungap
  wahoo --> trainingpeaks
  wahoo --> strava
  wahoo --> rungap
  wahoo --> zwift
  rungap --> wahoo
  peloton --> strava
  peloton --> health
  trainingpeaks --> rungap
  rungap --> trainingpeaks

strength training info

liftin’ app

  stateDiagram-v2
  direction LR
  [*] --> liftin'
  liftin' --> health
  liftin' --> strava
  health --> rungap
  rungap --> health
  strava --> rungap
  rungap --> strava

strong.app

  stateDiagram-v2
  direction LR
  [*] --> strong.app
  strong.app --> health
  strong.app --> strava
  health --> rungap
  rungap --> health
  strava --> rungap
  rungap --> strava

biking info

  stateDiagram-v2
direction LR
  [*] --> wahoo
  [*] --> zwift
  [*] --> strava
  wahoo --> strava
  zwift --> strava
  strava --> rungap
  rungap --> health
  health --> [*]