1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/project
epriestley 300910f462 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:
{F190914}

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:

{F190915}

Error messages / edit screen:

{F190916}

Reviewers: btrahan, chad

Reviewed By: btrahan

Subscribers: chad, epriestley

Maniphest Tasks: T5885

Differential Revision: https://secure.phabricator.com/D10276
2014-08-15 11:16:08 -07:00
..
application Allow columns to have a point limit 2014-08-15 11:16:08 -07:00
capability Simplify the implementation of PhabricatorPolicyCapability subclasses 2014-07-25 08:25:42 +10:00
conduit First stab at a conduit method for creating projects. 2014-08-05 09:29:30 -07:00
config Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
constants Move Project transaction storage to modern tables 2013-10-22 13:49:28 -07:00
controller Allow columns to have a point limit 2014-08-15 11:16:08 -07:00
customfield Fix PhabricatorProjectCustomFields to use storage correctly. 2014-07-11 20:20:37 -07:00
edge Modernize Project/Object edges 2014-07-17 15:42:19 -07:00
editor Allow columns to have a point limit 2014-08-15 11:16:08 -07:00
events Implement PhabricatorProjectInterface on ManiphestTask 2014-08-07 15:44:12 -07:00
exception Delete license headers from files 2012-11-05 11:16:51 -08:00
icon Allow projects to be filtered by icon and color 2014-08-12 08:04:38 -07:00
interface Implement PhabricatorProjectInterface for marking that objects can be tagged with projects 2014-06-03 17:19:40 -07:00
lipsum Migrate project profiles onto projects, and remove ProjectProfile object 2014-02-10 14:32:14 -08:00
phid Rename PHIDType classes 2014-07-24 08:05:46 +10:00
query Allow projects to be filtered by icon and color 2014-08-12 08:04:38 -07:00
remarkup Rename PhutilRemarkupRule subclasses 2014-08-05 00:55:43 +10:00
search Projects - tokenize projects more aggressively with respect to '-' 2014-08-14 12:28:11 -07:00
storage Allow columns to have a point limit 2014-08-15 11:16:08 -07:00
typeahead Workboards - add new "initialization" flow 2014-08-05 13:40:41 -07:00
view Show task counts in column headers on Workboards 2014-08-15 09:28:08 -07:00