udacity / blockchain-nanodegree-issues

Issues for Udacity's Blockchain Nanodegree program
2 stars 2 forks source link

Confusing Rubric for Blockchain Data -> Project: Private Blockchain #154

Closed liamseanbrady closed 5 years ago

liamseanbrady commented 5 years ago

The Rubric for this project states: "SimpleChain.js includes the Node.js level library and configured to persist data within the project directory.". This is slightly confusing because the boilerplate code we are given via the GitHub repo has the 'level' library included in 'LevelSandbox.js', and 'LevelSandbox' is required by 'BlockChain.js' in order to connect to LevelDB. This means the 'simpleChain.js' has no direct connection to the 'level' library.

Link to Rubric: https://review.udacity.com/#!/rubrics/2040/view

Thanks!

jperera84 commented 5 years ago

Thanks, Liam, the rubric is based on the other boilerplate, I will update this to include or exclude any mention to the starter codes

jperera84 commented 5 years ago

Liam, I just updated the rubric, hope it is much better now.

liamseanbrady commented 5 years ago

Fantastic—that was so quick!