GithubHelp home page GithubHelp logo

decodedco / predix-seed-xlp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from predixdev/predix-seed

0.0 4.0 1.0 48.52 MB

Dashboard Seed is an application that uses Px Web Components and Px UI Elements inside an Angular application.

License: Other

JavaScript 12.83% HTML 81.65% CSS 5.52%

predix-seed-xlp's Issues

Plot Demand timeseries data

    <time-series-card id="tsSingleTag"
        card-title="Demand - Line" tags="[[_setTag('CoalPower-xlp-')]]" hide-bar card-color="[[cardColor]]">
    </time-series-card>

This notation prevents Demand being shown, as it doesn't have the device name after it

Split out values into individual cards

Right now values appear all together:

image

  1. Can we split out each value as a separate card
  2. Can we allow user to change h1 of card to e.g. "Wind Power (MW)"
  3. Can we add latest timestamp from data, formatted for information (check we have latest data)
  4. Is there option to combine multiple cards in a row?

Allow one tag display of Timeseries

Currently, timeseries plots have a dropdown of all available tags (see #18).

Some customers will want to show multiple timeseries on one page, of specific tags.

Can

    <time-series-card id="tsLineChart" card-title="Time Series Card - Line" tags="[[tagVals]]" hide-bar></time-series-card>

be extended to behave like

      <latest-data-card id="humidityTag" class="layout__item"
        card-title="Humidity" tag="Humidity-xlp-[[deviceName]]"></latest-data-card>

Clean up unneeded code

To reduce complexity, remove cards and decks from the views API and provide example blocks in the dashboard-views.html

Identify easy CSS changes

Customers will want different color schemes.

We should identify easy things to change:

  1. bg color
  2. card color
  3. add logo

Allow timeseries viz of Demand tag

There is now a global Demand tag in timeseries for energy demand, which each team will share.

Currently the timeseries dropdown filters on the device name:

if(tag.indexOf(this.deviceName)!== -1){

image

Can we add in the Demand tag as always there?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.