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
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.
The text was updated successfully, but these errors were encountered:
New Feature
The
KeywordsList
component currently pulls all "popular hashtags" from a project's Talk board. This is fine except for two scenarios:The following are features we should build into the KeywordsList component:
The text was updated successfully, but these errors were encountered: