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

[QOL] Rework label ignore list to be flexible instead of hardcoded #15

Open
brianleect opened this issue Feb 23, 2023 · 1 comment
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@brianleect
Copy link
Owner

Problem: Existing label ignore list is hardcoded to skip manually reviewed large number labels we deem unnecessary.

When new labels are added it requires users to manually add label name to hardcoded ignore list or spend a lot of time scraping an irrelevant label which may add unnecessary friction to usage

Soln:
A better implementation would be to

  1. User defined value IGNORE_IF_EXCEED requested at runtime or config
  2. Extraction of token and account value for label during label cloud reading
  3. If it value from 2. exceed IGNORE_IF_EXCEED skip label
@brianleect brianleect added the enhancement New feature or request label Feb 23, 2023
@brianleect brianleect added the help wanted Extra attention is needed label Mar 26, 2023
@brianleect
Copy link
Owner Author

Very weird that I'm unable to get the text from the element. If anyone can fix this it'll be a great QOL addition lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant