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

[RFE] Enhance service -> requests and automation -> requests to add better filtering options #8958

Open
jrafanie opened this issue Nov 7, 2023 · 2 comments
Assignees
Projects
Milestone

Comments

@jrafanie
Copy link
Member

jrafanie commented Nov 7, 2023

Any of these items can be extracted to a new issue or implemented separately.

Evaluate if they make sense, make adjustments and let's discuss.

  • Add filtering by state/status (ok/error/failed).
    • Ensure we add the last message and a link to the request so the user can navigate from errors to the new task/request logging added by @DavidResende0
  • Add filtering by custom time interval
    • I'm not sure why we are limited to a dropdown of options instead of 2 date pickers for start and end time. Perhaps to avoid getting burned by too much data, but we should be able to implement a limit/offset for paging if we do it in the API. Maybe limiting it to a week range at most would make sense.
  • Add filtering by catalog type or by name. We'd need a database with different types of service requests and instances of the same one to better describe this but the idea is we want to be able to see how successful/unsuccessful a specific type of service request has been. Then, drill down into the reasons why it failed.
    * Filtering by requester should work. With older versions "all" was the only option.
    * Ensure the visible truncation with ... should be expanded when there is space available. Needless shrinking of the important report columns should be minimized. Also, the alt text popup when you hover over it should not be truncated with ellipsis.

For example, we can only filter by requester, pending, approved, denied, etc.

image

Whereas Settings -> Tasks, we can filter by queue states/status including ok/error/warn/running/queued/finished/etc.

image

@jrafanie
Copy link
Member Author

jrafanie commented Nov 7, 2023

cc @GilbertCherrie

@Fryguy Fryguy added this to To do in Roadmap Nov 8, 2023
@Fryguy Fryguy added this to the Quinteros milestone Nov 8, 2023
@miq-bot
Copy link
Member

miq-bot commented Feb 19, 2024

This issue has been automatically marked as stale because it has not been updated for at least 3 months.

If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Roadmap
  
To do
Development

No branches or pull requests

5 participants