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 "release" entity #31

Open ptrouillard opened 7 years ago

ptrouillard commented 7 years ago

As a Project manager, I would like to display the burnup of the current release in order to trigger fixing actions before the end of the release

It involves: To have a release entity with following data:

Note that the "release" entity should not be linked to the "sprint" entity at a first glance (may be later on)

This story should focus on creating the release entity with its CRUD Interface