malayhm opened a new pull request #3462: ZEPPELIN-4138 Zeppelin Notebooks in 
vue.js framework
URL: https://github.com/apache/zeppelin/pull/3462
 
 
   ### What is this PR for?
   This is the first PR which lays down the framework for Zeppelin Web 
Implementation using vue.js framework with basic functionality in place.
   
   ### What type of PR is it?
   Improvement
   
   ### Task Added
   * Splitter Layout: Header, Sidebar, Top Menu, Content, Status Bar, Tabbed 
Layout
   * I18n, Event Bus / Command Manager for cross components communication, 
Keyboard Shortcuts
   * Ant Design for UI Components - https://vue.ant.design/
   * Basic Notebook List (without foldering and Recycle Bin)
   * Notebook Tabbed Layout (per notebook Web Socket connection)
   * New Notebook, Clone Notebook, Import Notebook (file upload and drag and 
drop), Move to Recycle Bin, Clear all outputs, Export JSON
   * Paragraph Listing, Remove paragraph
   
   Design Document: 
https://docs.google.com/document/d/1FCAVgODwYtpXUxtTdB3JVGrVNEqEzpUA6Dcyi6xvpB4/edit
   
   Full Task List: 
https://docs.google.com/spreadsheets/d/1cPI4t0Wqm0JVxjkLPNpah1I9vW-XmEcd9eDYISTV0iw/edit#gid=0
   
   
   
   ### What is the Jira issue?
   * https://issues.apache.org/jira/browse/ZEPPELIN/ZEPPELIN-4138
   
   ### How should this be tested?
   * Start the zeppelin server
   * Go to the zeppelin-web-vue folder
   * Run npm install (first time)
   * Run npm run serve to run Zeppelin web using vue.js on localhost:8081
   
   ### Screenshots (if appropriate)
   
![image](https://user-images.githubusercontent.com/1881135/65633211-3aed6d00-dff9-11e9-9bdd-f2a1a63f7699.png)
   
![image](https://user-images.githubusercontent.com/1881135/65633243-4a6cb600-dff9-11e9-9264-67cd7549c542.png)
   
![image](https://user-images.githubusercontent.com/1881135/65633263-55274b00-dff9-11e9-8c1c-44dbe01dd6b5.png)
   
![image](https://user-images.githubusercontent.com/1881135/65633297-62dcd080-dff9-11e9-8006-a404551e353d.png)
   
   ### Questions:
   * Does the licenses files need update? - No
   * Is there breaking changes for older versions? - No
   * Does this needs documentation? - Not yet
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to