Problem:
We are tracking the number of editors who make at least 1/5/100 edits in the past 30 days at https://grafana.wikimedia.org/d/000000162/wikidata-site-stats?orgId=1. This is for all edits across all namespaces. It'd be useful to also keep this statistic split by namespace. The main namespace, Property namespace and the Lexeme namespace are of special interest but we will want to look at the others as well.
Acceptance criteria:
- new graph exists on https://grafana.wikimedia.org/d/000000162/wikidata-site-stats?orgId=1 that shows the number of editors per namespace over time
- graph is split by activity level (at least 1/5/100 edits in the past 30 days)
Notes:
- We count only the edits an editor makes in a specific namespace: e.g. if a user makes 10 edits in Lexemes and 100 edits in the main namespace, then they should be counted as active (5 or more edits) for the Lexeme namespace and very active (100 or more edits) for the main namespace.
- Testing locally cannot happen out of the box
Links that may be useful