amauryleclerc / banana

Easy tool to handle metrics of a scrum project : Velocity, Burndown, Burnup, Sprint backlog (not product backlog) and other usefull tools like team calendar
6 stars 3 forks source link

[Story] Burnup graph : create business value "burnup" graph view #32

Open ptrouillard opened 7 years ago

ptrouillard commented 7 years ago

As a project manager, I would like to display the burnup graph for the business value done of the current release

With current date, find the release matching the following rule: release begin date < now < release end date

get the "total BV value" as a stream from the same source

display the ideal burnup series : from (0,0) to (target date, target business value) display the business value serie from Sprint N to Sprint N+M (Sprint N is the first sprint of the release, Sprint N+M is the last one)

Note: X axis shows the dates Y axis shows the business value

ptrouillard commented 7 years ago

En tant que chef de projet, J'aimerais afficher le burnup de la release courante dans le but d'avoir une estimation de la date de fin de release