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
As a user and visitor, if a profile is private, I want the user data to be obscured.
Points: 7