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

[Improvment] Create a story within a sprint #35

Open ptrouillard opened 7 years ago

ptrouillard commented 7 years ago

Sometimes, when someone wants to initiate a sprint, she creates the stories and then the sprint. When we include an existing story to a sprint, we choose the story with a combobox that contains a list of 20 stories (due to ergonomics, it is not possible to include all the exiting stories within this list) The problem : be able to choose the story in any case... The same problem is present in the view "stories" where no pagination is present.

Ideas:

  1. remove the combobox and replace by a search box: depending on what is entered, a list is filled with proposition found

  2. Remove the "add existing story" feature and force the user to create a story within a sprint. If the user wants to create a story in a future sprint but does not know when, we could provide a special sprint called "backlog" ;-) like in Jira...