#Burn Up Tool for Trello Boards
This tool gives the possibility to create burnup graphs for Trello boards.
It works by running a daily job, that sum the various points to be able to show the graph that represents the progress.
##Usage
Boards should of course be created in Trello. A configuration card should be added to each board for which a graph is needed.
The configuration card should contain two elements, which defines a start date and an end date.
- add a card named
Config
- add two elements
[start] ddMMyyyy
and[end] ddMMyyy
which defines the period for which the product is being developed.
To define a scope, add a estimate to each element in each card. It should be prepended to each element in the form: [10] some name
This will add the element in the scope count. A label of the color red or purple can be added to, to remove it from the scope count.
When a given element is being worked on, a blue label can be added to provide a in progress graph.
When a task is done, replace the in progress label with a green label. And it will count in the done task.