FitTrackee/docsrc/source/features.rst

161 lines
5.7 KiB
ReStructuredText
Raw Normal View History

2019-07-14 18:18:41 +02:00
Features
########
Workouts
^^^^^^^^
2021-11-06 21:26:02 +01:00
- 11 sports are supported:
2019-07-14 18:18:41 +02:00
- Cycling (Sport)
- Cycling (Transport)
- Hiking
2021-11-06 21:26:02 +01:00
- Mountain Biking
- Mountain Biking (Electric) (**new in 0.5.0**)
- Rowing (**new in 0.5.0**)
2019-07-14 18:18:41 +02:00
- Running
2021-11-06 21:26:02 +01:00
- Skiing (Alpine) (**new in 0.5.0**)
- Skiing (Cross Country) (**new in 0.5.0**)
2021-12-19 10:29:56 +01:00
- Snowshoes (**new in 0.5.2**)
2021-11-06 21:26:02 +01:00
- Trail (**new in 0.5.0**)
2019-07-14 18:18:41 +02:00
- Walking
2021-11-12 19:25:31 +01:00
- (*new in 0.5.0*) Stopped speed threshold used by `gpxpy <https://github.com/tkrajina/gpxpy>`_ is not the default one for the following sports (0.1 km/h instead of 1 km/h):
2021-11-11 17:33:30 +01:00
- Hiking
- Skiing (Cross Country)
2021-12-19 10:29:56 +01:00
- Snowshoes
2021-11-11 17:33:30 +01:00
- Trail
- Walking
2021-11-12 19:25:31 +01:00
.. note::
It can be overridden in user preferences.
- Dashboard with month calendar displaying workouts and record. The week can start on Sunday or Monday (which can be changed in the user preferences). The calendar displays up to 100 workouts.
2021-11-14 17:56:38 +01:00
- Workout creation by uploading a gpx file (related data are stored in database with metric system). A workout can even be created without gpx (the user must enter date, time, duration and distance).
2022-01-19 16:06:41 +01:00
- | A workout with a gpx file can be displayed with map and charts (speed and elevation).
| Controls allow full screen view and position reset (**new in 0.5.5**).
- | If DarkSky API key is provided, weather is displayed in workout detail.
| Wind is displayed, with arrow indicating direction (a tooltip can be displayed with the direction that the wind is coming **from**) (**new in 0.5.5**).
- Segments can be displayed.
- Workout gpx file can be downloaded (**new in 0.5.1**)
2021-11-12 19:25:31 +01:00
- Workout edition and deletion. User can add a note.
2021-11-28 11:39:11 +01:00
- User statistics, by time period (week, month, year) and sport:
- total distance
- total duration
- total workouts
- total ascent (**new in 0.5.0**)
- total descent (**new in 0.5.0**)
- average speed (**new in 0.5.1**)
2019-07-14 18:18:41 +02:00
- User records by sports:
- average speed
- farthest distance
2019-07-14 18:18:41 +02:00
- longest duration
- maximum speed
.. note::
Records may differ from records displayed by the application that originally generated the gpx files.
2021-11-13 12:20:35 +01:00
- Workouts list and filter. Only sports with workouts are displayed in sport dropdown.
2019-07-14 18:18:41 +02:00
2020-07-15 17:19:37 +02:00
.. note::
2021-11-13 12:20:35 +01:00
For now, only the owner of the workout can see it.
2019-07-14 18:18:41 +02:00
2022-02-05 22:09:17 +01:00
Account & preferences
^^^^^^^^^^^^^^^^^^^^^
2022-03-27 15:11:12 +02:00
- A user can create, update and deleted his account.
2022-07-03 17:27:43 +02:00
- On registration, the user account is created with selected language in dropdown as user preference (*new in 0.6.9*).
2022-04-24 13:16:10 +02:00
- After registration, the user account is inactive and an email with confirmation instructions is sent to activate it.
A user with an inactive account cannot log in. (*new in 0.6.0*)
2022-03-27 15:11:12 +02:00
.. note::
2022-04-24 13:16:10 +02:00
In case email sending is not configured, a `command line <cli.html#ftcli-users-update>`__ allows to activate users account.
2022-03-27 15:11:12 +02:00
2022-02-05 22:09:17 +01:00
- A user can set language, timezone and first day of week.
- A user can reset his password (*new in 0.3.0*)
- A user can change his email address (*new in 0.6.0*)
2022-02-05 22:09:17 +01:00
- A user can choose between metric system and imperial system for distance, elevation and speed display (*new in 0.5.0*)
- A user can set sport preferences (*new in 0.5.0*):
- change sport color (used for sport image and charts)
- can override stopped speed threshold (for next uploaded gpx files)
- disable/enable a sport.
.. note::
| If a sport is disabled by an administrator, it can not be enabled by a user. In this case, it will only appear in preferences if the user has workouts and only sport color can be changed.
| A disabled sport (by admin or user) will not appear in dropdown when **adding a workout**.
| A workout with a disabled sport will still be displayed in the application.
Administration
^^^^^^^^^^^^^^
(*new in 0.3.0*)
- **Application**
The following parameters can be set:
- active users limit. If 0, registration is enabled (no limit defined)
- maximum size of uploaded files
- maximum size of zip archive
- maximum number of files in the zip archive. If an archive contains more files, only the configured number of files is processed, without raising errors.
- administrator email for contact (*new in 0.6.0*)
2022-02-05 22:09:17 +01:00
.. warning::
Updating server configuration may be necessary to handle large files (like `nginx <https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_ for instance).
2022-04-24 13:16:10 +02:00
.. note::
If email sending is disabled, a warning is displayed.
2022-02-05 22:09:17 +01:00
- **Users**
- display and filter users list
- edit a user to:
- add/remove administration rights
- activate his account (*new in 0.6.0*)
- update his email (in case his account is locked) (*new in 0.6.0*)
2022-04-24 16:02:49 +02:00
- reset his password (in case his account is locked) (*new in 0.6.0*). If email sending is disabled, it is only possible via CLI.
2022-02-05 22:09:17 +01:00
- delete a user
- **Sports**
- enable or disable a sport (a sport can be disabled even if workout with this sport exists)
2019-12-29 12:50:32 +01:00
Translations
^^^^^^^^^^^^
2022-07-03 08:02:43 +02:00
FitTrackee is available in the following languages (which can be saved in the user preferences):
.. figure:: https://hosted.weblate.org/widgets/fittrackee/-/multi-auto.svg
2019-12-29 12:50:32 +01:00
2019-07-14 18:18:41 +02:00
2022-02-05 22:09:17 +01:00
Screenshots
^^^^^^^^^^^^
2019-07-14 18:18:41 +02:00
Dashboard
2022-02-05 22:09:17 +01:00
"""""""""
2019-07-14 18:18:41 +02:00
2020-01-31 14:23:09 +01:00
.. figure:: _images/fittrackee_screenshot-01.png
2019-07-14 18:18:41 +02:00
:alt: FitTrackee Dashboard
Workout detail
2022-02-05 22:09:17 +01:00
""""""""""""""
2020-01-31 14:23:09 +01:00
.. figure:: _images/fittrackee_screenshot-02.png
:alt: FitTrackee Workout
2019-07-14 18:18:41 +02:00
Workouts list
2022-02-05 22:09:17 +01:00
"""""""""""""
2020-01-31 14:23:09 +01:00
.. figure:: _images/fittrackee_screenshot-03.png
:alt: FitTrackee Workouts
2019-07-14 18:18:41 +02:00
Statistics
2022-02-05 22:09:17 +01:00
""""""""""
2020-01-31 14:23:09 +01:00
.. figure:: _images/fittrackee_screenshot-04.png
2019-07-14 18:18:41 +02:00
:alt: FitTrackee Statistics
2020-07-15 15:30:41 +02:00
Administration
2022-02-05 22:09:17 +01:00
""""""""""""""
2020-07-15 15:30:41 +02:00
.. figure:: _images/fittrackee_screenshot-05.png
:alt: FitTrackee Administration
2021-11-03 12:41:23 +01:00
.. figure:: _images/fittrackee_screenshot-06.png
:alt: FitTrackee Sports Administration