Custom Query (49 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 49)

6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#77 fixed Bulk workouts upload borja borja
Description

So, we already have some code to add workouts in batch mode from a local directory on the filesystem (browser:OpenWorkouts-current/ow/load_workouts.py), but that works only if the workout files (gpx, fit) are located in the filesystem of the computer where openworkouts is running on. In the case of running it in a separate server, users don't have an easy way to upload those workouts.

The idea would be to allow users to upload a compressed file containing all the workout files, like a zip, tgz, 7z, etc.

Then, openworkouts should uncompress that file into a temporary destination, and run our load_workouts code from there (in a separate, background, process of course).

One obvious problem of that is that those compressed files could be quite big, which usually don't work well with traditional http file uploads. One solution for that would be to use something like this js library:

http://www.resumablejs.com

#79 fixed Add elevation data to the workout details page borja borja
Description

Still wondering how, but it is missing there!

#83 fixed Error on elevation field when loading data from gpx borja borja
Description

See the attached screenshot and you will understand it.

This happened while uploading the attached gpx file.

6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.