Feature/workout exercise progress chart - #901
Draft
elliotcarey0011 wants to merge 1 commit into
Draft
Conversation
elliotcarey0011
force-pushed
the
feature/workout-exercise-progress-chart
branch
from
July 11, 2026 20:21
faef3c7 to
794936e
Compare
elliotcarey0011
marked this pull request as draft
July 11, 2026 20:35
Show every exercise in a workout as a weight-over-time line on one chart, so its trend can be read without opening each exercise individually. With many exercises at very different weights, coloring each line distinctly became unreadable, so instead the chart highlights one exercise at a time (green, thicker) via a tap on its entry in an alphabetically sorted legend - every other line stays grey and inert to taps, so there's no ambiguity about whose value is being shown. The legend scrolls independently of the chart so browsing a long exercise list never pushes the chart out of view.
elliotcarey0011
force-pushed
the
feature/workout-exercise-progress-chart
branch
from
July 11, 2026 20:39
794936e to
c1f2ac1
Compare
Owner
|
Sorry for the delay in getting to this! I've been in a bit of a frenzy. Its still on my todo list but I will get there |
Author
No problem at all I still would like to refactor a bit but I'll await your feedback to ensure the direction is good! |
Owner
|
How would you feel about splitting the chart up into one per exercise? It might end up a bit scrolly is all, but I don't really see a need for them to be all together, since you don't generally compare weight between exercises? |
Author
|
Would make sense let me try it 😊 |
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.
more" list) that opens a new per-workout detail screen.
line on one chart. Since colouring many exercises distinctly gets
unreadable fast, only one exercise is emphasised at a time.