Group moderators and group admins may be curious about how many active subscriptions there are in their groups. We should create a block to hold this information which can be placed on group home pages.
Thinking ahead, this information may have value over time so I'm proposing we add a new database table (rather than just query the existing group_subscription_groups table). As part of a cron job (once per day) check the number of immediate and daily subs for each group. Do not count inactive accounts or accounts that have turned off the group_subscription master switch. Write this data to a table with a date for the current day.
The block will query this table for the most recent record for the group and display the counts. If no counts can be found hide the block.
There should be a new group level permission added called: view group_subscription_statistics.
New block to be placed on group home pages.
New database table required.
Active
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.