You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
User defined value IGNORE_IF_EXCEED requested at runtime or config
Extraction of token and account value for label during label cloud reading
If it value from 2. exceed IGNORE_IF_EXCEED skip label
The text was updated successfully, but these errors were encountered:
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
IGNORE_IF_EXCEED
requested at runtime or configIGNORE_IF_EXCEED
skip labelThe text was updated successfully, but these errors were encountered: