You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2014/09/10 03:15:28 UTC

[jira] [Updated] (AMBARI-7235) Admin View: it is difficult and error-prone to be typing users and groups in textarea for membership and permission changes (implement type-ahead for user + group input fields)

     [ https://issues.apache.org/jira/browse/AMBARI-7235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yusaku Sako updated AMBARI-7235:
--------------------------------
    Description: 
Implement type-ahead for the user and group input fields in the Admin View for all user and group permission entry fields and group membership fields.
As the user types, we can perform "matches" (regex matching, like username=.\*<entered value>.\*) API call against username / group name to come up with suggestions. We can limit to showing at most 5 suggestions.

  was:
Implement type-ahead for the user and group input fields in the Admin View for all user and group permission entry fields and group membership fields.
As the user types, we can perform "matches" (regex matching, like username=.*<entered value>.*) API call against username / group name to come up with suggestions. We can limit to showing at most 5 suggestions.


> Admin View: it is difficult and error-prone to be typing users and groups in textarea for membership and permission changes (implement type-ahead for user + group input fields)
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-7235
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7235
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-admin
>    Affects Versions: 1.7.0
>            Reporter: Yusaku Sako
>            Assignee: Yusaku Sako
>             Fix For: 1.7.0
>
>
> Implement type-ahead for the user and group input fields in the Admin View for all user and group permission entry fields and group membership fields.
> As the user types, we can perform "matches" (regex matching, like username=.\*<entered value>.\*) API call against username / group name to come up with suggestions. We can limit to showing at most 5 suggestions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)