Sam
Sam
🚧 First part - WIP 🚧 Users can report: - comments, - workouts, - users. On report creation, a notification is sent to all users with admin rights. Possible actions...
related to: https://github.com/SamR1/FitTrackee/issues/125, https://github.com/SamR1/FitTrackee/issues/296, https://github.com/SamR1/FitTrackee/issues/298, https://github.com/SamR1/FitTrackee/issues/299, https://github.com/SamR1/FitTrackee/issues/381, https://github.com/SamR1/FitTrackee/issues/382 🚧 WIP, some features may change 🚧 - [x] add visibility levels to workouts (=privacy levels) - [x] 3 levels: `private`, `followers_only`,...
The following command are deprecated since v0.6.5: - `fittrackee_set_admin` - `fittrackee_upgrade_db` - `fittrackee_worker` (disabled)
Python 3.8 [EOL](https://peps.python.org/pep-0569/#lifespan): approximately October 2024 The latest versions of some dependencies no longer support this version (for instance, version [7.2+](https://www.sphinx-doc.org/en/master/changes.html#release-7-2-0-released-aug-17-2023) of sphinx, used for documentation generation, requires Python 3.9+).
See statement on [vuejs/vuex repository](https://github.com/vuejs/vuex) > The official state management library for Vue has changed to [Pinia](https://pinia.vuejs.org/). Pinia has almost the exact same or enhanced API as Vuex 5, described...
Improvements and new features: - [ ] workouts - [ ] improve navigation between workouts (for now, a user can only navigate his own workouts with arrow buttons displayed on...
see https://docs.sqlalchemy.org/en/20/changelog/migration_20.html
_first draft_ In order to hide unwanted content, a user can block another user. Blocking users hides their workouts on timeline and comments. All notifications from blocked users are not...
display notifications on UI: - new follow request - new comment on a workout - new reply on a comment - like on a workout or a comment
Add ability to generate and share a track (gpx without time data) from an existing workout needs #194