-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Description
Right now, stats about Study Groups globally are scattered between multiple repositories (the Study Group Project Website, the Study Group Lessons Repo, the Orientation Gitbook, just to name a few).
Process
Right now, the process is somewhat manual:
For collecting events or activity data on Study Groups:
- Aurelia runs the scripts in the sg-events to collect data on forks.
For outreach to new Study Groups:
- Aurelia gets a ping from Zapier each time a new fork is made to the Study Group Project.
- Aurelia reaches out to the Study Group forker via issues on their forked repository with a welcome message, pointing to the Study Group Orientation Guide.
- Aurelia manually logs their repository URL and contact information in a spreadsheet, and updates the map on our website.
For reporting back about Study Group Events:
- Person hosts an event for their study group and adds it to their Study Group Site
- Person (optionally) enters in information about their event via the form linked on the Study Group Events Page
For sourcing events material:
- Person hosts event but needs ideas for how to structure the workshop or tutorial they would like to host
- Person visits the Study Group Lessons repo for scripts, outlines, and ideas on what types of sessions they can host
- Person (optionally) contributes back their own lessons via the issues in the lessons repo
Expected result
A unified set of scripts that pulls contributor data from these repos and compiles it into a dataset or short report would be lovely, and would greatly help us showcase what our Study Groups are doing, and support them locally.
Current result
We pull and store some data from github in the sg-events repository, and have a geojson dataset that allows us to populate a map on our website of where active study groups are located.
Possible Fix
However possible, it would be great to streamline the process for collecting data about new forked Study Group Projects and their activity, members and events for display on a visualization dashboard here.