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
#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.

#23 fixed Show workouts in the dashboard with date filtering borja borja
Description

Right now we show all existing workouts for the user in the dashboard.

To improve this, one idea would be to show only the workouts in the last N days, with a filter to get more workouts, something like:

  • 2016
    • march
    • february
    • january
  • 2015
    • december
    • november
    • october
    • ...
    • march
    • february
    • january
  • 2014
    • ...

By default we could show the workouts in the current month (later on, if they are too many, maybe we can show them weekly, each 2 weeks...)

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