-
Notifications
You must be signed in to change notification settings - Fork 28
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
yihan integrate team code into the Teams page #529
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.
LGTM. I left my comment on FE PR#1266.
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.
@AriaYu927 Great job. Comment is left in #1266
I left my comment on FE |
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.
Tested with FE PR#1266. Great work!
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.
Hi @AriaYu927 , I've tested the PR and it worked as intended with the frontend. Comment with video left here: OneCommunityGlobal/HighestGoodNetworkApp#1266 (review)
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.
Hi, I've tested the PR and it works as intended with the frontend #1266
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.
Hi,
Good Job. Left comments at frontend PR#1266
Hi, tested and commented on FE #1266 |
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.
No checks on the backend as to whether the user profile is an owner when trying to change the team code.
I'm able to change team codes to whatever I want to via postman despite using the auth token of an Admin user. From my understanding, only an Owner role should be able to do this .In addition, If the digits for the team code are explicitly stated to be 4 digits, you should have some sort of validation for that.
Would love to also see that sanitizing, validation, and escaping is performed on these inputs in the backend.
Hi, |
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.
Hi I just reviewed you PR, more details in Frontend #1266
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.
Hi @AriaYu927, I have reviewed this PR and it seems to work as intended. Detailed review on FE PR #1266. Great work!!!
Hi @KurtisIvey , this PR has been updated, please check when you get a chance. Thank you! |
Great job. Comment is left in #1266 |
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.
Description
This is the 3rd PR of "Create editable 4-letter team code option" task.
Related PRS (if any):
To test this backend PR you need to checkout the #1266 frontend PR.
Main changes explained:
How to test:
npm run build
andnpm start
to run this PR locally