FitTrackee icon indicating copy to clipboard operation
FitTrackee copied to clipboard

Remove unnecessary methods following workouts updates

Open SamR1 opened this issue 2 months ago • 0 comments

Next part of file processing rewriting (#925):

  • remove unnecessary storage of generated GPX file when the file extension is not .gpx (and add GPX generation on file download). The original file is still stored to allow data refresh.
  • use uuid instead of WorkoutSegment composite primary key (workout_id, segment_id)
  • remove methods based on gpx file to get chart data and to display map

SamR1 avatar Oct 05 '25 20:10 SamR1