rmdmattingly / RowlogAnalysis

MIT License
5 stars 0 forks source link

New Service: Percentage at Each Intensity (Tested) #43

Closed Logar18 closed 4 years ago

Logar18 commented 4 years ago

About this service:

This service will return a dictionary with the key being the athlete's name and the value being another dictionary containing what percentage of workouts the athlete does at each intensity. Example: "Matt Callahan": {"U3": 50, "U2": 25, "U1": 25}, "Kyle DePace": {"U2": 60, "U3": 40} We could potentially put up a pie chart that says what percentage you SHOULD be at, so athletes could see if they are are spending too much time in one training zone.

Potential Changes:

So obviously this data is not in pie chart form (not sure if that should be done here or at the front-end).

@rmdmattingly @taddyb