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

Track kudos of arbitrary words #65

Open
jcraigk opened this issue Sep 14, 2021 · 0 comments
Open

Track kudos of arbitrary words #65

jcraigk opened this issue Sep 14, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jcraigk
Copy link
Owner

jcraigk commented Sep 14, 2021

Sometimes people like to give or remove kudos from random words that are relevant to their work like pianos ++ or javascript --. Currently KudoChest will ignore this because it does not contain a keyword like username, channel, etc.

Ideas:

  • Make this globally optional via App Settings (on/off)
  • Admin should be able to browse/edit/delete the words that have already been upvoted/downvoted
  • Include the words in export to csv?
  • Always allow negative numbers (this will be a primary use case) - do not rely on Kudont settings.
  • Chat commands only or via Dialog as well?
  • Leaderboard for arbitrary words
  • Use Redis only or PG to store the totals? Redis would probably be easier/faster. Probably no need for a user to see past tips to these namespaces
  • Import feature should include arbitrary words
@jcraigk jcraigk added the enhancement New feature or request label Sep 14, 2021
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