msimms / OpenWorkoutTracker

A workout tracker for iOS that includes cycling, running, as well as strength exercises. Supports Bluetooth sensors.
Other
49 stars 3 forks source link

Pace Guide For Running #23

Closed msimms closed 4 years ago

msimms commented 4 years ago

Watch Feature: Given a desired finish time (for a race, for example) calculate the pace and the amount of time above or below that pace. If the course is known, then also factor in the elevation changes.

msimms commented 4 years ago

I added the database functions to support this.

msimms commented 4 years ago

Need a UI for this.

msimms commented 4 years ago

Basic implementation is done. Next iteration of this feature should include factoring in elevation changes.