I don't know if you could pull data on likes/comments/follows per month BUT I'd be super interested to see a breakdown of the number of articles (and number by template) created each month!
It might be possible to set up without storing data by doing something like:
get the original creation dates of all articles
sort those by month/year
return a count based on month/year
And from that data it'd be awesome to see:
likes/comments total
wordcount total (if the API can fetch that?)
types of article templates that month (nice to have)
Oh this is definitely a good idea. Clever, clever move on the dates.
We do already have wordcount and likes as an overall thing; we can definitely use them on a monthly kinda basis too with this down the line.
Could Brigid have a progress tab?
I don't know if you could pull data on likes/comments/follows per month BUT I'd be super interested to see a breakdown of the number of articles (and number by template) created each month!
It might be possible to set up without storing data by doing something like:
And from that data it'd be awesome to see: