Closed leingang closed 6 years ago
Can you attach a complete CSV file to the issue, so I can test it myself?
I had a similar issue with the training on first Wednesday here (6k @GA1/2+STL): https://docs.google.com/spreadsheets/d/1EXa9QL2AvyIkZIFI239Hf2QPO2ugehQ97-HXvdO4vgg/edit?usp=sharing
It was defined for the day before, but quick-plan didn’t schedule it for Wednesday. Two weeks later it was also scheduled and here everything worked fine.
Sounds like a problem with asynchronous execution ... e.g. a definition of 6k @GA1/2+STL has not been completed before the scheduling of the first repetition has started. I'm gonna investigate this further by the code staring.
I managed to reproduce the issue. The bug is confirmed. The problem is if you try to schedule a workout defined in a same week again.
Thank you! I look forward to a new release so I can take advantage of this fix.
Released in v0.2.4
It seems like if I have a cell in my CSV file such as:
and then a later cell with just
8E
in it, the expected effect is that the "8E" workout should be defined, then scheduled on both days. The Ultra 80k model CSV file has several repeated workout days like this (e.g., "8k jog" each Wednesday).Instead, I get it scheduled on the day for which it's defined, but nothing gets scheduled on the later day. Am I doing it wrong?