You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Scott Aslan (JIRA)" <ji...@apache.org> on 2016/04/13 18:32:25 UTC

[jira] [Created] (NIFI-1761) UI - Introduce AngularJS

Scott Aslan created NIFI-1761:
---------------------------------

             Summary: UI - Introduce AngularJS
                 Key: NIFI-1761
                 URL: https://issues.apache.org/jira/browse/NIFI-1761
             Project: Apache NiFi
          Issue Type: Sub-task
          Components: Core UI
            Reporter: Scott Aslan
            Assignee: Scott Aslan
             Fix For: 1.0.0


This subtask will introduce AngularJS into the NiFi web app. 

AC:
-Manually bootstrap an angular application to the body of the NiFi web app (Legacy NiFi web app must be unaffected by this)
-Create Angular bridge to allow legacy code to communicate with boostrapped angular application
-Angular application should follow best practices for production including strict DI and debug mode disabled/production mode enabled
-Angular $sanitize should be used to prevent XSS (replaces jQuery .text() or .html() when converting legacy functionality into Angular directives etc.)
-Angular Material should be introduced to provide re-useable Material Design based widgets and flexbox responsive capabilities.
-Angular Material theme should be configured to match new styles for the UI
-Introduce other common angular modules nfResource, ngRoute, ngMessages for future use
-Replace legacy breadcrumb functionality with a new angular directive complete with new styles provided by UX



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