-
Notifications
You must be signed in to change notification settings - Fork 7
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
S23 user privacy setting #937
Conversation
…/gordon-360-api into s23-fac-privacy-option
Caused by await not being called on an async service Update logic to be less clunky
The [UserPrivacy_Settings], [UserPrivacy_Fields]. and [UserPrivacy_Visibility_Groups] tables, and the users' privacy data based on their previous privacy setting have been added to the production Database by @amos-cha. Thank you! |
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
There are build errors after the merge from develop. Please fix them. |
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.
One question that needs an answer, and a few smaller things that it's good to get at the same time if possible.
</member> | ||
</members> | ||
</doc> | ||
<?xml version="1.0"?> |
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.
I'm puzzled about why github is showing that every single line of this file has changed Many seem the same, but some are different. I can't find a commit that changes more than a small piece, and blame shows most lines haven't changed for weeks or months. Do you know why it thinks every single line of this file changed?
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.
Yeah this also confuses me. I don't know why GitHub thinks every line of code in this file has been changed.. Some new code was added, such as mail location and user privacy, but most of the code has not been changed.
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.
Thank you for doing this! It's looking good, and I'm eager to see it go live.
This reverts commit 1210ca0.
This reverts commit 8d8ab77.
…/gordon-360-api into s23-fac-privacy-option
This PR is closed due to the difficulty of solving the merging conflicts here. This is the new PR: #1042. |
Allow users to choose which phone numbers they would like to show in their profiles and some other privacy options.
Fixes gordon-cs/gordon-360-ui#1308
Fixes gordon-cs/gordon-360-ui#1897
UI: gordon-cs/gordon-360-ui#1931