Skip to content

Instantly share code, notes, and snippets.

@houen
Created February 5, 2014 15:11
Show Gist options
  • Save houen/8825677 to your computer and use it in GitHub Desktop.
Save houen/8825677 to your computer and use it in GitHub Desktop.
level: {
workout_id: 42,
number: 2,
session_plans: [
{
phase: 'strength',
position: 1
exercises: {
[
{
workout_id: 42
variant: "left",
name: LUNGE,
category: 'core',
workout_position: 41
position: 1
},
{
workout_id: 42
variant: null,
name: BALL STUFF,
category: 'core',
workout_position: 43
position: 2
},
{
workout_id: 42
variant: null,
name: BREAST FONDLING,
category: 'saq',
position: 3
}
]
}
},
{
phase: 'power',
position: 2
exercises: {
variant: 'left',
name: BALL DROP,
category: 'core',
position: 1
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment