|
|
Line 116: |
Line 116: |
|
| |
|
| * Source code: https://github.com/adamlofting/gitribution | | * Source code: https://github.com/adamlofting/gitribution |
|
| |
| == Querying our data ==
| |
|
| |
| We want to report on the Number of Active Contributors over time, along with Number of New Contributors in a given time.
| |
|
| |
| The query will be:
| |
|
| |
| * For date X, give me:
| |
| ** The number of unique contributors in the past 12 months
| |
| *** The number of those who contributed for the first time in the last 7 days
| |
|
| |
| These will be logged in the aggregate datastore against:
| |
| * a mofo team name (e.g. “OpenNews”)
| |
| * an activity description (e.g. “Hosted a maker party event”)
| |
| * an activity bucket (e.g. “Translation” or “Code”)
| |
| ** we will use these to group up similar activity types for use in the dashboard
| |
|
| |
|
| == MoFo contribution criteria == | | == MoFo contribution criteria == |