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
{{ message }}
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
Usually I say to people "the average time per item is 30-45 seconds". I'm probably wrong. Let's make a command that actually shows this information.
For starters we make the command average review stats. The bot will say something like this:
Of the 120 sessions on record the average time is 45 seconds.
If wanted, we can add min/max and some other stats. Comment with suggestions.
The other thing we can do afterwards is make this graphical. Either do some ascii magic or dynamically generate a image to graph the average time over time. I'm thinking "week number" on the x axis and "average time in seconds" on the y axis.
The text was updated successfully, but these errors were encountered:
Update: due to "we want to get version 2 out the door", this will not be a feature in version 2.0. However, this feature still has merit and will still be considered.
However, just to be clear: this feature is about getting the average review speed for all users.
Usually I say to people "the average time per item is 30-45 seconds". I'm probably wrong. Let's make a command that actually shows this information.
For starters we make the command
average review stats
. The bot will say something like this:If wanted, we can add min/max and some other stats. Comment with suggestions.
The other thing we can do afterwards is make this graphical. Either do some ascii magic or dynamically generate a image to graph the average time over time. I'm thinking "week number" on the x axis and "average time in seconds" on the y axis.
The text was updated successfully, but these errors were encountered: