Custom Query (49 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 49)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#7 fixed Show statistics about the workouts borja borja
Description

Kind of:

  • You did XX kms this week, climbed XX meters and cycled XX faster/slower than last week (average)
  • You did XX kms running, XX kms cycling, XX meters swimming
  • Last month you had no activity
  • etc

All kind of crazy stats you can think we can get out of the workouts, put both in the workouts detail page (a hint on the stats, maybe) and a full stats page for all workouts for the given user (maybe with filters by date, activity, distance, time, etc)

#13 fixed .fit files parsing borja borja
Description

Our code supports GPX files when adding/updating a workout.

We should support .fit files too (like the ones exported by garmin devices).

Some resources:

https://github.com/dtcooper/python-fitparse

https://github.com/K-Phoen/python-fitparse

#14 fixed Timezone support borja borja
Description

Right now, when we load data from a GPX file, it is in UTC/GMT. We do not show this anywhere in the app, and we should improve this a bit.

First iteration: Save datetime objects as objects with no timezone, then display them all in UTC/GMT, telling the user about it.

Second iteration: Allow users to set their timezone, then display dates and times in that timezone for that user.

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.