1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-01 18:30:59 +01:00
phorge-phorge/src/applications/maniphest
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
..
application Remove white app icons 2014-05-12 13:34:00 -07:00
capability Add capabilities for editing task triage details (priority, assignee, etc) 2013-10-21 16:59:06 -07:00
conduit When a conduit method requires a string constant, call it "string-const" not "enum" 2014-05-14 21:59:03 -07:00
config More resilient timeline icon layout 2014-04-22 14:24:36 -07:00
constants Convert rest of SPRITE_STATUS to FontAwesome 2014-05-18 16:10:54 -07:00
controller Move Maniphest list rendering to SearchEngine 2014-05-15 19:17:38 -07:00
editor Allow projects to be "watched", sort of a super-subscribe 2014-05-19 12:40:57 -07:00
event Replace Sprite-Icons with FontAwesome 2014-05-12 10:08:32 -07:00
export Implemented support for different export formats. 2013-04-11 11:27:36 -07:00
field Use ApplicationTransactions and CustomField to implement build steps 2014-03-25 16:08:40 -07:00
lipsum Move many task status hardcodes into ManiphestTaskStatus 2014-02-17 15:59:31 -08:00
mail Restore reply instructions to ApplicationTransaction email 2014-04-04 11:14:21 -07:00
phid Don't show document types in search for uninstalled applications 2014-04-29 15:01:50 -07:00
query Allow workboards to be filtered with ApplicationSearch 2014-05-20 11:42:05 -07:00
remarkup Remove obsolete/deprecated withTaskIDs() / withTaskPHIDs() 2013-09-10 15:34:04 -07:00
search Despecialize most task status handling 2014-03-25 13:47:42 -07:00
storage When a task changes status, update blocked tasks 2014-05-19 12:23:17 -07:00
view Fix an incorrect filtering of groupless results from Maniphest "Group By" query 2014-05-16 08:47:06 -07:00