Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add social features [1st part] #360

Draft
wants to merge 310 commits into
base: dev
Choose a base branch
from
Draft

Add social features [1st part] #360

wants to merge 310 commits into from

Conversation

SamR1
Copy link
Owner

@SamR1 SamR1 commented May 21, 2023

related to: #125, #296, #298, #299, #381, #382

🚧 WIP, some features may change 🚧

  • add visibility levels to workouts (=privacy levels)

    • 3 levels: private, followers_only, public
    • distinct visibility levels between workout data (title, date, distance...) and geolocation-related data (map, analysis) (note: workout notes are only visible to the workout owner)
    • by default, all data are private (default visiblities can be changed in user preferences)
  • timeline on dashboard displaying the workouts a user can see

  • a user can (un-)follow another user

    • by default, a follow request must be manually approved (default value can be changed in user preferences)
    • users directory
      • preference to hide user account. By default, user is hidden.
  • a user can comment a workout

    • 3 levels: private (only mentioned users can view comments), followers_only, public
    • a user can edit or delete his comment
    • mention suggestions autocomplete
  • a user can (un-)like a workout or a comment

  • notifications on UI

  • improve users preferences display

  • markdown support in Comments and Notes

  • a user can (un-)block another user

    • display blocked users list in user profile
  • [in progress 🔄]: moderation tools (see Moderation tools #382)

  • TODO: check equipments feature

    • Notes: equipment is only visible to its owner
  • TODO: check new description field (same visibility as workout) and updates on notes field

  • TODO: update dark mode

  • TODO: update user export

  • TODO: default privacy policy update

  • TODO: update documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant