[
https://issues.apache.org/jira/browse/NIFIREG-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16153992#comment-16153992
]
ASF GitHub Bot commented on NIFIREG-13:
---------------------------------------
Github user mcgilman commented on a diff in the pull request:
https://github.com/apache/nifi-registry/pull/8#discussion_r137051887
--- Diff: nifi-registry-web-ui/src/main/frontend/package.json ---
@@ -0,0 +1,65 @@
+{
+ "name": "nifi-registry",
+ "version": "0.0.1",
+ "description": "",
+ "scripts": {
+ "protractor": "protractor protractor.config.js",
+ "test:dev": "./node_modules/protractor/bin/webdriver-manager update
--gecko false && karma start karma.conf.js",
+ "test:ci": "./node_modules/protractor/bin/webdriver-manager update
--gecko false && karma start karma.conf.ci.js",
+ "test:once": "karma start karma.conf.js --single-run"
+ },
+ "keywords": [],
+ "author": "",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/apache/nifi-registry"
+ },
+ "dependencies": {
+ "@covalent/core": "^1.0.0-beta.6",
+ "angular2-moment": "^1.6.0",
--- End diff --
Let's avoid version ranges.
> Initial implementation for registry UI
> --------------------------------------
>
> Key: NIFIREG-13
> URL: https://issues.apache.org/jira/browse/NIFIREG-13
> Project: NiFi Registry
> Issue Type: Sub-task
> Reporter: Scott Aslan
> Assignee: Scott Aslan
>
> This ticket is to implement a production ready build for an SPA that will
> eventually call the REST layer to request data. The SPA will:
> # Provide reuseable UI/UX components in the form (Fluid Design System
> NgModule)
> # Provide deep linking capabilities
> # Provide internationalization capability
> # Provide karma/Jasmine unit test harness (unit tests will be disabled be
> default)
> # Provide Protractor e2e test harness
> # Be theme-able (leveraging SASS and compiled at build time)
> # Use mock data instead of making actual REST calls
> # Be a rough draft of the UI/UX mocks provided in the parent ticket for this
> sub task.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)