-
Notifications
You must be signed in to change notification settings - Fork 14
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
Remove ID Numbers from Membership, Request, and Admin Routes #1533
Remove ID Numbers from Membership, Request, and Admin Routes #1533
Conversation
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.
This is looking really good so far! Just a couple of very minor things. Looking forward to once this is ready.
…thub.com/gordon-cs/gordon-360-ui into remove_membership_account_by_email_logic
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 had a few comments. Some of them are incidental to your changes, so feel free to disregard if you don't think they belong in the scope of this PR.
...vementProfile/components/Membership/components/MemberList/components/MemberListItem/index.js
Outdated
Show resolved
Hide resolved
...vementProfile/components/Membership/components/MemberList/components/MemberListItem/index.js
Outdated
Show resolved
Hide resolved
...vementProfile/components/Membership/components/MemberList/components/MemberListItem/index.js
Show resolved
Hide resolved
Co-authored-by: Evan Platzer <[email protected]>
…thub.com/gordon-cs/gordon-360-ui into remove_membership_account_by_email_logic
src/views/InvolvementProfile/components/Membership/components/AdminCard/index.js
Outdated
Show resolved
Hide resolved
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.
This looks good! Just one bug I noticed this time around.
src/views/InvolvementProfile/components/Membership/components/AdminCard/index.js
Outdated
Show resolved
Hide resolved
…thub.com/gordon-cs/gordon-360-ui into remove_membership_account_by_email_logic
src/views/InvolvementProfile/components/Membership/components/AdminCard/index.js
Outdated
Show resolved
Hide resolved
src/views/InvolvementProfile/components/Membership/components/AdminCard/index.js
Show resolved
Hide resolved
src/views/InvolvementProfile/components/Membership/components/AdminCard/index.js
Outdated
Show resolved
Hide resolved
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!
The Membership, Request, and Admin services have been using Gordon ID numbers in the post body when they pass information to the API. Gordon IDs should be protected from view so that other users cannot see them unless absolutely necessary.
This PR along with API #720 remove ID numbers from objects used in the UI and clean up some of the code surrounding the two resources.