1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 18:32:41 +01:00
phorge-phorge/src/view/phui
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
..
calendar Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PHUI.php PHUI Text View 2013-04-22 14:28:23 -07:00
PHUIActionHeaderView.php Replace ActionHeader minicons with Font icons 2014-08-15 11:08:28 -07:00
PHUIBoxView.php Remove phui-box-inner 2014-02-19 23:05:42 -08:00
PHUIButtonBarView.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PHUIButtonView.php Add a one-click "Scuttle Task" button to Maniphest 2014-03-25 14:20:25 -07:00
PHUIDocumentView.php Move ActionHeaders to PHUI, add ObjectBox Support, new Colors 2014-06-24 09:39:32 -07:00
PHUIFeedStoryView.php Show projects on feed stories 2014-08-13 11:24:56 -07:00
PHUIHeaderView.php Move ActionHeaders to PHUI, add ObjectBox Support, new Colors 2014-06-24 09:39:32 -07:00
PHUIIconView.php Replace ActionHeader minicons with Font icons 2014-08-15 11:08:28 -07:00
PHUIImageMaskView.php PHUIImageMask 2014-06-18 14:09:37 -07:00
PHUIInfoPanelView.php PHUIInfoPanel 2013-10-25 11:09:06 -07:00
PHUIListItemView.php Replace Sprite-Icons with FontAwesome 2014-05-12 10:08:32 -07:00
PHUIListView.php PHUIListView Examples, CSS 2013-06-05 15:03:56 -07:00
PHUIObjectBoxView.php Move ActionHeaders to PHUI, add ObjectBox Support, new Colors 2014-06-24 09:39:32 -07:00
PHUIObjectItemListView.php Make ObjectItem default as "Card" 2014-06-07 12:12:11 -07:00
PHUIObjectItemView.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PHUIPinboardItemView.php Use PHUIPinboard UI for embedding Pholio Mocks 2014-06-14 12:11:19 -07:00
PHUIPinboardView.php Update pinboard view styles, move to PHUI 2013-08-07 10:58:09 -07:00
PHUIPropertyGroupView.php PHUIPropertyListView 2013-10-11 07:53:56 -07:00
PHUIPropertyListView.php Move artifacts and build target messages into tabs 2014-08-06 10:34:39 +10:00
PHUIRemarkupPreviewPanel.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PHUIStatusItemView.php Update PHUIStatusItemView to FontAwesome 2014-05-16 18:59:02 -07:00
PHUIStatusListView.php Record new commits in the push log 2013-12-05 11:59:41 -08:00
PHUITagView.php Update Indigo Shades, Add Pink Tag 2014-07-25 08:28:29 -07:00
PHUITextView.php PHUI Text View 2013-04-22 14:28:23 -07:00
PHUITimelineEventView.php Add "View Email" action to application transactions 2014-08-14 12:28:28 -07:00
PHUITimelineView.php End Cap for Timeline 2014-03-14 08:51:50 -07:00
PHUIWorkboardView.php Make Workboard and Workpanel views extend AphrontTagView 2014-01-13 12:23:39 -08:00
PHUIWorkpanelView.php Allow columns to have a point limit 2014-08-15 11:16:08 -07:00