GitHub user prabhjyotsingh opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/895

    ZEPPELIN-858: make interpreter searchable and sorted

    ### What is this PR for?
    Interpreters listed `/#/interpreter` here are slightly difficult to find, 
also the list that shows up for adding an interpreter is not sorted which adds 
effort to find the desired interpreter and the add it.
    IMO the list should be sorted and searchable.
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    * [x] - Interpreter list sorted.
    * [x] - Interpreters should be searchable.
    
    ### What is the Jira issue?
    * [ZEPPELIN-858](https://issues.apache.org/jira/browse/ZEPPELIN-858)
    
    ### How should this be tested?
    Navigate to URL `/#/interpreter` 
     - the interpreters listed should be sorted
     - click on add interpreter, the interpreter drop down in "Create new 
interpreter" should also be sorted
     - the search box should search interpreters that are already listed
    
    ### Screenshots (if appropriate)
    
    <img width="1440" alt="screen shot 2016-05-18 at 10 32 55 am" 
src="https://cloud.githubusercontent.com/assets/674497/15347976/11288418-1ce4-11e6-9a57-3e2127ed5675.png";>
    
    <img width="1440" alt="screen shot 2016-05-18 at 10 33 44 am" 
src="https://cloud.githubusercontent.com/assets/674497/15347977/1128e85e-1ce4-11e6-858f-0cb27e6bb097.png";>
    
    <img width="296" alt="screen shot 2016-05-18 at 10 33 53 am" 
src="https://cloud.githubusercontent.com/assets/674497/15347978/112a122e-1ce4-11e6-8241-55b707425e1d.png";>
    
    
    
    ### Questions:
    * Does the licenses files need update? n/a
    * Is there breaking changes for older versions? n/a
    * Does this needs documentation? n/a
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/prabhjyotsingh/incubator-zeppelin ZEPPELIN-858

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-zeppelin/pull/895.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #895
    
----
commit e694d55c043b6c86d26f252e8f8aa5f22f4fae28
Author: Prabhjyot Singh <prabhjyotsi...@gmail.com>
Date:   2016-05-18T04:56:05Z

    ZEPPELIN-858: make interpreter searchable and sorted

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to