PLUGIN REGISTRY REQUEST: Analytics Plugin#3440
Open
JordanP244656 wants to merge 3 commits intomodmail-dev:developmentfrom
Open
PLUGIN REGISTRY REQUEST: Analytics Plugin#3440JordanP244656 wants to merge 3 commits intomodmail-dev:developmentfrom
JordanP244656 wants to merge 3 commits intomodmail-dev:developmentfrom
Conversation
Added analytics plugin information to registry. Signed-off-by: JordanP244656 <162927099+JordanP244656@users.noreply.github.com>
Signed-off-by: JordanP244656 <162927099+JordanP244656@users.noreply.github.com>
Signed-off-by: JordanP244656 <162927099+JordanP244656@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modmail Analytics Plugin
Simple analytics plugin for Modmail that tracks ticket activity and
gives a quick overview of how things are going.
Features
Installation
Commands
.analyticsShows usage.
.analytics weeklyShows stats from the last 7 days.
.analytics monthlyShows stats from the last 30 days.
.analytics exportExports the last 7 days as a CSV file.
How it works
The plugin listens for ticket events.
Everything is grouped by category automatically.
Example
Discord output:
Support Opened: 42 Closed: 38 Avg Time: 12m 32s
CSV output:
Category,Opened,Closed,Average Time Support,42,38,12m 32s
Moderation,27,25,8m 10s
Plans