status-go
status-go copied to clipboard
Metrics for admin of community
A few metrics that we should keep track of for the admin of a community:
- When a user has requested access (this should be available in the db already)
- When a user was banned from a community (I don't think we keep track of this metric)
- How many posts for a given user (the raw data is available, it needs to be counted up, probably not terribly efficient, though it might be a start)
This is related to the new Community members design in Figma: https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=3113%3A356327
Required data:
- number of messages
- joined community date
- join request date
- rejection date
- banned date
This issue is required by https://github.com/status-im/status-desktop/issues/5979