-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add search bar to Minion Admin site #104
Comments
Probably related to #91. |
Would happily do any and all search options. Though it makes the UX a harder question. |
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. |
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.
The text was updated successfully, but these errors were encountered: