Wiredcraft / fullpm

Kanban board for GitHub issues
https://wiredcraft.com/products/fullpm
1 stars 3 forks source link

Add more filter options #46

Open hunvreus opened 8 years ago

hunvreus commented 8 years ago

Currently we can only filter on title.

Would be good to have similar capabilities with the online search; is:issue is:open assignee:hunvreus.

EcutDavid commented 8 years ago

For implement is:open and is:close, I need data from back-end. Assigning to @makara.

hunvreus commented 8 years ago

For now I'm only considering the list of filters present on the issues list: is:, assignee:, milestone:, author: and label:.

A short user story:

screen shot 2016-08-16 at 3 25 13 pm
  1. Search box is out of focus. We just display the placeholder.
  2. On focus, we show in the dropdown the available filters and a link to more details (from GitHub or ours?)
  3. The user can click on the filter from the dropdown or write himself. As soon as he writes a valid filter name followed by :, it then autocompletes accordingly (in this case users)>
  4. Once the user has select a first filter, he can add more.
EcutDavid commented 8 years ago

Make sense, let me think about the implementation.