1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-11 08:06:13 +01:00
phorge-phorge/src/applications/project/controller
epriestley f0147fd8ad Allow workboards to be filtered with ApplicationSearch
Summary:
Ref T4673.

IMPORTANT: I had to break one thing (see TODO) to get this working. Not sure how you want to deal with that. I might be able to put the element //inside// the workboard, or I could write some JS. But I figured I'd get feedback first.

General areas for improvement:

  - It would be nice to give you some feedback that you have a filter applied.
  - It would be nice to let you save and quickly select common filters.
  - These would probably both be covered by a dropdown menu instead of a button, but that's more JS than I want to sign up for right now.
  - Managing custom filters is also a significant amount of extra UI to build.
  - Also, maybe these filters should be sticky per-board? Or across all boards? Or have a "make this my default view"? I tend to dislike implicit stickiness.

Test Plan:
Before:

{F157543}

Apply Filter:

{F157544}

Filtered:

{F157545}

Reviewers: chad, btrahan

Reviewed By: btrahan

Subscribers: qgil, swisspol, epriestley

Maniphest Tasks: T4673

Differential Revision: https://secure.phabricator.com/D9211
2014-05-20 11:42:05 -07:00
..
PhabricatorProjectArchiveController.php Merge some of the project editing options into an edit UI 2014-02-16 20:17:52 -08:00
PhabricatorProjectBoardController.php Workboards - add column detail page 2014-03-26 14:40:47 -07:00
PhabricatorProjectBoardDeleteController.php Workboards - add column detail page 2014-03-26 14:40:47 -07:00
PhabricatorProjectBoardEditController.php Workboards - add column detail page 2014-03-26 14:40:47 -07:00
PhabricatorProjectBoardViewController.php Allow workboards to be filtered with ApplicationSearch 2014-05-20 11:42:05 -07:00
PhabricatorProjectColumnDetailController.php Convert rest of SPRITE_STATUS to FontAwesome 2014-05-18 16:10:54 -07:00
PhabricatorProjectController.php Straighten out some crumbs and links for workboards 2014-01-12 21:39:50 -08:00
PhabricatorProjectCreateController.php Migrate project profiles onto projects, and remove ProjectProfile object 2014-02-10 14:32:14 -08:00
PhabricatorProjectEditDetailsController.php Merge some of the project editing options into an edit UI 2014-02-16 20:17:52 -08:00
PhabricatorProjectEditMainController.php Convert rest of SPRITE_STATUS to FontAwesome 2014-05-18 16:10:54 -07:00
PhabricatorProjectEditPictureController.php Merge some of the project editing options into an edit UI 2014-02-16 20:17:52 -08:00
PhabricatorProjectListController.php Replace Sprite-Icons with FontAwesome 2014-05-12 10:08:32 -07:00
PhabricatorProjectMembersEditController.php Replace Sprite-Icons with FontAwesome 2014-05-12 10:08:32 -07:00
PhabricatorProjectMembersRemoveController.php Use standard UI kit on project member page 2014-03-19 19:30:27 -07:00
PhabricatorProjectMoveController.php Workboards - make priority changes less aggressive and generally better 2014-03-27 10:50:54 -07:00
PhabricatorProjectProfileController.php Allow projects to be "watched", sort of a super-subscribe 2014-05-19 12:40:57 -07:00
PhabricatorProjectUpdateController.php Implement "Edit Members" and "Join/Leave" with real ApplicationTransactions 2014-02-10 14:30:00 -08:00
PhabricatorProjectWatchController.php Allow projects to be "watched", sort of a super-subscribe 2014-05-19 12:40:57 -07:00