-
Notifications
You must be signed in to change notification settings - Fork 30
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
Leo Add ability to create a team from the Add Team option of User Management #453
The head ref may contain hidden characters: "Leo-Add-ability-to-create-a-team-from-the-\u201CAdd-Team\u201D-option-of-User-Management"
Leo Add ability to create a team from the Add Team option of User Management #453
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.
Tested with PR#997, and it worked as expected! Great job!
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 frontend PR#997 and it worked as intended.
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.
Hello @Chuehleo there is some issue with the branch name as it has special characters. How to switch to this branch Leo-Add-ability-to-create-a-team-from-the-“Add-Team”-option-of-User-Management?
Hi @Chuehleo , I've tested this feature along with PR#997 and it works perfectly, as intended. But, I'd like to suggest that, please close the modal window once the 'confirm' button is pressed. |
Hello @mounica-dingari-by could you mention the branch name you used to test this PR? |
Hi @ramyaram2092 , for testing the backend, switch to this 'Leo-Add-ability-to-create-a-team-from-the-“Add-Team”-option-of-User-Management' branch and for frontend it's 'Leo_add_create_team_ability_to_add_team_popup'. |
I couldnt find this branch name @mounica-dingari-by |
@ramyaram2092 , please do git fetch first , so that you'll see all the latest branches and then you can switch to this "Leo-Add-ability-to-create-a-team-from-the-“Add-Team”-option-of-User-Management" branch |
Hi @Chuehleo I tested the PR with #997 as mentioned above and it works as intended, and I was able to create the team. As mentioned earlier, it would be nice if you close the add team window once the team is assigned as it will be much clear for the user to know that the team was assigned. new_recording_-_7_21_2023._1_24_08_am.Original.mp4 |
Tested on the back end again, and everything is fine. As I mentioned early, an error message like "This team isn't found, you need to create a team first." may be better. 253168100-a68e6667-225c-4948-974d-97a3f6c9b7e0.-.01.mp4 |
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.
It was an issue with vscode terminal. I was able to pull the branch successfully outside the ide
Thank you for your inputs @mounica-dingari-by
@Chuehleo the functionality works well. Uploaded the testing video in front end PR 997
Approving the PR on the same note
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 @Chuehleo
Great work ! The functionality is working as expected.
Screen.Recording.2023-07-15.at.12.37.13.AM.mov
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 @Chuehleo !
I tested the PR with #997 and it works as intended, and I was able to create the team.
Great work! 😃
Obs: When I tried to create a already existing team, It didn't created, but I received the message: "Team added successfully", I don't know if it would be good receive a message: "The team is already created" ?
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.
Good job. Left comments on #997
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.
Left comments on frontend. Works perfectly fine.
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.
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 have tested your PR, all the comment at PR# 997. 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.
Tested with PR 997. Left comment there. And it worked as expected! Great job!
My comment on 997: OneCommunityGlobal/HighestGoodNetworkApp#997 (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.
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.
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.
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.
Works well
Screencast.from.08-12-2023.08.52.17.PM.webm
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.
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 @Chuehleo , I've tested this PR with the updated frontend PR and they work well together.
Approval with comments left here: OneCommunityGlobal/HighestGoodNetworkApp#997 (review)
PR working as intended. Good job! |
Hi, |
Good work! works as intended. Comment in FE #997 |
Tested with FE #997, comments there. |
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.
Review left on FE PR # 997.
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 tested this PR with #997, and it works as intended. Great work!
Screen.Recording.2023-10-09.at.5.17.47.PM.mov
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 tested this PR, details in #997
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.
…-the-“Add-Team”-option-of-User-Management
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.
Hello, @Chuehleo! I tested this functionality and have commented the full review on the FE PR while addressing an issue. Good implementation!
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.
Approving after the recent fix on the FE. Great job!
Description
Related PRS (if any):
To test this backend PR you need to checkout the #997 frontend PR.
…
Main changes explained:
…
How to test:
Screenshots or videos of changes:
Note:
Include the information the reviewers need to know.