Giter VIP home page Giter VIP logo

dashboard's Introduction

Dashboard

Simple dashboard application for the occasional devops.

Motivation

This is intended as a showcase application for a react + electron architecture.

Scripts

yarn start will start the Electron app and the React app at the same time.
yarn build will build the React app and package it along the Electron app.

Thanks

Inspired by @kitze's cra + electron. Many thanks! Great work ๐Ÿ‘.

dashboard's People

Contributors

bogdibota avatar paulbota avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

paulbota

dashboard's Issues

show command status on ui

replace the 'O X' on the command tree with a new status component

  • GRAY circle when unknown
  • GREEN flashing circle when running
  • RED X when done with error
  • GREEN thick when done successful

hovering the icon should show a tooltip with the status text

make sure the component has the same width, so the user will not see the component moving when a state change occur

flashing green light should be done from styles (css animation)

show the status on the command status tab (symbol and text)

provide a showcase GIF when submitting a PR

add args to command settings

in the settings tab, provide a textfield for the args passed to the command (comma separated)

the values should autosave when user leaves the field

store this info in the command tree

pass the values as args when spawning the command

use the command.update event (add there an additional param)

when creating a PR, submit a showcase GIF

show logs

display the logs in the logs tab of the command

show them in a Paper component:

  • gray background
  • black text for stdout
  • red text for stderr
  • monospace font
  • autoscroll inside the component to the last log
  • the component should not extend outside the parent, but scroll inside

when submitting a PR, provide a showcase GIF

delete command

add the possibility to delete a command

on the ui:

  • add a new button 'Delete' in the CommandViewEdit component (same position as the run button, but only visible when editing)
  • add a new button 'Delete' in the folder view, near 'Deselect'
  • provide a confirmation dialog (see InputModal and create a similar reusable component for confirmation)
  • create a new redux action command.delete (same as command.save)

on the backend:

  • create a new event
  • delete command / folder from store

when creating the PR, provide a showcase GIF

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.