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

[WIP] Generic stats mode (analyzes any reactions) #4

Open
wants to merge 20 commits into
base: TO-BE-DEPRECATED_master
Choose a base branch
from

Conversation

marks
Copy link
Owner

@marks marks commented Jun 19, 2020

Fulfills slackapi#13

Main changes

  • Introduces an additional 'generic' type of channel analysis (in addition to to the existing 'triage' type) that can be chosen in the modal
    • In 'generic' analysis mode, all emoji reactions are reported on (not just those set in the config file for triage stats)
    • Triage analysis is the default in the modal and always used for scheduled jobs (which were formerly named 'reminders')
  • Added threaded replies count and unique # of users who replied to each row (in both modes)

Additional changes to note

  • Rename global shortcut from triage_stats to channel_stats
  • Rename 'reminders' to more generic 'jobs'
  • For now, all scheduled jobs will use stats type of 'triage' but that could change in the future
  • Add .eslintrc command so VS Code auto fix works

Screenshots

Updated modal

Screen Shot 2020-06-20 at 4 34 54 PM

Generic stats

Note: output is transposed (rows/columns swapped) to make it easier to fit into a single screenshot; some columns removed as well

Input (Slack channel) Output (CSV, see note above)
Screen Shot 2020-06-20 at 3 41 46 PM Screen Shot 2020-06-20 at 3 47 30 PM

Requirements (place an x in each [ ])

@marks marks changed the title [WIP] Freestyle mode [WIP] Generic stats mode (analyzes any reactions) Jun 20, 2020
@marks marks added the enhancement New feature or request label Jun 20, 2020
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

Successfully merging this pull request may close these issues.

1 participant