decrypto-org / blockchain-course

An interactive course on blockchain science and engineering
MIT License
14 stars 11 forks source link

assignments folder should be empty #31

Closed dionyziz closed 5 years ago

dionyziz commented 5 years ago

This allows it to be its separate submodule

cnasikas commented 5 years ago

What do you mean ?

dionyziz commented 5 years ago

The folder db/assignments contains some files in the current repo. In particular, it contains an index.js and a judge folder. These should be moved out of the db/assignments folder and into somewhere else (e.g. db/judge?) Then the db/assignments folder will be empty. That way, if someone has another git repository where their assignments are maintained, it can be included as a git submodule and cloning can be done directly into the empty db/assignments folder.

cnasikas commented 5 years ago

index.js is crucial for assignments loading. Where it should be placed ?

cnasikas commented 5 years ago

Nevermind, thought a better solution. index.js is not needed.