-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigate to workout summary directly from main view. #29
Comments
Remember that MD supports multiple workouts per day. If you only have one workout your suggestion works, but what to do when there are more than one on that day? I agree in general the ability the go to the workout summary from the date would be useful and would like to find a nice way to do it. |
Agreed. The two that come to mind
are not too elegant. |
I was actually planning something for when you tap the anatomy diagram: it should present a table of detailed data that was used to render the diagram, basically, the volume, intensity, activation of each muscle for the workout. I don't want to split the text into two because the idea of this screen is to show the combined workout data for the whole day (that's the intent of this screen), and then somewhere else show the workout data per workout. The problem is I haven't figured out an elegant way to do the later. One option I have been thinking of was to actually put all the data from the workout summary on the main page. The duration, total volume, intensity etc.. This would be for all the workouts for that day combined, but if you only had one workout that day this would be the same as the workout summary for that day. So essentially, this screen will be the same as the workout summary, but per-day. |
I was going to post his exact issue but (wisely, as it turns out) decided to check the existing issues first. The solution I thought of is similar to what @cfilipov proposed above: just put all the workout summary data on the main page. No need to make it combined data for multiple workouts, though: just have multiple summaries with separate headers based on the start time. Maybe collapsible. Although, to be fair, as someone who doesn't do multiple workouts per day I don't really have strong opinions on how those ought to be displayed. |
At the moment, to get details of a particular workout:
If you have already browsed to a particular date by scrolling through the dates below the punchcard graph, tapping the exercise names below it (or the artwork?) should take the user directly to the workout summary selected for the currently viewed workout.
The text was updated successfully, but these errors were encountered: