-
Notifications
You must be signed in to change notification settings - Fork 82
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
List and search for possible values when inviting a team within an environment #78
Comments
Completely agree, or at least check the validity of a group |
Implementation details Backend:
Frontend:
|
@dlpzx we also though about giving the user more information about the users associated to a group for example which relates to this feature request. Aside the Cognito pool integration are you also considering querying the Azure AD? |
Hi @degoldner, not yet. In the implementation we have created a new graphQL object called CognitoGroup. Right now it only includes the group name, but in the future it could also include other info such as "label" (for the case of non human readable names that come from azureAD) or even info about their creaton date... |
Included in v1.2.0 release |
Is your idea related to a problem? Please describe.
In the current version, when you want to invite a team in an environment, data.all only lists the teams you are part of (as a data.all user). If I want to invite a team that my user is not part of, I need to provide it's name (free text). This is error prone as users can make a typo when providing the name, which will lead to problems down the road when trying to assume the role.
Describe the solution you'd like
When inviting teams, users should be able to list all "data.all" teams (drop-down list). There should also be a "search feature" to find the correct team to invite based on it's name.
The text was updated successfully, but these errors were encountered: