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

Add a filter for non-zero findings in OpenScanHub dashboard #496

Open
2 tasks
siteshwar opened this issue Nov 26, 2024 · 1 comment
Open
2 tasks

Add a filter for non-zero findings in OpenScanHub dashboard #496

siteshwar opened this issue Nov 26, 2024 · 1 comment

Comments

@siteshwar
Copy link

Description

OpenScanHub dashboard should have a filter for non-zero findings to make it easier to find packages that may be introducing new bugs. Currently, it displays large amount of tasks with zero findings.

Benefit

It would make it easier for Packit and OpenScanHub developers to manually monitor tasks and report findings upstream until it is done automatically.

Importance

Currently maintainers may be ignoring findings that may be introducing real bugs in the code.

Workaround

  • There is an existing workaround that can be used until this feature is implemented.

Participation

  • I am willing to submit a pull request for this issue. (Packit team is happy to help!)
@Venefilyn
Copy link
Collaborator

Currently the dashboard is heavily limited by current general API structure. I have a few issues opened over on the packit-service front to improve this, but the specific issue I'd say is the most important is moving to FastAPI or generally restructuring the View-Model situation -- both of which would take some time but would mean adding filtering, searching, and ordering would be a piece of cake.

In short, not much we can do on the dashboard front that wouldn't be extremely API heavy or generally ugly with client-side filtering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: new
Development

No branches or pull requests

2 participants