feat: implement weight progression based on RiR baseline (#2041)#2312
Open
pankaj-basnet wants to merge 7 commits into
Open
feat: implement weight progression based on RiR baseline (#2041)#2312pankaj-basnet wants to merge 7 commits into
pankaj-basnet wants to merge 7 commits into
Conversation
…p--opensource-backend get latest commits code changes from wger offical repo upstream
…t weight progression
- **Abstract Config**: Added RIR_PERCENT to StepChoices.
- **Weight Models**: Added rir_baseline field to WeightConfig and MaxWeightConfig.
modified: wger/manager/models/abstract_config.py
modified: wger/manager/models/weight_config.py
…ry.py modified: wger/manager/models/slot_entry.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR implements a new progression logic that allows users to calculate workout weights as a percentage of a "RiR=0" baseline.
Proposed Changes
RIR_PERCENTtoStepChoicesand definedMAX_COMPOUND_RIR.rir_baselinefield toWeightConfigandMaxWeightConfig.SlotEntry.get_rir_baselineto auto-detect the baseline from previous logs if not manually set.WeightConfigSerializerto expose the new field.Related Issue(s)
Please check that the PR fulfills these requirements
ruff format && isort .)changes etc.), write a small writeup in
CHANGELOG.md