mojolicious / minion

:octopus: Perl high performance job queue

Home Page:https://metacpan.org/release/Minion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Add search bar to Minion Admin site

rabbiveesh opened this issue · comments

Currently, you can only filter the view of which jobs you want to say either by clicking one of the columns displayed, like queue or task name. Well, unless you type your search straight into the URL, that is.

It would be nice to have a search bar at the top of the page where you could search these things.

It would also be nice to have search suggestions as you type, like showing valid names for tasks (retrieved by select task from minion_jobs group by task or the like).

I would be happy to add this so long as I could use vue.js to implement it, and that it's something anyone else wants.

Probably related to #91.

Would happily do any and all search options. Though it makes the UX a harder question.
At $work I usually make a text input with a dropdown next to it for choosing the search type.

On the use of vue.js, that's probably a no. I have no experience with it and couldn't maintain the code.

I just ran into this at work, having to look through a huge number of jobs. Some sort of search feature would have been very helpful.

I went with the most simplistic solution for now. 084d89a

The feature will definitely change, but we can just make iterative improvements.

Think i consider this done.