pba-content
pba-content copied to clipboard
Migrate code into dedicated repo(s) for FRAME module
This repo should include only student-facing slides and instructor-facing notes on how to run the show :teacher:
Looks like these are the only code examples we should move out into either a monorepo for the module, or if intended to be packaged and shared independently in separate repo(s):
- [ ] syllabus/5-FRAME/benchmarking-activity
- [ ] syllabus/5-FRAME/frame-storage-activity
- [ ] syllabus/5-FRAME/simple-runtime
- [ ] Reference new repos in the README for the module for instructors know where to look for them and what to do with them
This time code was shared as a zip that (I think, correct if wrong) was made on the fly from live-coding, not as a formal crate, but as raw X.rs files for people to look at.
Is the intention not to share the included rust crates in this module, but rather essentially hand write out parts of the slides code and then (if they request it) send the files out to them, instead of just pointing to the slide code snippets?
syllabus/6-FRAME/2-FRAME_Basics/FRAME_Storage_Slides.md was delivered, with this file shared after I think:
frame-storage-activity.zip
True live coding obviously cannot make its way into repos, since it is being generated live.
Code from slides are included in the pba-content: https://github.com/Polkadot-Blockchain-Academy/pba-content/tree/main/syllabus/6-FRAME/frame-storage-activity
syllabus/5-FRAME/simple-runtime
Is totally legacy and should be deleted IMO.