Skip to content
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

add workout generator #31

Open
dvmarinoff opened this issue Feb 26, 2021 · 4 comments
Open

add workout generator #31

dvmarinoff opened this issue Feb 26, 2021 · 4 comments
Labels
enhancement New feature or request
Projects

Comments

@dvmarinoff
Copy link
Owner

It has to make a suggestion for a workout based on user defined constraints like time, intensity, energy system. A current physical condition and recent workout history can be used to narrow down and simplify the process for the user.
Heart rate data (like HRV) can be used to dial in intensity and energy system suggestions.
L-system or GA can be used for the generation.

@dvmarinoff dvmarinoff added the enhancement New feature or request label Feb 26, 2021
@dvmarinoff dvmarinoff added this to To do in Flux Feb 26, 2021
@fellrnr
Copy link

fellrnr commented Jan 31, 2022

Screenshot 2022-01-31 095143
I've started to create a workout generator if anyone is interested. It's a simple C# desktop app.

@dvmarinoff
Copy link
Owner Author

Curious to see this one, I’d really wish it was otherwise but I doubt that I’ll have time to work on this feature.
Does it work on MacOS or it’s strictly Windows?

@fellrnr
Copy link

fellrnr commented Feb 1, 2022

Right now it's a simple windows C# app, so no Mac support. I developed it for personal use to create Golden Cheetah QwkCode statements, then did a mod to generate ZWO format with your slope extension. I'm happy to send you the code, or work on it independently and publish via Github, though I'm not going to have time to do much in the next 6 weeks.

@dvmarinoff
Copy link
Owner Author

@lawrencemaroun
Opened a new branch for this feature: https://github.com/dvmarinoff/Flux/tree/workout-generator
and new deployment: https://flux-generator.vercel.app/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Flux
To do
Development

No branches or pull requests

2 participants