Page MenuHomePhabricator

Optional limits to Workboard columns (number of cards)
Closed, ResolvedPublic

Description

A common pattern in Agile/Kanban is to limit the amount of work that is in-progress. Some agile tools allow you to enforce this very explicitly.

It'd be nice if I could set a maximum number of cards allowed in a given column (and obviously be able to change that number as our team grows or we adjust other aspects).

Event Timeline

greggrossmeier raised the priority of this task from to Needs Triage.
greggrossmeier updated the task description. (Show Details)
greggrossmeier added a project: Workboards.
greggrossmeier added a subscriber: greggrossmeier.

T4427 discusses displaying a count, where the count is derived either by counting tasks or summing some "points" field on the tasks.

(It's slightly inconvenient to implement because we need to update it correctly when things are dragged around or added to a column.)

A thought I had was to let users set limits, but make them soft: you would be able to continue to move things into a column, but the column/count would be displayed in red or something like that if you hit the limit. It would be visually obvious that you were over the column limit, but not actually prevented. Would that satisfy your use case, or is it important to have a hard limit and prevent things from moving at all?

Soft (with associated "you did something bad!" red ;) ), would be good enough for me.

Cool, I think we can add this pretty easily after T4427 gets done.

chad triaged this task as Wishlist priority.Aug 14 2014, 8:33 PM