LiamMorrow / LiftLog

A cross platform app for tracking your lifts in the gym
https://liftlog.online
GNU Affero General Public License v3.0
64 stars 8 forks source link

View Previous Exercise Regardless of How many Reps/Sets #232

Closed LiamMorrow closed 1 week ago

LiamMorrow commented 2 months ago

The "previously done" exercise feature works well only if you tend to do the same amount of reps and sets on a specific exercise. Otherwise you have to go to history to view historical data on the exercise.

Feature:

https://github.com/user-attachments/assets/03459393-be58-45d1-ac6f-3b7e0ae5ff1f

It would be good if this was more lenient, and showed more information. Perhaps it should just show the data regardless of how many sets/reps, but show more than one?

Thinking potentially could pop up in a dialog, where it shows the last 3. Not sure how useful the graph is 🤔

LiamMorrow commented 2 months ago

Context from reddit

Repetitions from last session -> When doing a session, it'd be nice to see the weight and repetitions that I did on my previous workout for that session. So I know if I did make a progress on my current one. Could be a toggle in the settings. And to see it, it would be the a box similar to the one for the reps in an exercise, but below it, where it shows the reps and weight for each set. That way, I don't have to check the History or Stats to see if I made progress, I can see it right there while working out.

Yep, that's what I tend to use, but I have to go back to the History, check the last time I did that session, look for the exercise and see my reps. Having it on the current session, just underneath your current reps, would be amazing, so I don't have to step away from the session every time I want to check my previous workout. I doesn't matter if the exercise + reps/sets is the same. What I do is set most exercises to 12 reps anyway.

LiamMorrow commented 1 week ago

Fixed with https://github.com/LiamMorrow/LiftLog/pull/291