Skip to content

mdellanoce/feature-time-in-process

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feature Time in Process Chart

Overview

This app creates a column chart of the 80th percentile Time-in-Process of Features for each fiscal quarter. Currently project scope down is assumed.

Build it

  1. Install Node.js and add ./node_modules/.bin to your PATH.
  2. Clone this repo and change directory to where you checked out the repo
  3. Run npm install, then rally-app-builder build. Your app will be in the deploy folder.

Configuration

Define a global object called CustomAppConfig before the app launches, like this:

var CustomAppConfig = {
	xAxis: 'quarters',              //Allowed values: 'months', 'quarters', 'fiscalQuarters', 'storyPoints', 'featureSize'
	type: 'PortfolioItem/Feature'   //Allowed values: 'PortfolioItem/Feature', 'HierarchicalRequirement'
};

License

AppTemplate is released under the MIT license. See the file LICENSE for the full text.

About

A time-in-process chart for features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • CSS 0.1%