[
https://issues.apache.org/jira/browse/NIFIREG-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Aslan updated NIFIREG-39:
-------------------------------
Description:
As a user I want to be able to easily reuse and theme the FDS NgModule.
npm allows users to publish a JS module from any git url that, when cloned,
results in a folder containing a program described by a package.json file.
Publish the FDS NgModule as an npm package from
[https://github.com/apache/nifi-registry/tree/master/nifi-registry-web-ui/src/main/platform/core]
and add an ASLv2 LICENSE and NOTICE file in that directory. Then publish it
with npm.
AC:
-Grunt (to run tests and bump versions)
-package.json
-karma
-Publish @fds/core npm package
-remove simulated fds node_module from nifi-registry-web-ui pom and replace
with actual fds npm package
was:
As a user I want to be able to easily reuse and theme the FDS NgModule.
npm allows users to publish a JS module from any git url that, when cloned,
results in a folder containing a program described by a package.json file.
Publish the FDS NgModule as an npm package from
https://github.com/apache/nifi-registry/tree/master/nifi-registry-web-ui/src/main/platform/core
and add an ASLv2 LICENSE and NOTICE file in that directory. Then publish it
with npm.
AC:
-SASS mixin to enable theming
(https://material.angular.io/guide/theming-your-components)
-Publish @fds/core npm package
-remove simulated fds node_module from nifi-registry-web-ui pom and replace
with actual fds npm package
> FDS NgModule npm package
> ------------------------
>
> Key: NIFIREG-39
> URL: https://issues.apache.org/jira/browse/NIFIREG-39
> Project: NiFi Registry
> Issue Type: Improvement
> Reporter: Scott Aslan
> Priority: Major
>
> As a user I want to be able to easily reuse and theme the FDS NgModule.
> npm allows users to publish a JS module from any git url that, when cloned,
> results in a folder containing a program described by a package.json file.
> Publish the FDS NgModule as an npm package from
> [https://github.com/apache/nifi-registry/tree/master/nifi-registry-web-ui/src/main/platform/core]
> and add an ASLv2 LICENSE and NOTICE file in that directory. Then publish it
> with npm.
> AC:
> -Grunt (to run tests and bump versions)
> -package.json
> -karma
> -Publish @fds/core npm package
> -remove simulated fds node_module from nifi-registry-web-ui pom and replace
> with actual fds npm package
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)