jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
945 stars 31 forks source link

nice work on this project! #1

Open chyld opened 7 months ago

chyld commented 7 months ago

thanks for making this.

filcuk commented 7 months ago

May I ask for some notable differences between this and FitTrackee? The one thing off the bat is this is very easy to spin up.

Looks really good.

jovandeginste commented 7 months ago

May I ask for some notable differences between this and FitTrackee? The one thing off the bat is this is very easy to spin up.

Looks really good.

This is written in Go (vs Python), and has no Javascript framework to speak of. It does use a number of Javascript libraries. FitTrackee consists of two containers (frontend vs backend), while this is a single binary (packaged in a container if you want that). FitTrackee only allows to upload one file at a time, or a single zip file containing at most 10 GPX files. This allows a virtual unlimited amount of files to be uploaded; I tested with over 100 files: it takes a while to process, but eventually they're all there.

ThmsP commented 6 months ago

thanks for making this.

+1 ! Tested on my local device, it works very fine. I need to import my almost 10y of gpx files to see how it goes.

berrnd commented 1 month ago

Being in search for a replacement for Runalyze ever since they sadly announced to go commercial and cloud only, I just discovered your project here and I guess I finally found it. Looks super cool and lightweight so far, thanks so much for creating this! ❤️

Now trying to figure out how to properly migrate hundreds of tracked activities... 😄️