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

add live summary section #102

Open
dvmarinoff opened this issue Feb 9, 2022 · 2 comments
Open

add live summary section #102

dvmarinoff opened this issue Feb 9, 2022 · 2 comments

Comments

@dvmarinoff
Copy link
Owner

A summery section with:

  • absolute time in power zone
  • % time in power zone
  • TSS
  • finished intervals data like duration, avg power, avg cadence, avg heart rate,

All this can appear at the top of the Workouts page once a ride is started. And act as a summary once the ride is finished.
Think of a way to indicate users that this thing exists, maybe an automatic page switch to workouts when the workout is stoped.

@dvmarinoff
Copy link
Owner Author

dvmarinoff commented Feb 17, 2022

Update:

  • The power in zone widget can go between percentage and time when user clicks on the % / min button.
  • Laps are listed bellow in a latest on top stack, with avg power colored according to power zone.

Remaining Issues:

  1. where to place it
    • Option 1: on a separate tab. But putting a 4th button at the bottom will brake the symmetry. And this needs to be no more than one user action away.
    • Option 2: keep it in the workouts tab. Workouts list and Lap list coexistence. It's true that once a workout is started the list with the rest is not exactly needed anymore, and until a workout is started Lap list doesn't even exists. It seems to be the logical solution. Maybe rename the tab to Library and had these 2 in a set of sub-tabs.
  2. format of the time in power zone 00:00 is too long and still can't represent time above an 1 hour which is to be expected to happen for Zone 2 workouts.

Update: number 1 is solved, 2 remains:

@dvmarinoff
Copy link
Owner Author

dvmarinoff commented Feb 17, 2022

Did some testing and there are few issues:

  1. quickly pressing the Lap button creates duplicate lap records they are with the same index so just a UI problem.
  2. at the beginning of each lap there is one parasitic record that is supposed to be in the previous lap, this messes up avg calculations in the Live Ride Report, with avgs being a bit less than they should be. This is noticeable when the intervals are short and there is big difference in power with the previous interval. Look at the timestamps and event order.

1 is soleved, 2 remains

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

No branches or pull requests

1 participant