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 story points value "burnup" graph view #33

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 story points 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 complexity value" as a stream from the same source

display the ideal burnup series : from (0,0) to (target date, target story points) display the story points 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 story points