...
Term | Definition |
---|---|
Workout Definition (WD) | A static entity that is a template for a workout (e.g. a running, gym training, etc). |
Workout Activity (WA) | An entity representing a performed workout - an actual instance of a workout that the user performed on a specific date. |
Exercise Definition (ED) | A static entity that represents a single template exercise (e.g. push-ups). |
Exercise Activity (EA) | An entity representing an exercise that was performed as part of a Workout Activity. |
...
An entity that represents a single exercise performed by the user as part of a Workout Activity. It captures data about what that exercise was and how many calories the user burned.
Properties
Name | Notes |
---|---|
Exercise Definition Reference | A reference to the ED that this activity was created from. |
Workout Activity Reference | A reference to the WA that this activity is part of. |
Created | The date/time the EA was created. |
Duration | The length of time that this exercise activity was performed for. |