Merge branch 'master' into dev
							
								
								
									
										35
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						@@ -1,5 +1,40 @@
 | 
				
			|||||||
# Change log
 | 
					# Change log
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Version 0.7.26 (2023/11/19)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Bugs Fixed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* [#224](https://github.com/SamR1/FitTrackee/issues/224) - Missing elevation results in incorrect ascent/descent total
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Translations
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* [PR#444](https://github.com/SamR1/FitTrackee/pull/444) - Translations update (Norwegian Bokmål)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Misc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					In addition to dependencies update:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* [PR#449](https://github.com/SamR1/FitTrackee/pull/449) - Update vue, tooling and chart library
 | 
				
			||||||
 | 
					* [PR#450](https://github.com/SamR1/FitTrackee/pull/450) - Update gpxpy to 1.6.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Translation status:
 | 
				
			||||||
 | 
					- Dutch: 100%
 | 
				
			||||||
 | 
					- English: 100%
 | 
				
			||||||
 | 
					- French: 100%
 | 
				
			||||||
 | 
					- Galician: 100%
 | 
				
			||||||
 | 
					- German: 100%
 | 
				
			||||||
 | 
					- Italian: 85%
 | 
				
			||||||
 | 
					- Norwegian Bokmål: 61%
 | 
				
			||||||
 | 
					- Polish: 100%
 | 
				
			||||||
 | 
					- Spanish: 100%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Thanks to the contributors:
 | 
				
			||||||
 | 
					- @comradekingu
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Version 0.7.25 (2023/10/08)
 | 
					## Version 0.7.25 (2023/10/08)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Bugs Fixed
 | 
					### Bugs Fixed
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										11
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						@@ -67,7 +67,8 @@ docker-lint-all: docker-lint-client docker-lint-python
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
docker-lint-client:
 | 
					docker-lint-client:
 | 
				
			||||||
	docker-compose -f docker-compose-dev.yml up -d fittrackee_client
 | 
						docker-compose -f docker-compose-dev.yml up -d fittrackee_client
 | 
				
			||||||
	docker-compose -f docker-compose-dev.yml exec fittrackee_client yarn lint
 | 
						docker-compose -f docker-compose-dev.yml exec fittrackee_client $(NPM) lint
 | 
				
			||||||
 | 
						docker-compose -f docker-compose-dev.yml exec fittrackee_client $(NPM) type-check
 | 
				
			||||||
 | 
					
 | 
				
			||||||
docker-lint-python: docker-run
 | 
					docker-lint-python: docker-run
 | 
				
			||||||
	docker-compose -f docker-compose-dev.yml exec fittrackee docker/lint-python.sh
 | 
						docker-compose -f docker-compose-dev.yml exec fittrackee docker/lint-python.sh
 | 
				
			||||||
@@ -98,7 +99,7 @@ docker-run-workers:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
docker-serve-client:
 | 
					docker-serve-client:
 | 
				
			||||||
	docker-compose -f docker-compose-dev.yml up -d fittrackee_client
 | 
						docker-compose -f docker-compose-dev.yml up -d fittrackee_client
 | 
				
			||||||
	docker-compose -f docker-compose-dev.yml exec fittrackee_client yarn dev
 | 
						docker-compose -f docker-compose-dev.yml exec fittrackee_client $(NPM) dev
 | 
				
			||||||
 | 
					
 | 
				
			||||||
docker-set-admin:
 | 
					docker-set-admin:
 | 
				
			||||||
	docker-compose -f docker-compose-dev.yml exec fittrackee docker/set-admin.sh $(USERNAME)
 | 
						docker-compose -f docker-compose-dev.yml exec fittrackee docker/set-admin.sh $(USERNAME)
 | 
				
			||||||
@@ -111,7 +112,11 @@ docker-stop:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
docker-test-client:
 | 
					docker-test-client:
 | 
				
			||||||
	docker-compose -f docker-compose-dev.yml up -d fittrackee_client
 | 
						docker-compose -f docker-compose-dev.yml up -d fittrackee_client
 | 
				
			||||||
	docker-compose -f docker-compose-dev.yml exec fittrackee_client yarn test:unit
 | 
						docker-compose -f docker-compose-dev.yml exec fittrackee_client $(NPM) test:unit run
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					docker-test-client-watch:
 | 
				
			||||||
 | 
						docker-compose -f docker-compose-dev.yml up -d fittrackee_client
 | 
				
			||||||
 | 
						docker-compose -f docker-compose-dev.yml exec fittrackee_client $(NPM) test:unit watch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# needs a running application
 | 
					# needs a running application
 | 
				
			||||||
docker-test-e2e: docker-run
 | 
					docker-test-e2e: docker-run
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# Sphinx build info version 1
 | 
					# Sphinx build info version 1
 | 
				
			||||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
 | 
					# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
 | 
				
			||||||
config: e71fb83d40529992c71ba2d2ee74b767
 | 
					config: f7ac98d4b48007cf0a25bab84c4fd853
 | 
				
			||||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
 | 
					tags: 645f666f9bcd5a90fca523b33c5a78b7
 | 
				
			||||||
 
 | 
				
			|||||||
| 
		 Before Width: | Height: | Size: 573 KiB After Width: | Height: | Size: 572 KiB  | 
| 
		 Before Width: | Height: | Size: 389 KiB After Width: | Height: | Size: 419 KiB  | 
| 
		 Before Width: | Height: | Size: 225 KiB After Width: | Height: | Size: 225 KiB  | 
| 
		 Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB  | 
| 
		 Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB  | 
| 
		 Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 142 KiB  | 
| 
		 Before Width: | Height: | Size: 145 KiB After Width: | Height: | Size: 145 KiB  | 
| 
		 Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 92 KiB  | 
@@ -1,5 +1,40 @@
 | 
				
			|||||||
# Change log
 | 
					# Change log
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Version 0.7.26 (2023/11/19)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Bugs Fixed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* [#224](https://github.com/SamR1/FitTrackee/issues/224) - Missing elevation results in incorrect ascent/descent total
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Translations
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* [PR#444](https://github.com/SamR1/FitTrackee/pull/444) - Translations update (Norwegian Bokmål)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Misc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					In addition to dependencies update:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* [PR#449](https://github.com/SamR1/FitTrackee/pull/449) - Update vue, tooling and chart library
 | 
				
			||||||
 | 
					* [PR#450](https://github.com/SamR1/FitTrackee/pull/450) - Update gpxpy to 1.6.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Translation status:
 | 
				
			||||||
 | 
					- Dutch: 100%
 | 
				
			||||||
 | 
					- English: 100%
 | 
				
			||||||
 | 
					- French: 100%
 | 
				
			||||||
 | 
					- Galician: 100%
 | 
				
			||||||
 | 
					- German: 100%
 | 
				
			||||||
 | 
					- Italian: 85%
 | 
				
			||||||
 | 
					- Norwegian Bokmål: 61%
 | 
				
			||||||
 | 
					- Polish: 100%
 | 
				
			||||||
 | 
					- Spanish: 100%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Thanks to the contributors:
 | 
				
			||||||
 | 
					- @comradekingu
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Version 0.7.25 (2023/10/08)
 | 
					## Version 0.7.25 (2023/10/08)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Bugs Fixed
 | 
					### Bugs Fixed
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -247,9 +247,7 @@ deployment method.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.. envvar:: VITE_APP_API_URL
 | 
					.. envvar:: VITE_APP_API_URL
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .. versionchanged:: 0.x.x ⚠️ replaces ``VUE_APP_API_URL``
 | 
					    .. versionchanged:: 0.7.26 ⚠️ replaces ``VUE_APP_API_URL``
 | 
				
			||||||
 | 
					 | 
				
			||||||
    **FitTrackee** API URL, only needed in dev environment.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -520,13 +518,13 @@ Production environment
 | 
				
			|||||||
.. warning::
 | 
					.. warning::
 | 
				
			||||||
    | Note that FitTrackee is under heavy development, some features may be unstable.
 | 
					    | Note that FitTrackee is under heavy development, some features may be unstable.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-  Download the last release (for now, it is the release v0.7.25):
 | 
					-  Download the last release (for now, it is the release v0.7.26):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. code:: bash
 | 
					.. code:: bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   $ wget https://github.com/SamR1/FitTrackee/archive/v0.7.25.tar.gz
 | 
					   $ wget https://github.com/SamR1/FitTrackee/archive/v0.7.26.tar.gz
 | 
				
			||||||
   $ tar -xzf v0.7.25.tar.gz
 | 
					   $ tar -xzf v0.7.26.tar.gz
 | 
				
			||||||
   $ mv FitTrackee-0.7.25 FitTrackee
 | 
					   $ mv FitTrackee-0.7.26 FitTrackee
 | 
				
			||||||
   $ cd FitTrackee
 | 
					   $ cd FitTrackee
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-  Create **.env** from example and update it
 | 
					-  Create **.env** from example and update it
 | 
				
			||||||
@@ -650,13 +648,13 @@ Prod environment
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- Change to the directory where FitTrackee directory is located
 | 
					- Change to the directory where FitTrackee directory is located
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Download the last release (for now, it is the release v0.7.25) and overwrite existing files:
 | 
					- Download the last release (for now, it is the release v0.7.26) and overwrite existing files:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. code:: bash
 | 
					.. code:: bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   $ wget https://github.com/SamR1/FitTrackee/archive/v0.7.25.tar.gz
 | 
					   $ wget https://github.com/SamR1/FitTrackee/archive/v0.7.26.tar.gz
 | 
				
			||||||
   $ tar -xzf v0.7.25.tar.gz
 | 
					   $ tar -xzf v0.7.26.tar.gz
 | 
				
			||||||
   $ cp -R FitTrackee-0.7.25/* FitTrackee/
 | 
					   $ cp -R FitTrackee-0.7.26/* FitTrackee/
 | 
				
			||||||
   $ cd FitTrackee
 | 
					   $ cd FitTrackee
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
 | 
					- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
 | 
				
			||||||
@@ -896,7 +894,7 @@ Open http://localhost:3000
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.. code-block:: bash
 | 
					.. code-block:: bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $ make docker-lint-client  # run lint on javascript files
 | 
					    $ make docker-lint-client  # run type check and lint on javascript files
 | 
				
			||||||
    $ make docker-test-client  # run unit tests on Client
 | 
					    $ make docker-test-client  # run unit tests on Client
 | 
				
			||||||
    $ make docker-lint-python  # run type check and lint on python files
 | 
					    $ make docker-lint-python  # run type check and lint on python files
 | 
				
			||||||
    $ make docker-test-python  # run unit tests on API
 | 
					    $ make docker-test-python  # run unit tests on API
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
var DOCUMENTATION_OPTIONS = {
 | 
					var DOCUMENTATION_OPTIONS = {
 | 
				
			||||||
    URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
 | 
					    URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
 | 
				
			||||||
    VERSION: '0.7.25',
 | 
					    VERSION: '0.7.26',
 | 
				
			||||||
    LANGUAGE: 'en',
 | 
					    LANGUAGE: 'en',
 | 
				
			||||||
    COLLAPSE_INDEX: false,
 | 
					    COLLAPSE_INDEX: false,
 | 
				
			||||||
    BUILDER: 'html',
 | 
					    BUILDER: 'html',
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Configuration" href="configuration.html" /><link rel="prev" title="API documentation" href="index.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Configuration" href="configuration.html" /><link rel="prev" title="API documentation" href="index.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Authentication and account - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>Authentication and account - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -1586,7 +1586,7 @@ If a valid token is provided, it will be blacklisted.</p>
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="OAuth2" href="oauth2.html" /><link rel="prev" title="Authentication and account" href="auth.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="OAuth2" href="oauth2.html" /><link rel="prev" title="Authentication and account" href="auth.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Configuration - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>Configuration - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -257,7 +257,7 @@
 | 
				
			|||||||
<span class="w">    </span><span class="nt">"map_attribution"</span><span class="p">:</span><span class="w"> </span><span class="s2">"&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors"</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"map_attribution"</span><span class="p">:</span><span class="w"> </span><span class="s2">"&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors"</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"privacy_policy"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"privacy_policy"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"privacy_policy_date"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"privacy_policy_date"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"version"</span><span class="p">:</span><span class="w"> </span><span class="s2">"0.7.25"</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"version"</span><span class="p">:</span><span class="w"> </span><span class="s2">"0.7.26"</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"weather_provider"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span>
 | 
					<span class="w">    </span><span class="nt">"weather_provider"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span>
 | 
				
			||||||
<span class="w">  </span><span class="p">},</span>
 | 
					<span class="w">  </span><span class="p">},</span>
 | 
				
			||||||
<span class="w">  </span><span class="nt">"status"</span><span class="p">:</span><span class="w"> </span><span class="s2">"success"</span>
 | 
					<span class="w">  </span><span class="nt">"status"</span><span class="p">:</span><span class="w"> </span><span class="s2">"success"</span>
 | 
				
			||||||
@@ -302,7 +302,7 @@
 | 
				
			|||||||
<span class="w">    </span><span class="nt">"map_attribution"</span><span class="p">:</span><span class="w"> </span><span class="s2">"&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors"</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"map_attribution"</span><span class="p">:</span><span class="w"> </span><span class="s2">"&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors"</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"privacy_policy"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"privacy_policy"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"privacy_policy_date"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"privacy_policy_date"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"version"</span><span class="p">:</span><span class="w"> </span><span class="s2">"0.7.25"</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"version"</span><span class="p">:</span><span class="w"> </span><span class="s2">"0.7.26"</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"weather_provider"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span>
 | 
					<span class="w">    </span><span class="nt">"weather_provider"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span>
 | 
				
			||||||
<span class="w">  </span><span class="p">},</span>
 | 
					<span class="w">  </span><span class="p">},</span>
 | 
				
			||||||
<span class="w">  </span><span class="nt">"status"</span><span class="p">:</span><span class="w"> </span><span class="s2">"success"</span>
 | 
					<span class="w">  </span><span class="nt">"status"</span><span class="p">:</span><span class="w"> </span><span class="s2">"success"</span>
 | 
				
			||||||
@@ -428,7 +428,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Authentication and account" href="auth.html" /><link rel="prev" title="Third-party tools" href="../third_party_tools.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Authentication and account" href="auth.html" /><link rel="prev" title="Third-party tools" href="../third_party_tools.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>API documentation - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>API documentation - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -299,7 +299,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Records" href="records.html" /><link rel="prev" title="Configuration" href="configuration.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Records" href="records.html" /><link rel="prev" title="Configuration" href="configuration.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>OAuth2 - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>OAuth2 - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -824,7 +824,7 @@ are supported by FitTrackee)</p></li>
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Sports" href="sports.html" /><link rel="prev" title="OAuth2" href="oauth2.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Sports" href="sports.html" /><link rel="prev" title="OAuth2" href="oauth2.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Records - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>Records - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -401,7 +401,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Statistics" href="stats.html" /><link rel="prev" title="Records" href="records.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Statistics" href="stats.html" /><link rel="prev" title="Records" href="records.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Sports - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>Sports - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -631,7 +631,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Users" href="users.html" /><link rel="prev" title="Sports" href="sports.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Users" href="users.html" /><link rel="prev" title="Sports" href="sports.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Statistics - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>Statistics - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -555,7 +555,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Workouts" href="workouts.html" /><link rel="prev" title="Statistics" href="stats.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Workouts" href="workouts.html" /><link rel="prev" title="Statistics" href="stats.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Users - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>Users - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -796,7 +796,7 @@ one admin.</p>
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Troubleshooting" href="../troubleshooting/index.html" /><link rel="prev" title="Users" href="users.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Troubleshooting" href="../troubleshooting/index.html" /><link rel="prev" title="Users" href="users.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Workouts - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>Workouts - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -1328,7 +1328,7 @@ must be provided with ascent)</p></li>
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Third-party tools" href="third_party_tools.html" /><link rel="prev" title="Installation" href="installation.html" />
 | 
					<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Third-party tools" href="third_party_tools.html" /><link rel="prev" title="Installation" href="installation.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Command line interface - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>Command line interface - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -544,7 +544,7 @@ Can be used if redis is not set (no dramatiq workers running).</p>
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="OAuth 2.0" href="oauth.html" /><link rel="prev" title="FitTrackee" href="index.html" />
 | 
					<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="OAuth 2.0" href="oauth.html" /><link rel="prev" title="FitTrackee" href="index.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Features - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>Features - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -643,7 +643,7 @@ A user with an inactive account cannot log in. (<em>new in 0.6.0</em>).</p></li>
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
    <meta name="viewport" content="width=device-width,initial-scale=1"/>
 | 
					    <meta name="viewport" content="width=device-width,initial-scale=1"/>
 | 
				
			||||||
    <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />
 | 
					    <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 --><title>Index - FitTrackee 0.7.25 documentation</title>
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 --><title>Index - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -124,7 +124,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -151,7 +151,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -277,7 +277,7 @@
 | 
				
			|||||||
</li>
 | 
					</li>
 | 
				
			||||||
          <li><a href="installation.html#envvar-UPLOAD_FOLDER">UPLOAD_FOLDER</a>
 | 
					          <li><a href="installation.html#envvar-UPLOAD_FOLDER">UPLOAD_FOLDER</a>
 | 
				
			||||||
</li>
 | 
					</li>
 | 
				
			||||||
          <li><a href="installation.html#envvar-VUE_APP_API_URL">VUE_APP_API_URL</a>
 | 
					          <li><a href="installation.html#envvar-VITE_APP_API_URL">VITE_APP_API_URL</a>
 | 
				
			||||||
</li>
 | 
					</li>
 | 
				
			||||||
          <li><a href="installation.html#envvar-WEATHER_API_KEY">WEATHER_API_KEY</a>
 | 
					          <li><a href="installation.html#envvar-WEATHER_API_KEY">WEATHER_API_KEY</a>
 | 
				
			||||||
</li>
 | 
					</li>
 | 
				
			||||||
@@ -326,7 +326,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
    <meta name="viewport" content="width=device-width,initial-scale=1"/>
 | 
					    <meta name="viewport" content="width=device-width,initial-scale=1"/>
 | 
				
			||||||
    <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" />
 | 
					    <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 --><title>HTTP Routing Table - FitTrackee 0.7.25 documentation</title>
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 --><title>HTTP Routing Table - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -124,7 +124,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -151,7 +151,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -617,7 +617,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Features" href="features.html" />
 | 
					<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Features" href="features.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>FitTrackee 0.7.25 documentation</title>
 | 
					        <title>FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="#"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="#"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -313,7 +313,7 @@ Map</a>.</div>
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Command line interface" href="cli.html" /><link rel="prev" title="OAuth 2.0" href="oauth.html" />
 | 
					<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Command line interface" href="cli.html" /><link rel="prev" title="OAuth 2.0" href="oauth.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Installation - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>Installation - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -276,7 +276,7 @@
 | 
				
			|||||||
<li><p>SMTP provider (if email sending is enabled)</p></li>
 | 
					<li><p>SMTP provider (if email sending is enabled)</p></li>
 | 
				
			||||||
<li><p>API key from a <a class="reference external" href="installation.html#weather-data">weather data provider</a></p></li>
 | 
					<li><p>API key from a <a class="reference external" href="installation.html#weather-data">weather data provider</a></p></li>
 | 
				
			||||||
<li><p><a class="reference external" href="https://poetry.eustace.io">Poetry</a> (for installation from sources only)</p></li>
 | 
					<li><p><a class="reference external" href="https://poetry.eustace.io">Poetry</a> (for installation from sources only)</p></li>
 | 
				
			||||||
<li><p><a class="reference external" href="https://nodejs.org">Node</a> 16+ and <a class="reference external" href="https://yarnpkg.com">Yarn</a> (for development only)</p></li>
 | 
					<li><p><a class="reference external" href="https://nodejs.org">Node</a> 18+ and <a class="reference external" href="https://yarnpkg.com">Yarn</a> (for development only)</p></li>
 | 
				
			||||||
<li><p>Docker and Docker Compose (for development or evaluation purposes)</p></li>
 | 
					<li><p>Docker and Docker Compose (for development or evaluation purposes)</p></li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
</dd>
 | 
					</dd>
 | 
				
			||||||
@@ -608,9 +608,11 @@ see <a class="reference external" href="https://docs.sqlalchemy.org/en/13/core/p
 | 
				
			|||||||
</dd></dl>
 | 
					</dd></dl>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<dl class="std envvar">
 | 
					<dl class="std envvar">
 | 
				
			||||||
<dt class="sig sig-object std" id="envvar-VUE_APP_API_URL">
 | 
					<dt class="sig sig-object std" id="envvar-VITE_APP_API_URL">
 | 
				
			||||||
<span class="sig-name descname"><span class="pre">VUE_APP_API_URL</span></span><a class="headerlink" href="#envvar-VUE_APP_API_URL" title="Permalink to this definition">#</a></dt>
 | 
					<span class="sig-name descname"><span class="pre">VITE_APP_API_URL</span></span><a class="headerlink" href="#envvar-VITE_APP_API_URL" title="Permalink to this definition">#</a></dt>
 | 
				
			||||||
<dd><p><strong>FitTrackee</strong> API URL, only needed in dev environment.</p>
 | 
					<dd><div class="versionchanged">
 | 
				
			||||||
 | 
					<p><span class="versionmodified changed">Changed in version 0.7.26: </span>⚠️ replaces <code class="docutils literal notranslate"><span class="pre">VUE_APP_API_URL</span></code></p>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
</dd></dl>
 | 
					</dd></dl>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<section id="emails">
 | 
					<section id="emails">
 | 
				
			||||||
@@ -907,11 +909,11 @@ $<span class="w"> </span>make<span class="w"> </span>install-db
 | 
				
			|||||||
</div>
 | 
					</div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
<ul class="simple">
 | 
					<ul class="simple">
 | 
				
			||||||
<li><p>Download the last release (for now, it is the release v0.7.25):</p></li>
 | 
					<li><p>Download the last release (for now, it is the release v0.7.26):</p></li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.25.tar.gz
 | 
					<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.26.tar.gz
 | 
				
			||||||
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.25.tar.gz
 | 
					$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.26.tar.gz
 | 
				
			||||||
$<span class="w"> </span>mv<span class="w"> </span>FitTrackee-0.7.25<span class="w"> </span>FitTrackee
 | 
					$<span class="w"> </span>mv<span class="w"> </span>FitTrackee-0.7.26<span class="w"> </span>FitTrackee
 | 
				
			||||||
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
 | 
					$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
 | 
				
			||||||
</pre></div>
 | 
					</pre></div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
@@ -1035,11 +1037,11 @@ $<span class="w"> </span><span class="nb">source</span><span class="w"> </span>.
 | 
				
			|||||||
<ul class="simple">
 | 
					<ul class="simple">
 | 
				
			||||||
<li><p>Stop the application</p></li>
 | 
					<li><p>Stop the application</p></li>
 | 
				
			||||||
<li><p>Change to the directory where FitTrackee directory is located</p></li>
 | 
					<li><p>Change to the directory where FitTrackee directory is located</p></li>
 | 
				
			||||||
<li><p>Download the last release (for now, it is the release v0.7.25) and overwrite existing files:</p></li>
 | 
					<li><p>Download the last release (for now, it is the release v0.7.26) and overwrite existing files:</p></li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.25.tar.gz
 | 
					<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.26.tar.gz
 | 
				
			||||||
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.25.tar.gz
 | 
					$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.26.tar.gz
 | 
				
			||||||
$<span class="w"> </span>cp<span class="w"> </span>-R<span class="w"> </span>FitTrackee-0.7.25/*<span class="w"> </span>FitTrackee/
 | 
					$<span class="w"> </span>cp<span class="w"> </span>-R<span class="w"> </span>FitTrackee-0.7.26/*<span class="w"> </span>FitTrackee/
 | 
				
			||||||
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
 | 
					$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
 | 
				
			||||||
</pre></div>
 | 
					</pre></div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
@@ -1205,7 +1207,7 @@ server {
 | 
				
			|||||||
<div class="versionadded">
 | 
					<div class="versionadded">
 | 
				
			||||||
<p><span class="versionmodified added">New in version 0.4.4.</span></p>
 | 
					<p><span class="versionmodified added">New in version 0.4.4.</span></p>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
<p>For evaluation purposes, docker files are available, installing <strong>FitTrackee</strong> from <strong>sources</strong>.</p>
 | 
					<p>For <strong>evaluation</strong> purposes, docker files are available, installing <strong>FitTrackee</strong> from <strong>sources</strong>.</p>
 | 
				
			||||||
<ul class="simple">
 | 
					<ul class="simple">
 | 
				
			||||||
<li><p>To install <strong>FitTrackee</strong>:</p></li>
 | 
					<li><p>To install <strong>FitTrackee</strong>:</p></li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
@@ -1279,7 +1281,7 @@ $<span class="w"> </span>make<span class="w"> </span>docker-build
 | 
				
			|||||||
<ul class="simple">
 | 
					<ul class="simple">
 | 
				
			||||||
<li><p>to run lint or tests:</p></li>
 | 
					<li><p>to run lint or tests:</p></li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>make<span class="w"> </span>docker-lint-client<span class="w">  </span><span class="c1"># run lint on javascript files</span>
 | 
					<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>make<span class="w"> </span>docker-lint-client<span class="w">  </span><span class="c1"># run type check and lint on javascript files</span>
 | 
				
			||||||
$<span class="w"> </span>make<span class="w"> </span>docker-test-client<span class="w">  </span><span class="c1"># run unit tests on Client</span>
 | 
					$<span class="w"> </span>make<span class="w"> </span>docker-test-client<span class="w">  </span><span class="c1"># run unit tests on Client</span>
 | 
				
			||||||
$<span class="w"> </span>make<span class="w"> </span>docker-lint-python<span class="w">  </span><span class="c1"># run type check and lint on python files</span>
 | 
					$<span class="w"> </span>make<span class="w"> </span>docker-lint-python<span class="w">  </span><span class="c1"># run type check and lint on python files</span>
 | 
				
			||||||
$<span class="w"> </span>make<span class="w"> </span>docker-test-python<span class="w">  </span><span class="c1"># run unit tests on API</span>
 | 
					$<span class="w"> </span>make<span class="w"> </span>docker-test-python<span class="w">  </span><span class="c1"># run unit tests on API</span>
 | 
				
			||||||
@@ -1397,7 +1399,7 @@ $<span class="w"> </span>make<span class="w"> </span>docker-test-python<span cla
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Installation" href="installation.html" /><link rel="prev" title="Features" href="features.html" />
 | 
					<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Installation" href="installation.html" /><link rel="prev" title="Features" href="features.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>OAuth 2.0 - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>OAuth 2.0 - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -414,7 +414,7 @@ It is recommended to use PKCE to provide a better security.</p>
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
    <meta name="viewport" content="width=device-width,initial-scale=1"/>
 | 
					    <meta name="viewport" content="width=device-width,initial-scale=1"/>
 | 
				
			||||||
    <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="#" />
 | 
					    <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="#" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 --><title>Search - FitTrackee 0.7.25
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 --><title>Search - FitTrackee 0.7.26
 | 
				
			||||||
 documentation</title><link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					 documentation</title><link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -124,7 +124,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -151,7 +151,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="#" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="#" role="search">
 | 
				
			||||||
@@ -273,7 +273,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="API documentation" href="api/index.html" /><link rel="prev" title="Command line interface" href="cli.html" />
 | 
					<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="API documentation" href="api/index.html" /><link rel="prev" title="Command line interface" href="cli.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Third-party tools - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>Third-party tools - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -291,7 +291,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Change log" href="../changelog.html" /><link rel="prev" title="Troubleshooting" href="index.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Change log" href="../changelog.html" /><link rel="prev" title="Troubleshooting" href="index.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Administrator - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>Administrator - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -337,7 +337,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Administrator" href="administrator.html" /><link rel="prev" title="Workouts" href="../api/workouts.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Administrator" href="administrator.html" /><link rel="prev" title="Workouts" href="../api/workouts.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Troubleshooting - FitTrackee 0.7.25 documentation</title>
 | 
					        <title>Troubleshooting - FitTrackee 0.7.26 documentation</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</div></a>
 | 
					 documentation</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">FitTrackee 0.7.26
 | 
				
			||||||
 documentation</span>
 | 
					 documentation</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -296,7 +296,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=59120b6a"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=6eea8100"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# Sphinx build info version 1
 | 
					# Sphinx build info version 1
 | 
				
			||||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
 | 
					# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
 | 
				
			||||||
config: f523dbbb4ef14b2801b8dae0abedac33
 | 
					config: cd47b3156cb9f5876640848d29c6a775
 | 
				
			||||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
 | 
					tags: 645f666f9bcd5a90fca523b33c5a78b7
 | 
				
			||||||
 
 | 
				
			|||||||
| 
		 Before Width: | Height: | Size: 573 KiB After Width: | Height: | Size: 572 KiB  | 
| 
		 Before Width: | Height: | Size: 389 KiB After Width: | Height: | Size: 419 KiB  | 
| 
		 Before Width: | Height: | Size: 225 KiB After Width: | Height: | Size: 225 KiB  | 
| 
		 Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB  | 
| 
		 Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB  | 
| 
		 Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 142 KiB  | 
| 
		 Before Width: | Height: | Size: 145 KiB After Width: | Height: | Size: 145 KiB  | 
| 
		 Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 92 KiB  | 
@@ -1,5 +1,40 @@
 | 
				
			|||||||
# Change log
 | 
					# Change log
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Version 0.7.26 (2023/11/19)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Bugs Fixed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* [#224](https://github.com/SamR1/FitTrackee/issues/224) - Missing elevation results in incorrect ascent/descent total
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Translations
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* [PR#444](https://github.com/SamR1/FitTrackee/pull/444) - Translations update (Norwegian Bokmål)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Misc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					In addition to dependencies update:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* [PR#449](https://github.com/SamR1/FitTrackee/pull/449) - Update vue, tooling and chart library
 | 
				
			||||||
 | 
					* [PR#450](https://github.com/SamR1/FitTrackee/pull/450) - Update gpxpy to 1.6.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Translation status:
 | 
				
			||||||
 | 
					- Dutch: 100%
 | 
				
			||||||
 | 
					- English: 100%
 | 
				
			||||||
 | 
					- French: 100%
 | 
				
			||||||
 | 
					- Galician: 100%
 | 
				
			||||||
 | 
					- German: 100%
 | 
				
			||||||
 | 
					- Italian: 85%
 | 
				
			||||||
 | 
					- Norwegian Bokmål: 61%
 | 
				
			||||||
 | 
					- Polish: 100%
 | 
				
			||||||
 | 
					- Spanish: 100%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Thanks to the contributors:
 | 
				
			||||||
 | 
					- @comradekingu
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Version 0.7.25 (2023/10/08)
 | 
					## Version 0.7.25 (2023/10/08)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Bugs Fixed
 | 
					### Bugs Fixed
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -29,7 +29,7 @@ Prerequisites
 | 
				
			|||||||
    - SMTP provider (if email sending is enabled)
 | 
					    - SMTP provider (if email sending is enabled)
 | 
				
			||||||
    - API key from a `weather data provider <installation.html#weather-data>`__
 | 
					    - API key from a `weather data provider <installation.html#weather-data>`__
 | 
				
			||||||
    - `Poetry <https://poetry.eustace.io>`__ (for installation from sources only)
 | 
					    - `Poetry <https://poetry.eustace.io>`__ (for installation from sources only)
 | 
				
			||||||
    - `Node <https://nodejs.org>`__ 16+ and `Yarn <https://yarnpkg.com>`__ (for development only)
 | 
					    - `Node <https://nodejs.org>`__ 18+ and `Yarn <https://yarnpkg.com>`__ (for development only)
 | 
				
			||||||
    -  Docker and Docker Compose (for development or evaluation purposes)
 | 
					    -  Docker and Docker Compose (for development or evaluation purposes)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. note::
 | 
					.. note::
 | 
				
			||||||
@@ -245,9 +245,9 @@ deployment method.
 | 
				
			|||||||
    Provider for weather data (not mandatory), see `Weather data <installation.html#weather-data>`__.
 | 
					    Provider for weather data (not mandatory), see `Weather data <installation.html#weather-data>`__.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. envvar:: VUE_APP_API_URL
 | 
					.. envvar:: VITE_APP_API_URL
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    **FitTrackee** API URL, only needed in dev environment.
 | 
					    .. versionchanged:: 0.7.26 ⚠️ replaces ``VUE_APP_API_URL``
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -518,13 +518,13 @@ Production environment
 | 
				
			|||||||
.. warning::
 | 
					.. warning::
 | 
				
			||||||
    | Note that FitTrackee is under heavy development, some features may be unstable.
 | 
					    | Note that FitTrackee is under heavy development, some features may be unstable.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-  Download the last release (for now, it is the release v0.7.25):
 | 
					-  Download the last release (for now, it is the release v0.7.26):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. code:: bash
 | 
					.. code:: bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   $ wget https://github.com/SamR1/FitTrackee/archive/v0.7.25.tar.gz
 | 
					   $ wget https://github.com/SamR1/FitTrackee/archive/v0.7.26.tar.gz
 | 
				
			||||||
   $ tar -xzf v0.7.25.tar.gz
 | 
					   $ tar -xzf v0.7.26.tar.gz
 | 
				
			||||||
   $ mv FitTrackee-0.7.25 FitTrackee
 | 
					   $ mv FitTrackee-0.7.26 FitTrackee
 | 
				
			||||||
   $ cd FitTrackee
 | 
					   $ cd FitTrackee
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-  Create **.env** from example and update it
 | 
					-  Create **.env** from example and update it
 | 
				
			||||||
@@ -648,13 +648,13 @@ Prod environment
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- Change to the directory where FitTrackee directory is located
 | 
					- Change to the directory where FitTrackee directory is located
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Download the last release (for now, it is the release v0.7.25) and overwrite existing files:
 | 
					- Download the last release (for now, it is the release v0.7.26) and overwrite existing files:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. code:: bash
 | 
					.. code:: bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   $ wget https://github.com/SamR1/FitTrackee/archive/v0.7.25.tar.gz
 | 
					   $ wget https://github.com/SamR1/FitTrackee/archive/v0.7.26.tar.gz
 | 
				
			||||||
   $ tar -xzf v0.7.25.tar.gz
 | 
					   $ tar -xzf v0.7.26.tar.gz
 | 
				
			||||||
   $ cp -R FitTrackee-0.7.25/* FitTrackee/
 | 
					   $ cp -R FitTrackee-0.7.26/* FitTrackee/
 | 
				
			||||||
   $ cd FitTrackee
 | 
					   $ cd FitTrackee
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
 | 
					- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
 | 
				
			||||||
@@ -818,7 +818,7 @@ Installation
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.. versionadded:: 0.4.4
 | 
					.. versionadded:: 0.4.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
For evaluation purposes, docker files are available, installing **FitTrackee** from **sources**.
 | 
					For **evaluation** purposes, docker files are available, installing **FitTrackee** from **sources**.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- To install **FitTrackee**:
 | 
					- To install **FitTrackee**:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -894,7 +894,7 @@ Open http://localhost:3000
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.. code-block:: bash
 | 
					.. code-block:: bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $ make docker-lint-client  # run lint on javascript files
 | 
					    $ make docker-lint-client  # run type check and lint on javascript files
 | 
				
			||||||
    $ make docker-test-client  # run unit tests on Client
 | 
					    $ make docker-test-client  # run unit tests on Client
 | 
				
			||||||
    $ make docker-lint-python  # run type check and lint on python files
 | 
					    $ make docker-lint-python  # run type check and lint on python files
 | 
				
			||||||
    $ make docker-test-python  # run unit tests on API
 | 
					    $ make docker-test-python  # run unit tests on API
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
var DOCUMENTATION_OPTIONS = {
 | 
					var DOCUMENTATION_OPTIONS = {
 | 
				
			||||||
    URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
 | 
					    URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
 | 
				
			||||||
    VERSION: '0.7.25',
 | 
					    VERSION: '0.7.26',
 | 
				
			||||||
    LANGUAGE: 'fr',
 | 
					    LANGUAGE: 'fr',
 | 
				
			||||||
    COLLAPSE_INDEX: false,
 | 
					    COLLAPSE_INDEX: false,
 | 
				
			||||||
    BUILDER: 'html',
 | 
					    BUILDER: 'html',
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Configuration" href="configuration.html" /><link rel="prev" title="Documentation de l’API" href="index.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Configuration" href="configuration.html" /><link rel="prev" title="Documentation de l’API" href="index.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Authentification et compte - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Authentification et compte - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -1583,7 +1583,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="OAuth2" href="oauth2.html" /><link rel="prev" title="Authentification et compte" href="auth.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="OAuth2" href="oauth2.html" /><link rel="prev" title="Authentification et compte" href="auth.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Configuration - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Configuration - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -257,7 +257,7 @@
 | 
				
			|||||||
<span class="w">    </span><span class="nt">"map_attribution"</span><span class="p">:</span><span class="w"> </span><span class="s2">"&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors"</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"map_attribution"</span><span class="p">:</span><span class="w"> </span><span class="s2">"&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors"</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"privacy_policy"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"privacy_policy"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"privacy_policy_date"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"privacy_policy_date"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"version"</span><span class="p">:</span><span class="w"> </span><span class="s2">"0.7.25"</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"version"</span><span class="p">:</span><span class="w"> </span><span class="s2">"0.7.26"</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"weather_provider"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span>
 | 
					<span class="w">    </span><span class="nt">"weather_provider"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span>
 | 
				
			||||||
<span class="w">  </span><span class="p">},</span>
 | 
					<span class="w">  </span><span class="p">},</span>
 | 
				
			||||||
<span class="w">  </span><span class="nt">"status"</span><span class="p">:</span><span class="w"> </span><span class="s2">"success"</span>
 | 
					<span class="w">  </span><span class="nt">"status"</span><span class="p">:</span><span class="w"> </span><span class="s2">"success"</span>
 | 
				
			||||||
@@ -302,7 +302,7 @@
 | 
				
			|||||||
<span class="w">    </span><span class="nt">"map_attribution"</span><span class="p">:</span><span class="w"> </span><span class="s2">"&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors"</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"map_attribution"</span><span class="p">:</span><span class="w"> </span><span class="s2">"&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors"</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"privacy_policy"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"privacy_policy"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"privacy_policy_date"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"privacy_policy_date"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"version"</span><span class="p">:</span><span class="w"> </span><span class="s2">"0.7.25"</span><span class="p">,</span>
 | 
					<span class="w">    </span><span class="nt">"version"</span><span class="p">:</span><span class="w"> </span><span class="s2">"0.7.26"</span><span class="p">,</span>
 | 
				
			||||||
<span class="w">    </span><span class="nt">"weather_provider"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span>
 | 
					<span class="w">    </span><span class="nt">"weather_provider"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span>
 | 
				
			||||||
<span class="w">  </span><span class="p">},</span>
 | 
					<span class="w">  </span><span class="p">},</span>
 | 
				
			||||||
<span class="w">  </span><span class="nt">"status"</span><span class="p">:</span><span class="w"> </span><span class="s2">"success"</span>
 | 
					<span class="w">  </span><span class="nt">"status"</span><span class="p">:</span><span class="w"> </span><span class="s2">"success"</span>
 | 
				
			||||||
@@ -428,7 +428,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Authentification et compte" href="auth.html" /><link rel="prev" title="Outils tiers" href="../third_party_tools.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Authentification et compte" href="auth.html" /><link rel="prev" title="Outils tiers" href="../third_party_tools.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Documentation de l’API - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Documentation de l’API - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -299,7 +299,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Records" href="records.html" /><link rel="prev" title="Configuration" href="configuration.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Records" href="records.html" /><link rel="prev" title="Configuration" href="configuration.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>OAuth2 - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>OAuth2 - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -804,7 +804,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Sports" href="sports.html" /><link rel="prev" title="OAuth2" href="oauth2.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Sports" href="sports.html" /><link rel="prev" title="OAuth2" href="oauth2.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Records - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Records - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -401,7 +401,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Statistiques" href="stats.html" /><link rel="prev" title="Records" href="records.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Statistiques" href="stats.html" /><link rel="prev" title="Records" href="records.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Sports - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Sports - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -631,7 +631,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Utilisateurs" href="users.html" /><link rel="prev" title="Sports" href="sports.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Utilisateurs" href="users.html" /><link rel="prev" title="Sports" href="sports.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Statistiques - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Statistiques - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -548,7 +548,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Séances" href="workouts.html" /><link rel="prev" title="Statistiques" href="stats.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Séances" href="workouts.html" /><link rel="prev" title="Statistiques" href="stats.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Utilisateurs - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Utilisateurs - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -790,7 +790,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Dépannage" href="../troubleshooting/index.html" /><link rel="prev" title="Utilisateurs" href="users.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Dépannage" href="../troubleshooting/index.html" /><link rel="prev" title="Utilisateurs" href="users.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Séances - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Séances - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -1316,7 +1316,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="search.html" /><link rel="next" title="Outils tiers" href="third_party_tools.html" /><link rel="prev" title="Installation" href="installation.html" />
 | 
					<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="search.html" /><link rel="next" title="Outils tiers" href="third_party_tools.html" /><link rel="prev" title="Installation" href="installation.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Interface de ligne de commande - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Interface de ligne de commande - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -543,7 +543,7 @@ Commands:
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="search.html" /><link rel="next" title="OAuth 2.0" href="oauth.html" /><link rel="prev" title="FitTrackee" href="index.html" />
 | 
					<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="search.html" /><link rel="next" title="OAuth 2.0" href="oauth.html" /><link rel="prev" title="FitTrackee" href="index.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Fonctionnalités - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Fonctionnalités - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -642,7 +642,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
    <meta name="viewport" content="width=device-width,initial-scale=1"/>
 | 
					    <meta name="viewport" content="width=device-width,initial-scale=1"/>
 | 
				
			||||||
    <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Recherche" href="search.html" />
 | 
					    <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Recherche" href="search.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 --><title>Index - Documentation FitTrackee 0.7.25</title>
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 --><title>Index - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -124,7 +124,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -151,7 +151,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -277,7 +277,7 @@
 | 
				
			|||||||
</li>
 | 
					</li>
 | 
				
			||||||
          <li><a href="installation.html#envvar-UPLOAD_FOLDER">UPLOAD_FOLDER</a>
 | 
					          <li><a href="installation.html#envvar-UPLOAD_FOLDER">UPLOAD_FOLDER</a>
 | 
				
			||||||
</li>
 | 
					</li>
 | 
				
			||||||
          <li><a href="installation.html#envvar-VUE_APP_API_URL">VUE_APP_API_URL</a>
 | 
					          <li><a href="installation.html#envvar-VITE_APP_API_URL">VITE_APP_API_URL</a>
 | 
				
			||||||
</li>
 | 
					</li>
 | 
				
			||||||
          <li><a href="installation.html#envvar-WEATHER_API_KEY">WEATHER_API_KEY</a>
 | 
					          <li><a href="installation.html#envvar-WEATHER_API_KEY">WEATHER_API_KEY</a>
 | 
				
			||||||
</li>
 | 
					</li>
 | 
				
			||||||
@@ -326,7 +326,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
    <meta name="viewport" content="width=device-width,initial-scale=1"/>
 | 
					    <meta name="viewport" content="width=device-width,initial-scale=1"/>
 | 
				
			||||||
    <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="search.html" />
 | 
					    <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="search.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 --><title>Table de routage HTTP - Documentation FitTrackee 0.7.25</title>
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 --><title>Table de routage HTTP - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -124,7 +124,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -151,7 +151,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -617,7 +617,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="search.html" /><link rel="next" title="Fonctionnalités" href="features.html" />
 | 
					<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="search.html" /><link rel="next" title="Fonctionnalités" href="features.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="#"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="#"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -310,7 +310,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="search.html" /><link rel="next" title="Interface de ligne de commande" href="cli.html" /><link rel="prev" title="OAuth 2.0" href="oauth.html" />
 | 
					<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="search.html" /><link rel="next" title="Interface de ligne de commande" href="cli.html" /><link rel="prev" title="OAuth 2.0" href="oauth.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Installation - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Installation - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -276,7 +276,7 @@
 | 
				
			|||||||
<li><p>Fournisseur SMTP (si l’envoi des courriels est activé)</p></li>
 | 
					<li><p>Fournisseur SMTP (si l’envoi des courriels est activé)</p></li>
 | 
				
			||||||
<li><p>Clé d’API d’un <a class="reference external" href="installation.html#weather-data">fournisseur de données météo</a></p></li>
 | 
					<li><p>Clé d’API d’un <a class="reference external" href="installation.html#weather-data">fournisseur de données météo</a></p></li>
 | 
				
			||||||
<li><p><a class="reference external" href="https://poetry.eustace.io">Poetry</a> (pour l’installation à partir des sources uniquement)</p></li>
 | 
					<li><p><a class="reference external" href="https://poetry.eustace.io">Poetry</a> (pour l’installation à partir des sources uniquement)</p></li>
 | 
				
			||||||
<li><p><a class="reference external" href="https://nodejs.org">Node</a> 16+ et <a class="reference external" href="https://yarnpkg.com">Yarn</a> (pour le développement uniquement)</p></li>
 | 
					<li><p><a class="reference external" href="https://nodejs.org">Node</a> 18+ et <a class="reference external" href="https://yarnpkg.com">Yarn</a> (pour le développement uniquement)</p></li>
 | 
				
			||||||
<li><p>Docker et Docker Compose (pour le développement ou l’évaluation de l’application)</p></li>
 | 
					<li><p>Docker et Docker Compose (pour le développement ou l’évaluation de l’application)</p></li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
</dd>
 | 
					</dd>
 | 
				
			||||||
@@ -601,9 +601,11 @@
 | 
				
			|||||||
</dd></dl>
 | 
					</dd></dl>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<dl class="std envvar">
 | 
					<dl class="std envvar">
 | 
				
			||||||
<dt class="sig sig-object std" id="envvar-VUE_APP_API_URL">
 | 
					<dt class="sig sig-object std" id="envvar-VITE_APP_API_URL">
 | 
				
			||||||
<span class="sig-name descname"><span class="pre">VUE_APP_API_URL</span></span><a class="headerlink" href="#envvar-VUE_APP_API_URL" title="Lien permanent vers cette définition">#</a></dt>
 | 
					<span class="sig-name descname"><span class="pre">VITE_APP_API_URL</span></span><a class="headerlink" href="#envvar-VITE_APP_API_URL" title="Lien permanent vers cette définition">#</a></dt>
 | 
				
			||||||
<dd><p>URL de l’API <strong>FitTrackee</strong>, uniquement pour les environnements de développement.</p>
 | 
					<dd><div class="versionchanged">
 | 
				
			||||||
 | 
					<p><span class="versionmodified changed">Modifié dans la version 0.7.26: </span>⚠️ remplace <code class="docutils literal notranslate"><span class="pre">VUE_APP_API_URL</span></code></p>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
</dd></dl>
 | 
					</dd></dl>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<section id="emails">
 | 
					<section id="emails">
 | 
				
			||||||
@@ -896,11 +898,11 @@ $<span class="w"> </span>make<span class="w"> </span>install-db
 | 
				
			|||||||
</div>
 | 
					</div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
<ul class="simple">
 | 
					<ul class="simple">
 | 
				
			||||||
<li><p>Télécharger la dernière version (à ce jour, la version v0.7.25) :</p></li>
 | 
					<li><p>Télécharger la dernière version (à ce jour, la version v0.7.26) :</p></li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.25.tar.gz
 | 
					<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.26.tar.gz
 | 
				
			||||||
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.25.tar.gz
 | 
					$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.26.tar.gz
 | 
				
			||||||
$<span class="w"> </span>mv<span class="w"> </span>FitTrackee-0.7.25<span class="w"> </span>FitTrackee
 | 
					$<span class="w"> </span>mv<span class="w"> </span>FitTrackee-0.7.26<span class="w"> </span>FitTrackee
 | 
				
			||||||
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
 | 
					$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
 | 
				
			||||||
</pre></div>
 | 
					</pre></div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
@@ -1022,11 +1024,11 @@ $<span class="w"> </span><span class="nb">source</span><span class="w"> </span>.
 | 
				
			|||||||
<ul class="simple">
 | 
					<ul class="simple">
 | 
				
			||||||
<li><p>Arrêter l’application</p></li>
 | 
					<li><p>Arrêter l’application</p></li>
 | 
				
			||||||
<li><p>Changer pour le répertoire dans lequel FitTrackee est localisé</p></li>
 | 
					<li><p>Changer pour le répertoire dans lequel FitTrackee est localisé</p></li>
 | 
				
			||||||
<li><p>Télécharger la dernière version (à ce jour, la version v0.7.25) et écraser les fichiers existants :</p></li>
 | 
					<li><p>Télécharger la dernière version (à ce jour, la version v0.7.26) et écraser les fichiers existants :</p></li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.25.tar.gz
 | 
					<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.26.tar.gz
 | 
				
			||||||
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.25.tar.gz
 | 
					$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.26.tar.gz
 | 
				
			||||||
$<span class="w"> </span>cp<span class="w"> </span>-R<span class="w"> </span>FitTrackee-0.7.25/*<span class="w"> </span>FitTrackee/
 | 
					$<span class="w"> </span>cp<span class="w"> </span>-R<span class="w"> </span>FitTrackee-0.7.26/*<span class="w"> </span>FitTrackee/
 | 
				
			||||||
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
 | 
					$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
 | 
				
			||||||
</pre></div>
 | 
					</pre></div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
@@ -1190,7 +1192,7 @@ server {
 | 
				
			|||||||
<div class="versionadded">
 | 
					<div class="versionadded">
 | 
				
			||||||
<p><span class="versionmodified added">Nouveau dans la version 0.4.4.</span></p>
 | 
					<p><span class="versionmodified added">Nouveau dans la version 0.4.4.</span></p>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
<p>A des fins d’évaluation, des fichiers Docker sont disponible, installant <strong>FitTrackee</strong> à partir des <strong>sources</strong>.</p>
 | 
					<p>A des fins d”<strong>évaluation</strong>, des fichiers Docker sont disponible, installant <strong>FitTrackee</strong> à partir des <strong>sources</strong>.</p>
 | 
				
			||||||
<ul class="simple">
 | 
					<ul class="simple">
 | 
				
			||||||
<li><p>Pour installer <strong>FitTrackee</strong> :</p></li>
 | 
					<li><p>Pour installer <strong>FitTrackee</strong> :</p></li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
@@ -1264,7 +1266,7 @@ $<span class="w"> </span>make<span class="w"> </span>docker-build
 | 
				
			|||||||
<ul class="simple">
 | 
					<ul class="simple">
 | 
				
			||||||
<li><p>pour lancer le <em>lint</em> et les tests :</p></li>
 | 
					<li><p>pour lancer le <em>lint</em> et les tests :</p></li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>make<span class="w"> </span>docker-lint-client<span class="w">  </span><span class="c1"># run lint on javascript files</span>
 | 
					<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>make<span class="w"> </span>docker-lint-client<span class="w">  </span><span class="c1"># run type check and lint on javascript files</span>
 | 
				
			||||||
$<span class="w"> </span>make<span class="w"> </span>docker-test-client<span class="w">  </span><span class="c1"># run unit tests on Client</span>
 | 
					$<span class="w"> </span>make<span class="w"> </span>docker-test-client<span class="w">  </span><span class="c1"># run unit tests on Client</span>
 | 
				
			||||||
$<span class="w"> </span>make<span class="w"> </span>docker-lint-python<span class="w">  </span><span class="c1"># run type check and lint on python files</span>
 | 
					$<span class="w"> </span>make<span class="w"> </span>docker-lint-python<span class="w">  </span><span class="c1"># run type check and lint on python files</span>
 | 
				
			||||||
$<span class="w"> </span>make<span class="w"> </span>docker-test-python<span class="w">  </span><span class="c1"># run unit tests on API</span>
 | 
					$<span class="w"> </span>make<span class="w"> </span>docker-test-python<span class="w">  </span><span class="c1"># run unit tests on API</span>
 | 
				
			||||||
@@ -1382,7 +1384,7 @@ $<span class="w"> </span>make<span class="w"> </span>docker-test-python<span cla
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="search.html" /><link rel="next" title="Installation" href="installation.html" /><link rel="prev" title="Fonctionnalités" href="features.html" />
 | 
					<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="search.html" /><link rel="next" title="Installation" href="installation.html" /><link rel="prev" title="Fonctionnalités" href="features.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>OAuth 2.0 - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>OAuth 2.0 - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -405,7 +405,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
    <meta name="viewport" content="width=device-width,initial-scale=1"/>
 | 
					    <meta name="viewport" content="width=device-width,initial-scale=1"/>
 | 
				
			||||||
    <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="#" />
 | 
					    <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="#" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 --><title>Recherche - Documentation FitTrackee 0.7.25
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 --><title>Recherche - Documentation FitTrackee 0.7.26
 | 
				
			||||||
</title><link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					</title><link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -124,7 +124,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -151,7 +151,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="#" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="#" role="search">
 | 
				
			||||||
@@ -273,7 +273,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="search.html" /><link rel="next" title="Documentation de l’API" href="api/index.html" /><link rel="prev" title="Interface de ligne de commande" href="cli.html" />
 | 
					<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Recherche" href="search.html" /><link rel="next" title="Documentation de l’API" href="api/index.html" /><link rel="prev" title="Interface de ligne de commande" href="cli.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Outils tiers - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Outils tiers - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
 | 
				
			||||||
@@ -291,7 +291,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Historique des modifications" href="../changelog.html" /><link rel="prev" title="Dépannage" href="index.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Historique des modifications" href="../changelog.html" /><link rel="prev" title="Dépannage" href="index.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Administrateur - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Administrateur - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -337,7 +337,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Administrateur" href="administrator.html" /><link rel="prev" title="Séances" href="../api/workouts.html" />
 | 
					<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Recherche" href="../search.html" /><link rel="next" title="Administrateur" href="administrator.html" /><link rel="prev" title="Séances" href="../api/workouts.html" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
					    <!-- Generated with Sphinx 7.1.2 and Furo 2023.09.10 -->
 | 
				
			||||||
        <title>Dépannage - Documentation FitTrackee 0.7.25</title>
 | 
					        <title>Dépannage - Documentation FitTrackee 0.7.26</title>
 | 
				
			||||||
      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
					      <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
 | 
				
			||||||
    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
					    <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
 | 
				
			||||||
@@ -126,7 +126,7 @@
 | 
				
			|||||||
      </label>
 | 
					      </label>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-center">
 | 
					    <div class="header-center">
 | 
				
			||||||
      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.25
 | 
					      <a href="../index.html"><div class="brand">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</div></a>
 | 
					</div></a>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="header-right">
 | 
					    <div class="header-right">
 | 
				
			||||||
@@ -153,7 +153,7 @@
 | 
				
			|||||||
    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
					    <img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.25
 | 
					  <span class="sidebar-brand-text">Documentation FitTrackee 0.7.26
 | 
				
			||||||
</span>
 | 
					</span>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
					</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
 | 
				
			||||||
@@ -296,7 +296,7 @@
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
    </aside>
 | 
					    </aside>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=d19ee768"></script>
 | 
					</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e6666d02"></script>
 | 
				
			||||||
    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
					    <script src="../_static/doctools.js?v=888ff710"></script>
 | 
				
			||||||
    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
					    <script src="../_static/sphinx_highlight.js?v=4825356b"></script>
 | 
				
			||||||
    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
					    <script src="../_static/scripts/furo.js?v=32e29ea5"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
| 
		 Before Width: | Height: | Size: 573 KiB After Width: | Height: | Size: 572 KiB  | 
| 
		 Before Width: | Height: | Size: 389 KiB After Width: | Height: | Size: 419 KiB  | 
| 
		 Before Width: | Height: | Size: 225 KiB After Width: | Height: | Size: 225 KiB  |