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

Feature: manage KeywordsList #54

Open
shaunanoordin opened this issue Apr 26, 2023 · 0 comments
Open

Feature: manage KeywordsList #54

shaunanoordin opened this issue Apr 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@shaunanoordin
Copy link
Member

New Feature

The KeywordsList component currently pulls all "popular hashtags" from a project's Talk board. This is fine except for two scenarios:

  • there aren't enough hashtags/keywords on the Talk board, meaning the Keywords list is empty or falls below some predetermined threshold (say, 20)
  • the popular hashtags contain sensitive keywords, which we prefer not to put in a prominent display.

The following are features we should build into the KeywordsList component:

  • Have a list of "fallback" keywords/hashtags that will be added to the list, IF the list of "popular hashtags" is shorter than a predetermined threshold.
    • Note: the fallback list and the "live" list should be filtered for duplicates.
    • Optional: have a list of "must have" keywords/hashtags that are always added to the KeywordsList
  • Have a "blacklist" for keywords/hashtags that should be ignored when adding to the list.
@shaunanoordin shaunanoordin added the enhancement New feature or request label Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant