SamR1 / FitTrackee

Self-hosted outdoor activity tracker :bicyclist:
https://samr1.github.io/FitTrackee
GNU Affero General Public License v3.0
643 stars 38 forks source link

Add support for segments #586

Open NiklasMM opened 4 days ago

NiklasMM commented 4 days ago

I'd love to see segments in FitTrackee. A Segment is a GPS path (e.g. a specific street or a climb up to a hill) that users can define and collect and analyze efforts on.

Features could include:

Would that be of interest to others? I'd be willing to put in some work

SamR1 commented 2 days ago

Hi,

FitTrackee already supports segments (<trkseg>) in gpx file.

For instance, for this workout two segments are present in the gpx file:
fittrackee_screenshot-02

Each segment can be displayed:
fittrackee_screenshot-02_segment

Do you mean another kind of segment?
Or ability to override existing segments or defining segments if the gpx file has no segments?