Skip to content

Feature/workout exercise progress chart - #901

Draft
elliotcarey0011 wants to merge 1 commit into
LiamMorrow:mainfrom
elliotcarey0011:feature/workout-exercise-progress-chart
Draft

Feature/workout exercise progress chart#901
elliotcarey0011 wants to merge 1 commit into
LiamMorrow:mainfrom
elliotcarey0011:feature/workout-exercise-progress-chart

Conversation

@elliotcarey0011

@elliotcarey0011 elliotcarey0011 commented Jul 11, 2026

Copy link
Copy Markdown
  • Add a "Workouts" section to the stats page (top 5 + a searchable "see
    more" list) that opens a new per-workout detail screen.
  • On that screen, show every exercise in the workout as a weight-over-time
    line on one chart. Since colouring many exercises distinctly gets
    unreadable fast, only one exercise is emphasised at a time.
  • Toggle an exercise by clicking it in the list below
Simulator Screenshot - iPhone 15 - 2026-07-11 at 22 28 35

@elliotcarey0011
elliotcarey0011 force-pushed the feature/workout-exercise-progress-chart branch from faef3c7 to 794936e Compare July 11, 2026 20:21
@elliotcarey0011
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
elliotcarey0011 force-pushed the feature/workout-exercise-progress-chart branch from 794936e to c1f2ac1 Compare July 11, 2026 20:39
@LiamMorrow

Copy link
Copy Markdown
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

@elliotcarey0011

Copy link
Copy Markdown
Author

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

No problem at all I still would like to refactor a bit but I'll await your feedback to ensure the direction is good!

@LiamMorrow

Copy link
Copy Markdown
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?

@elliotcarey0011

Copy link
Copy Markdown
Author

Would make sense let me try it 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants