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

Web UI: Sort / Filter Tasks #1341

Closed
aarontp opened this issue Sep 21, 2023 · 2 comments
Closed

Web UI: Sort / Filter Tasks #1341

aarontp opened this issue Sep 21, 2023 · 2 comments
Labels
enhancement webui Pull requests that update Turbinia Web UI related code

Comments

@aarontp
Copy link
Member

aarontp commented Sep 21, 2023

What would this feature improve or what problem would it solve?

Be able to find specific tasks or specific types of tasks faster. This can be difficult when there are hundreds of Tasks for a single request.

What is the feature you are proposing?

Be able to sort and filter the tasks in a request list. For example being able to sort by name, status, summary, or filter based on status, or filter the summary based on a search string.

What alternatives have you considered?

No response

@aarontp aarontp added enhancement Needs triage New issues that need triage webui Pull requests that update Turbinia Web UI related code labels Sep 21, 2023
@aarontp
Copy link
Member Author

aarontp commented Oct 10, 2023

Also sort by priority

@aarontp aarontp removed the Needs triage New issues that need triage label Jan 19, 2024
@wajihyassine
Copy link
Member

Marking as fixed per #1518

With the PR you can now filter task by status (e.g. running, failed, success queued) and/or by job name and is automatically sorted by task_name.

With how task list is currently implemented as a virtual table we won't be able to custom sort further so unless this is a huge need I believe the filters + sort on task_name should be good enough and can always open another issue down the line if it isn't. Searching for a specific task id is being tracked here: #1279

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement webui Pull requests that update Turbinia Web UI related code
Projects
None yet
Development

No branches or pull requests

2 participants