luckyshot / agilescrumfortrello

'Agile SCRUM for Trello boards' is a Google Chrome extension that gives super-powers to your Trello boards by enabling SCRUM features (Story Points, Tags, Progress Bars, Time Spent and more)
http://xaviesteve.com/5109/agile-scrum-trello-boards/
GNU General Public License v2.0
77 stars 29 forks source link

Card name error when using Convert to Card #25

Open jackpendleton opened 7 years ago

jackpendleton commented 7 years ago

Hi @luckyshot,

I recently came across your extension and really like the unobtrusive approach you're using.

I figured out an interesting workflow, but ran across a bug.

To reproduce:

  1. Create a new Trello board containing at least two lists (e.g Inbox, In Progress)
  2. Create a new card in the Inbox list (e.g. Example project):

image

  1. In the new card, create a checklist and enter items, prefixed with story points:

image

  1. Click on one of the items
  2. Click Convert to Card:

image

When the item is placed as a card, the card name is incorrect. Also note that the story point is recognised:

image

Opening the card reveals that the name is actually correct, despite what is seen in the board view:

image

Fixing this bug would allow for a really productive workflow, where users could:

  1. Plan out tasks using checklist items, prefixed with a story point
  2. Make a better total estimate of the time required by manually totaling the list items
  3. Easily convert list items into ‘actionable’ cards via Convert to Card that can then be moved into another list (e.g. In Progress)

This would theoretically allow the new list’s header to automatically update as the card moves from a project’s checklist item to an ‘in progress’ task. Pretty slick 😎

If you like this idea, expanding on point 2 above, automatically totalling story points within a checklist would be amazing:

image

Thanks for reading and keep up the good work!

Best,

Jack