-
Notifications
You must be signed in to change notification settings - Fork 0
Description
continuing from open-learning/pr#4 where @dominictarr said:
hey, so I read most of this material.
I see you have had the content-addressability revelation!
Though if you want to have true public verifications then you'll need to sign the commits
(the name on a git commit is just a text field so you can make a commit with anyone's name on it)Did you just write it up as git to explain how it works? This would be much easier to use if you made another tool that just wrapped git. With commands like
list lessonscreate lessonwhich would manage git refs under the hood.Im a little worried about this: https://github.com/open-learning/git4ol/blob/master/activities.md#assets
how you are defining the steps within the refs - as a tree of refs. I worry you are overusing refs here.
And it seems very strange to use git and then create another version manager (with those version numbers) on top of it. The problem here is that refs are just mutable pointers, and so while you can verify the git trees, you can't verify the refs... Would it be possible to put the steps into a file, and then check that in? then you can version the lessons with git.