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

WIP: Make the quick access filter more flexible #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iximiuz
Copy link
Owner

@iximiuz iximiuz commented Oct 13, 2023

The format right now is:

<res1[,res2,res3]>\s<name1[,name2,name3]>

where 'name' can be:

  • *
  • <name>
  • <namemspace>/*
  • <namespace>/<name>

The idea is to keep this (simple) format but allow multiple ;-separated filters:

<filter1>[;<filter2>;<filter>]

This PR has a PoC, but I'm not sure it's the most efficient implementation, and the UI performance should remain fast enough. Plus, adding some tests would be great.

The format right now is:

<res1[,res2,res3]>\s<name1[,name2,name3]>

where 'name' can be:

- `*`
- `<name>`
- `<namemspace>/*`
- `<namespace>/<name>`

The idea is to keep this (simple) format but allow multiple ;-separated filters:

<filter1>[;<filter2>;<filter3>]

This PR has a PoC, but I'm not sure it's the most efficient implementation,
and the UI performance should remain fast enough. Plus, adding some tests would
be great.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant