-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create new sport/activities #364
Comments
After having imported last year's "workouts", I get several missing activities:
And I guess the list will quickly grow with every new users. Being able to define activities would really help... |
Hi, For now it's not possible for users to add their own sports. Adding a new sport requires the following changes:
You can find the different commands (for migration or static files generation) in the Contributing.md. By adding custom sports on your local instance, issues may be encountered when upgrading to the next versions (for instance with migrations, the |
@SamR1 Are you open for PRs for new sports? Looking intro Contributing.md it explicitly states one should ask.
Both of these are also available on alternatives such as Strava and belong in any Endurance athlete's workout schedule, no? |
Hi, As FitTrackee is built around GPX files, for the moment only sports associated with a GPX file (mainly outdoor activities) can be added. |
Can you add Swimrun activities in the list ? |
Hi @microniko No problem adding Swimrun, but for now FitTrackee processes all activities the same way, is that a problem? |
@SamR1 : If fittotrack could detect when I'm in the water, that would be ideal, but I can see that it's a bit more complicated. I can wait for this feature >_< |
@microniko OK, I opened an issue. |
It would be nice to easily add new activities to the already existing list. I've already started local hacks to add the ones I'm missing, but I'm not even sure how to do that properly (taking inspiration from the "snowshoes" introduction).
In my case, I would need a new sport (paragliding) that would have sub-categories (a bit like cycling actually has transportation, etc):
I'm also tracking other cycling activities, so would have liked an extra cycling one. Maybe a tag feature would help here?
I'm ok doing these changes (adding few sports to the hardcoded list) myself, but I'm not really sure how to do them:
The text was updated successfully, but these errors were encountered: