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.
- Install Node.js and add
./node_modules/.bin
to yourPATH
. - Clone this repo and change directory to where you checked out the repo
- Run
npm install
, thenrally-app-builder build
. Your app will be in the deploy folder.
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'
};
AppTemplate is released under the MIT license. See the file LICENSE for the full text.