-
Notifications
You must be signed in to change notification settings - Fork 0
[Users] Added privacy controls to user profiles #1540
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
base: dev
Are you sure you want to change the base?
Conversation
…iend invitations and appearance in user search.
davdma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Harriet! I appreciate these myriad of features. Having a settings page even if it's just limited to privacy controls for now can be super useful for future developers who want to flush it out even further.
…expected due to multiple remove-favorite-games slugs
jonathanbacon22
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you Harriet
| that don't need a profile on the website (e.g., API-only users) | ||
| """ | ||
|
|
||
| VISIBILITY_CHOICES = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great addition!
| @@ -0,0 +1,55 @@ | |||
| {% extends "base.html" %} | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great!
To address issue #1514
Model Updates:
Forms:
Views:
Template:
urls:
Added route for privacy settings page