Target Cadence #59
Replies: 6 comments 11 replies
-
Yep, no problem, I've been thinking about this feature, but it's just that I don't train with cadence targets. I will implement this after I get the development branch more stable (maybe start of December). Meanwhile can you describe how do you use cadence targets, so that I can get an idea? |
Beta Was this translation helpful? Give feedback.
-
That's cool! I attached an example of a workout with defined cadence, I think it should become clear there: So I think it is just another value of the zwo-file next to the current cadence to compare, if a cadence is defined in the workout (at the moment I am using https://zwofactory.com/ to create workouts) One other thing.. when I used Flux I have missed, that the heart rate wasn't saved in the fit file. Is it planned to add this? :) And by the way.. I really like your project!! :) It is exactly what I was looking for! |
Beta Was this translation helpful? Give feedback.
-
As for the Cadence targets the zwo parser was maybe one of the first pieces of code I added to the project and it was just a placeholder implementation that was there to do just the very basics. Last week I rewrote the whole thing so now it can not just read, but also write zwo files, which will allow for a future editing directly in the app, and I added a test suite. It is also collecting the cadence targets in the file. Now with the ground work done, I need to figure out some kind of user interface for the cadence target, and also where to place it inside the app. As far as I understand the cadence target is just an additional one, that goes along the main power target, and it doesn’t change without the power target also changing, right? |
Beta Was this translation helpful? Give feedback.
-
Got the first demo version of cadence targets running on a preview domain here: flux-devel.vercel.app For now it collects cadence targets set with the attributes: Cadence, CadenceResting, OnCadence, OffCadence, meaning I still have no idea how to approach the UI for this feature, and it's super basic for now. Just a small value will show up at the bottom of the cadence field. |
Beta Was this translation helpful? Give feedback.
-
Some enhancements from today: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi, in .zwo workouts you can also define a target cadence. What do you think about adding this here?
Beta Was this translation helpful? Give feedback.
All reactions