LearnTeachCode / leadership

For the Learn Teach Code leadership team to organize ideas and next steps for improving and growing our community
6 stars 0 forks source link

Research and decide on how best to collect group project repos #28

Open LearningNerd opened 7 years ago

LearningNerd commented 7 years ago

As we start doing more group projects with our community, we'd like to keep track of them all so we can showcase them on our website and stuff like that!

Option 1: Make everyone store their project repos on our LearnTeachCode organization account.

Option 2: Is there some other way to automate collecting repos for Learn Teach Code group projects while still allowing individual people to store the repo on their personal GitHub accounts?

If you have any ideas for this or have done any research, post a comment here!

LearningNerd commented 7 years ago

I checked real quick, and it looks like GitHub does not have tags for repos that we could use to automate collecting repos on individual accounts. (I was hoping there was a way we could just add #LearnTeachCode and use the GitHub API to collect all of the repos with that tag.) Maybe there is a way though, by searching through the repo descriptions? I dunno how messy that would be to implement.

rouzbeh84 commented 7 years ago

Maybe there is some sort of Zapier tool to do this. I know we can have slack alerts based on pushes so maybe something similar for this?

armaneous commented 7 years ago

I like Patrick's (slack: @mapfilterrecluce) suggestion in #java on using AWS Lambda.

The other way, without fiddling with AWS services (that would cost money), would be to have a JS function that runs the GitHub API to access a predefined set of repos to look up on page load (network costly, could feel "slow"). We'd just need to maintain that list.