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

Package List - Filtering #951

Open
carlosthe19916 opened this issue Oct 30, 2024 · 1 comment
Open

Package List - Filtering #951

carlosthe19916 opened this issue Oct 30, 2024 · 1 comment
Assignees
Labels
UI-V1 parity Tasks needed to get done for V1 UI parity

Comments

@carlosthe19916
Copy link
Member

This is how it looks V1 Package List page:

Screenshot From 2024-10-30 16-25-07

  • In v2 UI I am using the endpoint /api/v1/purl for populating the table in the UI.

There are 2 main filters I need to implement in V2.

  • Type Filter:
    • I am currently using q=type=maven|rpm|npm|oci and it works! So I guess there is nothing to do on that.
  • Architecture Filter:
    • I was not able to make it work with q=arch=x86_64|aarch64|ppc64le|s390x|noarch so would you advice me how to filter by Architecture?
@carlosthe19916 carlosthe19916 added the UI-V1 parity Tasks needed to get done for V1 UI parity label Oct 30, 2024
@jcrossley3
Copy link
Contributor

  • I am currently using q=type=maven|rpm|npm|oci and it works! So I guess there is nothing to do on that.

Yay!

  • I was not able to make it work with q=arch=x86_64|aarch64|ppc64le|s390x|noarch so would you advice me how to filter by Architecture?

Boo! I'll investigate.

@jcrossley3 jcrossley3 self-assigned this Oct 30, 2024
@jcrossley3 jcrossley3 moved this to Backlog in Trustify Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI-V1 parity Tasks needed to get done for V1 UI parity
Projects
Status: Backlog
Development

No branches or pull requests

2 participants