Sam
Sam
(_request from the matrix room_) Allow users to bookmarks their workouts so they can easily find them again.
The API rate limit and workers (email, async upload...) rely on **Redis**. They are both disabled when the **Redis** URL is not configured. API Rate limit can be handled by...
**TODO**: - Add the ability to configure multiple tile servers on the API side - Allow users to choose one of the servers configured in the User Interface interface
Different steps for the rewrite, in order to improve performances and allow some next features implementation: - [x] Part 1 (https://github.com/SamR1/FitTrackee/issues/194, released in v0.10) - rewrite workout creation - add...
When some data is missing for a given type, the chart display is incorrect. In this example, only the first point includes the heart rate. The x-axis is incorrect:
Sometimes, a marker remains displayed on the map. This bug does not occur systematically and is associated with the following error in the browser console: ``` TypeError: right-hand side of...