Changes between Initial Version and Version 1 of Ticket #13, comment 5


Ignore:
Timestamp:
Jan 11, 2019, 12:05:44 PM (5 years ago)
Author:
borja
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13, comment 5

    initial v1  
    1111 - data from the fit file (sport, name, elevation, distance, speed, heart rate, cadence, temperature) is gathered and stored in attributes of the Workout model
    1212
    13  - if the fit file contains gps data (latitude, longitude, distance, etc), a gpx file is generated from the fit file, stored in Workout.tracking_file, so we can show the proper data to the user using the current gpx-ready code in the workout details page.
     13 - if the fit file contains gps data (latitude, longitude, distance, etc), a gpx file is generated from the fit file, stored in Workout.tracking_file, so we can show the proper data to the user using the current gpx-ready code in the workout details page. (this covers part of ticket #26)