RaspberryPiFoundation / lesson_format

Lesson formatter
17 stars 28 forks source link

Lesson Formatter as a Service #126

Closed andylolz closed 5 months ago

andylolz commented 9 years ago

In the spirit of making it as simple as possible to contribute to code club projects, it would be great to offer the lesson formatter as a service (LFaaS)

So the MVP here is a web form that accepts input repos and an output repo, runs the lesson formatter (like the current API route) on submit, and creates a PR to the output repo (like the current autobuild). Further down the line, submitting a single lesson md/zip would be cool, but that is more complicated.

Note #125 – I think this should also be part of the separate repo.

andylolz commented 9 years ago

Unassigning myself as I will never get to this. But I do think it’s an interesting one.