FitTrackee icon indicating copy to clipboard operation
FitTrackee copied to clipboard

Self-hosted outdoor activity tracker :bicyclist:

Results 97 FitTrackee issues
Sort by recently updated
recently updated
newest added

It would be nice to sum same sports stats I mean bike in the workouts there's sport_id (1,2,4) ``` fittrackee=# select SUM(distance) AS Distance_in_bikes from workouts where sport_id IN (1,2,4);...

Hello 👋 First, thank you for this amaizing project, I can now download all of my bike data without any dependent service. Actually, this issue is not an issue but...

Python 3.8 [EOL](https://peps.python.org/pep-0569/#lifespan): approximately October 2024 The latest versions of some dependencies no longer support this version (for instance, version [7.2+](https://www.sphinx-doc.org/en/master/changes.html#release-7-2-0-released-aug-17-2023) of sphinx, used for documentation generation, requires Python 3.9+).

api
dependencies
python

![image](https://github.com/SamR1/FitTrackee/assets/680570/8277810f-9fc5-4cf0-b082-54e8739aa3f1) The times do not match the actual ride time, nor the own calculation of the total and pause time. This seems to be connected to SuperCycle exports, as I...

See statement on [vuejs/vuex repository](https://github.com/vuejs/vuex) > The official state management library for Vue has changed to [Pinia](https://pinia.vuejs.org/). Pinia has almost the exact same or enhanced API as Vuex 5, described...

client
dependencies
javascript

As an administrator, I'd like to be able to _create_ new users in my instance, without having to open up registration. A bonus-feature of this, could potentially be, that the...

Improvements and new features: - [ ] UI Notifications - [ ] Comments (pagination and enhancements) - [ ] Moderation tools - [ ] Implement federation with [ActivityPub](https://activitypub.rocks/)?

hi, FitTrackee looks good, I were looking for something like this

see https://docs.sqlalchemy.org/en/20/changelog/migration_20.html

api
dependencies
python

I would personally find it very useful the possibility to import the activities list on my own calendar app. Maybe this is something one could achieve by interfacing to the...