You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/14 15:37:25 UTC

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

    [ https://issues.apache.org/jira/browse/NIFI-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241161#comment-15241161 ] 

ASF GitHub Bot commented on NIFI-1761:
--------------------------------------

Github user mcgilman commented on the pull request:

    https://github.com/apache/nifi/pull/331#issuecomment-209945150
  
    @scottyaslan A couple things...
    
    - Looks there is a whitespace being inserted at the end group name in the breadcrumbs.
    - The breadcrumb alignment might be off by a pixel or two.
    - The bottom of the breadcrumb text is getting clipped.
    - Once the breadcrumb text has overflowed and the group changes, the view does not appear to reset correctly.
    - Looks like the scroll direction changed. Was this intended?


> 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:
> -Introduce Roboto Fonts
> -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)