GrafeasGroup / buttercup

Our personal assistant in Discord
MIT License
5 stars 2 forks source link

Add command to show yearly activity map #184

Closed TimJentzsch closed 2 years ago

TimJentzsch commented 2 years ago

Add a command to show an activity map, but for the whole year and not aggregated over the week like /heatmap.

It should look similar to the GitHub activity heatmap: GitHub activity heatmap

To obtain the data we can simply use the submission/rate endpoint in Blossom with a daily time frame.

TimJentzsch commented 2 years ago

For the command options, you should be available to provide the user, similar to other commands. It should default to the user executing the command. Providing all to show the activity of everyone should also be possible, similar to other commands.

This will be helpful to see when volunteers are more or less active over the course of a year.