-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scheduling of previously defined workouts #20
Comments
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. |
Workouts definitions can be referenced within a same week. #20
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?
The text was updated successfully, but these errors were encountered: