Dash-Industry-Forum/Test-Assets-UI-public

Name: Test-Assets-UI-public

Owner: Dash Industry Forum

Description: null

Created: 2017-10-19 09:27:18.0

Updated: 2017-11-24 09:49:53.0

Pushed: 2018-03-19 18:52:36.0

Homepage: null

Size: 3071

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Test-Assets-UI

Introduction

The DASH-IF Testvector database is a tool to allow a dynamic management of the testvectors provided by the DASH Industry Forum. This includes:

A live demo of the tool can be found here . This repository provides the client-side functionality of the tool. It is supposed to run alongside the Test-Assets-Dataset.

Installing / Getting started

The Test-Assets-UI relies on the Test-Assets-Dataset for full functionality. In order to install the UI please follow the instructions below:

Prerequisites

This project requires node.js and the node package manager (npm) to be installed.

Setup
clone https://github.com/Dash-Industry-Forum/Test-Assets-UI-Public 
est-Assets-UI
install
start
Configuration

Configuration files can be found in \config. In order to set the port for the http server which hosting this interface please adjust the server.portparameter. Moreover, for communication with the Test-Assets-Dataset the url to the backend server needs to be set. This can be done by adjusting the BASE_URL in public\js\constants\Constants.js.

Bulding

This project contains a small Grunt script for minification. By running grunt in the root folder of this project the minified files are created and copied to the distfolder.

Starting
npm start
Open http://localhost<port>/index.html in your browser
Licensing

Copyright 2016 DASH-IF

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.