Skip to content
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

ability to add members by searching for their names #2272

Merged
merged 7 commits into from
Aug 23, 2023

Conversation

dvirguttman
Copy link
Contributor

No description provided.

Signed-off-by: Dvir Guttman <dvir.guttman@verizonmedia.com>
ui/src/redux/thunks/user.js Outdated Show resolved Hide resolved
ui/src/components/member/AddMember.js Outdated Show resolved Hide resolved
Signed-off-by: Dvir Guttman <dvir.guttman@verizonmedia.com>
Copy link
Contributor

@chandrasekhar1996 chandrasekhar1996 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of making API calls for each keystroke, would it be better to store the userdata in redux layer and then return from there?
I think it will increase performance.

Dvir Guttman added 3 commits August 17, 2023 17:00
Signed-off-by: Dvir Guttman <dvir.guttman@verizonmedia.com>
Signed-off-by: Dvir Guttman <dvir.guttman@verizonmedia.com>
@@ -77,5 +81,26 @@ function refreshUserData(config, extServiceClient) {
});
}

async function readUsersFileFromDisk(fileName) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

couldn't find use of this function, should it be removed?

Copy link
Contributor Author

@dvirguttman dvirguttman Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it allows alternative way to load user file from disk, to be used by local development (for example vzm-ui)

Dvir Guttman added 2 commits August 21, 2023 09:15
Signed-off-by: Dvir Guttman <dvir.guttman@verizonmedia.com>
Signed-off-by: Dvir Guttman <dvir.guttman@verizonmedia.com>
@abvaidya abvaidya merged commit 2e2514f into AthenZ:master Aug 23, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants