blendle / automaat

🤖 Automate repeatable tasks for everyone within your organisation.
https://docs.rs/automaat-core
Apache License 2.0
8 stars 3 forks source link

Add filters to task list #11

Open JeanMertz opened 5 years ago

JeanMertz commented 5 years ago

After implementing #8, #9 and #10, the list of tasks can become quite cluttered, especially if you have a lot of one-click tasks created from the same regular task, and thus sharing a similar search keyword among them.

One solution is to be able to filter the search results based on the "task types":

Screenshot 2019-06-08 at 16 12 39

We should probably keep this a client-side implementation, and simply show/hide pipelines based on the active tab, and the types of tasks shown. (see: #19)

Bonus points if we persist the selected filter across browser sessions.

JeanMertz commented 5 years ago

This should support deep-linking, see #14.