naucse.python.cz icon indicating copy to clipboard operation
naucse.python.cz copied to clipboard

Materials of archived courses should be freezed/should not change

Open messa opened this issue 6 years ago • 4 comments

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 avatar Sep 30 '17 22:09 messa

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.

messa avatar Sep 30 '17 22:09 messa

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

encukou avatar Oct 02 '17 14:10 encukou

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

mikicz avatar Apr 20 '18 12:04 mikicz

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

hroncok avatar Apr 20 '18 12:04 hroncok