Eric Pickup

Results 8 comments of Eric Pickup

Quick note: - We can archive repos through the api however we **cannot** un-archive them through the github api. If teachers archive all of the student repos it cannot be...

@shaunakpp let's set up some time today to work on this! A couple solutions I've thought about.. 1. When a new assignment is created or a new teacher/TA is added...

> This may not work if the starter code repository is a public repository not belonging to the teacher or the organization. This step wouldn't be necessary if it's a...

@BenEmdon I really like this solution and think it's the most stable. We could fork the repo over to the organization instead of copying using templates. That removes the extra...

The forking can solve a lot of our issues such as this one, #2234 and #2032 but I've _just_ started working on it and am noticing some concerns: - We...

FYI @jeffrafter we should add this row to the table due to #2234: | Owner | Public/Private | Students can see/use the template | |-----------|----------------------|----| | Third party org[^2] |...

@d12 that's a good point. What do you think about _just_ providing detailed failure/error reports to the user like I mentioned in https://github.com/education/classroom/issues/2222#issuecomment-521460371? I personally think it's still worth providing...

**Update:** I've put up a PR for a back-end solution to this in #2286 and have proposed a front-end method of preventing this in #2285.