markhobson / penguin

A virtual penguin queue.
0 stars 2 forks source link

Add story merge action that archives stories #5

Closed markhobson closed 11 years ago

markhobson commented 11 years ago

Rather than deleting stories from a queue we should provide a 'merge' action. This would take the story off the queue and archive it for future reference. We'll need another queue view to show historic stories. This action should arguably only be available for the story at the head of the queue.

jsproudlock commented 11 years ago

Initially, if this list emulated the paper sheet, we'd be able to get it up and running for initial feedback screen . This could be done by adding a merge icon on the 'action' section on the right of the screen. The merger would click this button for each merged story. The story would remain on screen but with struck out text. It would then be the PM/Test team that would use the 'X' delete button to clear merged stories when the build number is known and logged in V1

markhobson commented 11 years ago

Added a 'tick' icon to story actions. This action toggles the corresponding story between merged and unmerged states, as indicated by a strike-through text style.