Custom Query (49 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 49)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#26 fixed GPX files generation (from .fit/.tcx) borja borja
Description

So, right now we can import gpx files, and there are a couple of tickets to support .fit (#13) and .tcx (#25) files too.

Those files should be saved, attached to the workout, but then, in order to visualize the tracks in those files in the workout details page, it would be nice to simplify it a bit and use a common format instead of parsing those files again into maps.

One idea would be to generate gpx files from .fit, .tcx, etc, so we don't need new js code to show the maps, analysis charts (#16), etc.

#27 fixed Limit the description shown in the workouts in the dashboard borja
Description

Show part of it (2,3,4? lines) then the usual "..." that is a link to show more description or even a link to the workout detail page with an anchor on the description there (whatever means less work/code)

#28 fixed For Workouts with gpx data, show a static capture of the map with the ride in the dashboard borja
Description

Same thing endomondo and strava do.

As we are using leaflet for the maps handling, there are some interesting plugins and tools we can use:

https://github.com/rclark/server-side-leaflet

https://github.com/mapbox/leaflet-imagea

Basically the idea is, server-side, generate a small image with the map where a line is drawn with the overlay of the gpx. That image should be saved somewhere (blob?) and should be updated if the user updates the workout by uploading a new file.

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