Skip to content
Ben Edgar edited this page Oct 20, 2016 · 5 revisions

Full Stack Dashboard

What is this "Dashboard" you speak of?

Dashboard is a single-page web application that can be configured to contain various widgets. Dashboard is easy to deploy using a single docker command.

Technologies

Bootstrap - Front End Look-N-Feel Framework

ReactJS - Front End Javascript

WebPack - An intelligent module bundler

NodeJS - Initial page and REST server

Gradle - Build Tool

Docker - Deployment Tool

Widgets

JIRA Tickets Viewer

Description

Displays a list of JIRA tickets based on a JIRA Query Language (JQL). The JQL is persisted so that the next time the user comes back to the page, JIRA Tickets Viewer will run the same JQL.

Status

Backlog

Route Tracker

Description

Displays a Google Map route from a source location to a destination with its estimated time. The source and destination is persisted so that the next time the user comes back to the page, Route Tracker will show the same route.

Status

Backlog