1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-10-24 01:28:52 +02:00
phorge-phorge/webroot/rsrc/js/application/projects
epriestley 40af472ff5 Make drag-and-drop on workboards interact with priority column headers
Summary:
Ref T10333. Ref T8135. Depends on D20247. Allow users to drag-and-drop cards on a priority-sorted workboard under headers, even if the header has no other cards.

As of D20247, headers show up but they aren't really interactive. Now, you can drag cards directly underneath a header (instead of only between other cards). For example, if a column has only one "Wishlist" task, you may drag it under the "High", "Normal", or "Low" priority headers to select a specific priority.

(Some of this code still feels a little rough, but I think it will generalize once other types of sorting are available.)

Test Plan: Dragged cards within and between priority groups, saw appropriate priority edits applied in every case I could come up with.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T10333, T8135

Differential Revision: https://secure.phabricator.com/D20248
2019-03-09 10:33:26 -08:00
..
behavior-project-boards.js Make drag-and-drop on workboards interact with priority column headers 2019-03-09 10:33:26 -08:00
behavior-project-create.js Allow commits to be associated with projects and associated goodies 2012-08-08 10:03:41 -07:00
behavior-reorder-columns.js Allow the workboard backlog column to be reordered 2014-08-08 15:50:36 -07:00
WorkboardBoard.js Make drag-and-drop on workboards interact with priority column headers 2019-03-09 10:33:26 -08:00
WorkboardCard.js Make drag-and-drop on workboards interact with priority column headers 2019-03-09 10:33:26 -08:00
WorkboardColumn.js Make drag-and-drop on workboards interact with priority column headers 2019-03-09 10:33:26 -08:00
WorkboardController.js On workboards, provide all of the supported "create task" forms in the dropdown 2017-03-02 04:24:40 -08:00
WorkboardHeader.js Make drag-and-drop on workboards interact with priority column headers 2019-03-09 10:33:26 -08:00
WorkboardHeaderTemplate.js Make drag-and-drop on workboards interact with priority column headers 2019-03-09 10:33:26 -08:00