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] Rank the stories #21

Open ptrouillard opened 7 years ago

ptrouillard commented 7 years ago

As A PO, I would like to rank the stories in order to display them from the most important to the less important.

As discussed, we can add a "priority" field in link table between story and sprint

To change the priority of a story within a sprint, you can add a "up" and a "down" button on each line of the table. If the "up" button is pushed, the priority is replaced by the priority of the higher story (flip flap on the priority values) If the "down" button is pushed, the priority is replaced by the priority of the lower story If a new story is created, its priority is the priority of the lowest story + 1

e.g:

First state: STD_1 (priority : 1) STD_4 (priority : 2) STD_6 (priority : 3)

After moving the story "STD_4" up: STD_4 (priority : 1) STD_1 (priority : 2) STD_6 (priority : 3)

After moving the story "STD_1" down: STD_4 (priority : 1) STD_6 (priority : 2) STD_1 (priority : 3)

After creating a new story "STD_9": STD_4 (priority : 1) STD_6 (priority : 2) STD_1 (priority : 3) STD_9 (priority : 4)

The priority value is not displayed in the table (only visible in database)

amauryleclerc commented 7 years ago

Découper la story : rank / DnD