/dashx

dashboard project using node.js and react.js

Primary LanguageCSSMIT LicenseMIT

DashX - A Node.js/ReactJS Dashboard

This module is under development. For any question please email me@miladrk.com

alt tag

Steps to setup and use the tool :

  1. get the source from git

git clone https://github.com/milianoo/dashx.git

  1. install node dependencies

npm install

  1. install bower dependencies

bower install

  1. generate js bundle

webpack

Project plan

Iteration 1

  1. create dashboard basic design
  2. add basic widget to dashboard
  3. load basic info for widget
  4. setup timer to reload widget

Iteration 2

  1. add widgets on-the-fly from the UI
  2. configure widget data source and display info
  3. configure OAuth for widgets if needed
  4. setup config/template for each widget
  5. enhance UI of widget

iteration 3

  1. ability to re-size widgets
  2. drag-n-drop widgets
  3. error handling
  4. generate new widget using grunt
  5. load widgets on load from config file

iteration 4

  1. save config files in database
  2. easier connection to social networks (oauth 2.0 required)
  3. display data from other social networks as widgets

iteration 5

  1. dashboard as a service
  2. single config file for each dashboard
  3. generate individual url for each dashboard

License

The MIT License (MIT)

Copyright (c) 2016 Milad Rezazadeh

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.