Skip to content

A dashboard framework for visualizing complex data sets on T1V multi-panel displays

License

Notifications You must be signed in to change notification settings

mitre/OpenHealthDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Health Dashboard (OHD)

OHD is an open source dashboard framework that allows users to build highly sophisticated, interactive data visualizations to display on large touch screen systems. Currently, it is used to display population health related indicators on a 12 panel HD TV touch screen system. It is our hope to build an open source community that contributes to and collectively benefits from a growing repository of healthcare visualizations.

Check repository 'projects' and 'issues' to see development roadmap.

This project was bootstrapped with Create React App.

It uses node and yarn.

Example

Here is an example of what you can do with the Open Health Dashboard:

dashboard_demo

Getting Started

In the project directory, you can run:

yarn

Installs the required node packages to run the application. Run this before running subsequent commands.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn write-ids

Since this project is currently entirely static, we've added a script to traverse through the JSON files in src/data and add unique identifiers to each object, similar to the way a database would. This helps with app state management in React, without requiring a data curator (user) to enter ID's manually. The resulting JSON (with ID's added) is written to src/data/build/, which are the files imported into the application.

Note: This script is run before every start and build command.

What's next?

  • Topic creation guide
  • Story creation guide
  • Support for smaller screen sizes (2-TV, 4-TV layouts)
  • Links to topics within data
  • Idle mode
  • Tutorial mode
  • More chart types
  • Free text types
  • Additional interactions on charts
  • ...

License

Copyright 2019 The MITRE Corporation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A dashboard framework for visualizing complex data sets on T1V multi-panel displays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published