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 216 commits into
base: dev
Choose a base branch
from
Draft

Add social features [1st part] #360

wants to merge 216 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

    • on follow request, new comment on a workout, new reply on a comment, like on a workout or a comment
    • mark all notifications as read
    • new user for admins
  • improve users preferences display

  • markdown support in Comments and Notes
    Note: marked needs Node 18+

  • 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: update dark mode

  • TODO: update user export

  • TODO: default privacy policy update

  • TODO: update documentation

SamR1 added 30 commits April 13, 2023 17:49
report changes from original branch, w/o federation:
- privacy levels
- follow
- comments
- likes
- update comment endpoints (since comment should be readable after workout deletion)
- get parent comment when getting a reply
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.

None yet

1 participant