-
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
Navneeth create see teams management tab custom permission #556
Navneeth create see teams management tab custom permission #556
Conversation
…GNRest into navneeth-create-see-teams-management-tab-custom-permission
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,
Great Work. Left comments at frontend PR#1359.
Hi I'm trying to test your changes and having trouble creating an account with a Owner role. |
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 @navneeeth, I have tested the features implemented in this PR and everything seems to work fine. Detailed review in the FE PR #1359. Nice 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, great job. 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.
Hi! I just reviewed the PR, it works as expected. Great job! I can assign the permission, create/edit team, and delete successfully. Details in #1359
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, the PR LGTM, left detailed comment in FE 1359. Good job!
|
@lacnoskillz @RheaWu1212 Hi, you cannot create an Owner account. You need to contact Jae to upgrade one of your test accounts to an Owner account in order to test this PR. Thank you! |
…tab-custom-permission
Hi! I just reviewed the PR, it works as expected. I have left a comment in #1359 |
Hi! I reviewed the PR again after I had owner account and I have left a comment in FE. |
Hi! I just reviewed the PR, it works as expected. I have left a comment in FE PR |
Hey! I have left my comments on FE #1359 |
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.
Hey @navneeeth, I’m getting an error while trying to run this PR.
Hello, @shubhankarval! Thanks for your review. Since the code has not changed since the last set of reviewers successfully tested it, I believe that this is a caching issue. I just tried running the backend again with this PR and it works as expected: For the FE:Switch to the
For the BE:Switch to the
Please try again with the above steps and let me know. Thank you! |
will re-request since the changes are significant
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.
Comment and test video left in FE PR. 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,
Left my comments at frontend PR#1359. 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.
comment in FE, good 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.
Hey @navneeeth, great job! Left a comment on FE PR #1359
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 left a comment on the fe pr.
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 this PR and everything works as expected. Left a video of the testing on the frontend PR.
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 completed my review of the PR and everything functions as anticipated. I've provided feedback directly on the FE.
OneCommunityGlobal/HighestGoodNetworkApp#1359 (review)
Description
Related PRs:
This PR is linked to the FE PR #1359.
Main changes explained:
seeTeamsManagementTab
permissions.src/models/team.js
to allow team creation without a team code from the Teams page.How to test:
npm install
andnpm run build
andnpm run start
successively to run this PR locally