I guess that could be a solution. I already a big fan of the subtype stuff and the overview it gives me with the color coding, though. To me, it would make sense to add a structured workout subtype but I may be alone with this wish. Up to you if you want to implement or not.
I have added that:
Yeah sorry I went with mutually exclusive. Otherwise I would need to have added flags for warmup and cooldown.
You can use #tags for your use-case though.
nice! Will this minimal distance be the same for every coached athlete or individually adjusted and saved?
That was just an example. It is for you and not per athlete.
ah, perfect.
On a side note, it seems that upcoming planned workouts without an assigned distance are also being shrunk (in this case, I’m using a < 5km filter). Is this the expected behavior?
Sort of meaning it is technically correct (null < 5 is true in Javascript) You can work around it by adding a distance > 0.1 filter as well:
Is there a way to split an activity?
I always record warmup, race and cooldown in one file, so I don’t forget anything and I have to do as little as possible with the tech and can focus on my performence.
So I can’t label the different parts.
I believe it’s a Not Yet.
But you can mark an activity or separate it into “Laps” and put the cooldown and warmup as separate laps.
I think some ppl also uses tags. (I remember reading that @Gerald has a post talking about that. I think it was the interval sets post)
Actually you can Crop and with a bit of extra work also split…
First export the original from the Activity Data page then crop the existing activity to only keep warmup. Import the original, crop it to the race. Import again and crop it to the cooldown.
Fiddle before activity
Fiddle AFTER activity
thanks for the tips
Hello, can you add the following string to the translations? Thanks (Shirnk Warmup)
Done. Tx.
thanks, this is very useful