Skip to content

As a user and visitor, if a profile is private, I want the user data to be obscured. #4

Description

@theoliverlear

As a user and visitor, if a profile is private, I want the user data to be obscured.

  • Add isPublic boolean field to Profile.java.
  • Add a web interface where a user can change their privacy settings.
  • When fetching a profile, isPublic is checked and is styled accordingly.
  • Add mappings to the back-end that checks privacy settings first.
  • Private profile pictures will be heavily blurred to hide user-defining content.

Points: 7

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions