Sam
Sam
@microniko OK, I opened an issue. And I'll add a new item about the ability to define segment activities, at least manually, in the issue on [rewriting workout file processing](https://github.com/SamR1/FitTrackee/issues/194).
Hi, Thanks for the updated PR. As the docker files present in this repository are just for evaluation (not suitable for production), it will build an image for evaluation only.
Hard to say, I have no experience deploying with Docker in production :/
Hi, Some data are missing, preventing from getting statistical data. On workout creation, the average and maximum speeds are calculated by the API. These are the missing data.
One solution is to use the API to add workouts. This way, all the values will be correctly calculated, as the records. More information in the documentation: - https://samr1.github.io/FitTrackee/en/api/workouts.html#post--api-workouts-no_gpx -...
> Another question , I've imported 1999 entries but I've `Pas de records`. on the left side. Some values are calculated by the API (like average speed, max speed, records),...
Yes, some constraints are missing in the database, but are present in the code. For example, you can't add a workout without the distance with the User Interface. This is...
Hi, The example is incomplete. The `fittrackee_session` initialisation depends on authentication method (an example is given in the code linked above).
OK. Here's an minimal example adapted from the code linked above: https://codeberg.org/SamR1/csv-importer. It allows to import a CSV file (after creating an app in **FitTrackee** to get client id and...
> I've clicked Autoriser but nothing appends. After clicking on **Autoriser**, you should be redirected to a URL that doesn't exist. You need to copy this URL, paste it into...