Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5649A200CFA for ; Tue, 5 Sep 2017 21:42:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 53F501609EC; Tue, 5 Sep 2017 19:42:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9AECC1609E0 for ; Tue, 5 Sep 2017 21:42:07 +0200 (CEST) Received: (qmail 7023 invoked by uid 500); 5 Sep 2017 19:42:06 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 7014 invoked by uid 99); 5 Sep 2017 19:42:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2017 19:42:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id AAF27D4C40 for ; Tue, 5 Sep 2017 19:42:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.001 X-Spam-Level: X-Spam-Status: No, score=-100.001 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id hQP9_xfYIFqj for ; Tue, 5 Sep 2017 19:42:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 0994B61067 for ; Tue, 5 Sep 2017 19:42:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 84375E0217 for ; Tue, 5 Sep 2017 19:42:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 16A8E23F0D for ; Tue, 5 Sep 2017 19:42:00 +0000 (UTC) Date: Tue, 5 Sep 2017 19:42:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFIREG-13) Initial implementation for registry UI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 05 Sep 2017 19:42:08 -0000 [ https://issues.apache.org/jira/browse/NIFIREG-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154178#comment-16154178 ] ASF GitHub Bot commented on NIFIREG-13: --------------------------------------- Github user scottyaslan commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/8#discussion_r137093847 --- Diff: nifi-registry-web-ui/src/main/platform/core/package.json --- @@ -0,0 +1,33 @@ +{ + "name": "@fluid-design-system/core", + "version": "0.0.0", + "description": "The Fluid Design System module is an atomic reusable platform providing consistent set of UI/UX components for Apache Nifi and Apache Nifi Registry (or any other open source friendly) web applications to consume.", + "module": "./fluid-design-system.module.js", + "keywords": [ + "fluid design system", + "angular", + "material", + "material design", + "components", + "reusable", + "covalent" + ], + "scripts": { + }, + "engines": { + "node": ">=6.11.1", --- End diff -- I removed this file for now as it is unnecessary. It would be for defining the FDS NgModule as an npm package. > 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)