Skip to content
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

Open
cfedk opened this issue Jun 9, 2016 · 4 comments
Open

Navigate to workout summary directly from main view. #29

cfedk opened this issue Jun 9, 2016 · 4 comments

Comments

@cfedk
Copy link

cfedk commented Jun 9, 2016

At the moment, to get details of a particular workout:

  1. Tap punchcard graph.
  2. Scroll to find date.
  3. Tap 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.

@cfilipov
Copy link
Owner

cfilipov commented Jun 9, 2016

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.

@cfedk
Copy link
Author

cfedk commented Jun 9, 2016

Agreed. The two that come to mind

  1. Split the brief text into individual workouts
  2. Tapping brief/artwork goes to list that is filtered by date

are not too elegant.

@cfilipov
Copy link
Owner

cfilipov commented Jun 9, 2016

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.

@JonathanGuberman
Copy link

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.

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

No branches or pull requests

3 participants