-
Notifications
You must be signed in to change notification settings - Fork 473
Use typeahead when adding users to a team #39
Comments
I'll let you and @cyntss figure out what to use. I have no preference either. |
I was thinking about his feature, but should a non-admin be able to see a list of users? The type-ahead would expose that. A solution to this, is a non-admin doesn't get the typeahead where the admins would. Otherwise we just expose a list of users to any of the users. |
Yes that's true, but I don't see that as a big security issue. Do you? Sites like github are doing the same thing; also organizations have already shared addressbooks containing this information... |
I do not, but I thought I would bring it up. Would you mind if I pick up this issue? |
Sure, go ahead! :) |
Note that this also should apply to team names in the "Create namespace" form inside of the namespaces page. |
Fixes: SUSE#39 Signed-off-by: Jürgen Löhel <[email protected]>
Fixes: SUSE#39 Signed-off-by: Jürgen Löhel <[email protected]>
Fixes: SUSE#39 Signed-off-by: Jürgen Löhel <[email protected]>
Fixes: SUSE#39 Signed-off-by: Jürgen Löhel <[email protected]>
Fixes: SUSE#39 Signed-off-by: Jürgen Löhel <[email protected]>
Fixes: SUSE#39 Signed-off-by: Jürgen Löhel <[email protected]>
Fixes: SUSE#39 Signed-off-by: Jürgen Löhel <[email protected]>
Fixes: SUSE#39 Signed-off-by: Jürgen Löhel <[email protected]>
Fixes: SUSE#39 Signed-off-by: Jürgen Löhel <[email protected]>
Fixes: SUSE#39 Signed-off-by: Jürgen Löhel <[email protected]>
Fixes: SUSE#39 Signed-off-by: Jürgen Löhel <[email protected]>
Fixes: SUSE#39 Signed-off-by: Jürgen Löhel <[email protected]>
Improve the usability of adding a user to a team.
Typeahead or similar (*) should be introduced so to suggest a list of valid users matching the current input of the user.
(*) https://twitter.github.io/typeahead.js/examples/
The text was updated successfully, but these errors were encountered: