pyvec / naucse.python.cz

Website with learning materials / Stránka s učebními materiály
https://naucse.python.cz
Other
321 stars 118 forks source link

Materials of archived courses should be freezed/should not change #214

Open messa opened 7 years ago

messa commented 7 years ago

Right now courses, for example runs/2017/pyladies-praha-jaro/info.yml, just reference lessons by their path, for example beginners/testing.

What happens when the lesson moves to other directory or even disappears? It would break content of some previous course if someone doesn't dedicate their time to update all such references.

What happens when the lesson changes? I think the content of the old course should be preserved as is, as it was presented and teached.

Since all materials are currently in git on Github, accessible through git and Github APIs, this could be doable for example by creating a new branch after each course ends and material for the archived course could be rendered from the given branch instead of master.

messa commented 7 years ago

Looking from very high level, this is the same thing as #175 - the archived courses just would be rendered from branch in the upstream repository in same/similar way as contributed courses from PR branches.

encukou commented 7 years ago

Right, the plan is to do this after #175 is implemented. Thanks for saying it explicitly :)

mikicz commented 6 years ago

I removed the blocked label from this since #175 is practically finished.

hroncok commented 6 years ago

Note that MI-PYT runs are frozen and may serve as a reference.