Code Monkey home page Code Monkey logo

Comments (3)

astashov avatar astashov commented on June 30, 2024

That's expected behavior :) The program gets updated when you finish workouts, and it runs the scripts. So, if you change weights, reps, timer, RPE, etc in progress, it rewrites the program text - because the program text is also a reflection of the current state of a program. I thought about having the program text and the program state separated, but couldn't find a non-confusing and easy-to-use way to do so...

progress: lp(5kg) is a linear progression, so it adds 5lb to the current weight, but not to 1RM. Usually you want to update 1RM during 1RM testing, which doesn't happen every workout. So yeah, it will rewrite your 60% of 1RM to something like 75kg after applying the progression.

And if you don't like that - you can always switch to a custom script, which you did :)

from liftosaur.

efaulhaber avatar efaulhaber commented on June 30, 2024

I see, thanks for the quick reply!
I guess it would be nice to add to the docs that percentages will be replaced? Or did I just miss that?

Btw, would you be interested in adding more popular programs to the list of built-in programs? I implemented Madcow 5x5 and 5/3/1 Boring But Big, and I'd be happy to give them to you once I've tested them in the gym.

from liftosaur.

astashov avatar astashov commented on June 30, 2024

I guess it would be nice to add to the docs that percentages will be replaced? Or did I just miss that?

Maybe I missed it, will check!

I implemented Madcow 5x5 and 5/3/1 Boring But Big, and I'd be happy to give them to you once I've tested them in the gym.

Oh yeah, that'd be great, thanks!

from liftosaur.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.