Custom Query (49 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 49)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#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.

#17 fixed When adding a workout (manually) show a field to choose the type of workout borja borja
Description

Right now we show an input text field and all workouts are saved as "gymnastics" by default.

We have to keep track of posible workout types and allow the user to choose.

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