Skip to content

workflowfm/vis-workflow-timeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vis-workflow-timeline

https://img.shields.io/badge/version-0.0.2-brightgreen.svg https://img.shields.io/badge/license-Apache%202.0-yellowgreen.svg

An application of vis-timeline to workflow data, particularly those generated by PEW and Proter.

Artificial Intelligence Modelling Lab
Artificial Intelligence and its Applications Institute
School of Informatics, University of Edinburgh

Usage

The library is bundled in the file: bundle.js

There are currently 2 versions provided:

  1. workflowUnitTimeline uses plain numbers as units of duration.
  2. workflowTimeline uses Dates and millisecond intervals as units of duration.

Example usage in the browser can be found in this directory.

Data samples are also provided, generated by the Healthcare Handover example.

Build

At the moment, vis-workflow-timeline is designed to be bundled for the browser using npm and browserify.

Install browserify:

npm install -g browserify

Build the bundle:

npm run build

This will create the file examples/bundle.js which you can load up through examples/local.html

Authors

Maintainer

Petros Papapanagiotou - petros@workflowfm.com - @PetrosPapapa

Contributors

A big thank you to the following contributors in order of appearance:

License

Distributed under the Apache 2.0 license. See LICENSE for more information.

Copyright © 2019-2021 The University of Edinburgh and contributors