HomePhabricator

Allow columns to have a point limit

Description

Allow columns to have a point limit

Summary:
Fixes T5885. This implements optional soft point limits for workboard columns, per traditional Kanban.

  • Allow columns to have a point limit set.
  • When a column has a point limit, show it in the header.
  • If a column has too many points in it, show the column and point count in red.

@chad, this could probably use some design tweaks. In particular:

  • I changed the color of "hidden" columns to avoid confusion with "overfull" columns. We might be able to find a better color.
  • UI hints for overfull columns might need adjustment.

(After T4427, we'll let you sum some custom field instead of total number of tasks, which is why this is called "points" rather than "number of tasks".)

Test Plan:

Screen_Shot_2014-08-15_at_10.09.53_AM.png (1×1 px, 205 KB)

Note that:

  • "Pre-planning" has a limit, so it shows "4/12".
  • "Planning" has a limit and is overfull, so it shows "5 / 4".
  • Other columns do not have limits.
  • "Post-planning" is a hidden column. This might be too muted now.

Transactions:

Screen_Shot_2014-08-15_at_10.04.24_AM.png (1×1 px, 167 KB)

Error messages / edit screen:

Screen_Shot_2014-08-15_at_10.04.19_AM.png (1×1 px, 135 KB)

Reviewers: btrahan, chad

Reviewed By: btrahan

Subscribers: chad, epriestley

Maniphest Tasks: T5885

Differential Revision: https://secure.phabricator.com/D10276

Details

Provenance
epriestleyAuthored on
epriestleyPushed on Aug 15 2014, 6:16 PM
Reviewer
btrahan
Differential Revision
D10276: Allow columns to have a point limit
Parents
rPeaacb4a5113c: Replace ActionHeader minicons with Font icons
Branches
Unknown
Tags
Unknown
Tasks
T5885: Optional limits to Workboard columns (number of cards)