Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Pie charts and max burn are shown on Workout Definitions. These communicate the max total response available from performing this workout and the ratio between the RCs. The data comes from the constituent Exercise Definitions and durations.
  2. Strength and cardio ratings are shown on Exercise Definitions.
  3. When a Workout Activity is complete, the Workout Activity Detail View is presented immediately. This shows total burn and a total for each of the RCs. These totals represent the total response from this workout and they will not change over time.
  4. The Afterburn View shows the current response (if any). It shows the current overall response and the current response for each category. These values change over time and are recalculated regularly.

...

Workout Definitions

...

Image RemovedAF-13

...

: RC Pie Chart and Max Burn

Image Added

Image AddedThe data for the Response Category Pie Chart is calculated by summing all the responses and durations for all the exercises that this Workout Definition contains.

So, if C = ExerciseDefinition.Cardio and D = Exercise.Duration the max total response for a single exercise is:

R1 = C1 * D1

Then we can sum all the exercises to get the total for cardio:

TotalCardio = ∑(R1 + R2 + ... + Rn)

Then, we do this for the other three Response Categories and can create a pie chart that will show the ratios between them.

The Max Burn is simply the square root of the sum of the TotalCardio, TotalStrength, TotalMetabolic and TotalEpoc figures from above:

MaxBurn = √(TotalCardio * TotalStrength * TotalMetabolic * TotalEpoc)

Workout Activity Responses


Requirements

#TitleUser StoryImportanceNotes
12

...

Workout Definition Pie Chat and Max BurnAs a user, I want to see the benefits of a workout before I choose to perform it.
  • These figures are displayed on the Workout Definition Detail View and on the WD Tile on the WD List View.
2


Questions

Below is a list of questions to be addressed as a result of this requirements document:

...