-
Notifications
You must be signed in to change notification settings - Fork 71
Allow overriding of calculated workout statistics #1088
Description
I have many old files that I created with a GPX visualizer website that I would like to add into FitTrackee. These files do not have any of the data needed for accurate calculations besides coordinates. Currently, importing these files results in these statistics:
Which makes sense, since all of my <time> tags say <time>2021-07-05T12:00:00Z</time>.
My only problem is that these do have accurate distances, and I would love if those distances could be displayed when I'm viewing the workouts. Would it be feasible to allow manual entering of track statistics for workouts with a file?
Also, since I don't have actual durations for these old workouts, could a) duration be nullable or b) there be an option to exclude a workout from overall statistics? (If I need to make up a duration)
Thanks!