SGA-A / c2c

Source code for the custom app exclusive to cc, where most interactions begin and end.
MIT License
0 stars 0 forks source link

Guild statistics #145

Open SGA-A opened 1 month ago

SGA-A commented 1 month ago

Is your feature request related to a problem? Please describe. There is a dire need to replace Statbot in the guild I run the bot instance in.

Describe the solution you'd like This extends the functionality of the leveling system we have planned (#138) to provide guild message insights. Math skills is a requirement before digging in. The article we provided below is an example of what could be included. Some ideas we also have include:

Traditional level roles are rigid and one-way: users keep their roles forever once obtained, even if they later become inactive. Instead this will be using a member's stats over a range of time to reward and remove roles. They make it easy to reward the members who keep coming back to the community.

This will not be available as a user app.

Describe alternatives you've considered Not an alternative, but this rather extends the functionality if we do provide it. Support for tracking member activities and statuses and the duration of each individual activity/status over a span of time. Can store this data forever or for a set period of time.

Additional context Relevant article on what this is: https://support-dev.discord.com/hc/en-us/articles/360043053492-Statistics-Bot-Policy

SGA-A commented 1 month ago

Image manipulation is also an implicit requirement before making progress on this, which itself should deserve it's own issue because of it's dependency on other issues too.

SGA-A commented 2 weeks ago

Realistically speaking, we will not begin working on this until next year most likely.