Skip to content
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

Closed
rabbiveesh opened this issue Feb 15, 2021 · 7 comments
Closed

[Feature Request] Add search bar to Minion Admin site #104

rabbiveesh opened this issue Feb 15, 2021 · 7 comments

Comments

@rabbiveesh
Copy link

rabbiveesh commented Feb 15, 2021

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.

@kraih
Copy link
Member

kraih commented Feb 15, 2021

Probably related to #91.

@rabbiveesh rabbiveesh changed the title Add search bar to Minion Admin site [Feature Request] Add search bar to Minion Admin site Feb 15, 2021
@rabbiveesh
Copy link
Author

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.

@kraih
Copy link
Member

kraih commented Feb 15, 2021

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

@kraih
Copy link
Member

kraih commented Mar 9, 2021

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.

@kraih
Copy link
Member

kraih commented Mar 9, 2021

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

@kraih
Copy link
Member

kraih commented Mar 9, 2021

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

@kraih
Copy link
Member

kraih commented Jul 30, 2022

Think i consider this done.

@kraih kraih closed this as completed Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants