TheOdinProject / ruby_course

The Ruby course on The OdinProject
49 stars 168 forks source link

Dynamic Seeding #12

Open mindovermiles262 opened 6 years ago

mindovermiles262 commented 6 years ago

Creating lessons by seeding is inefficient and can be troublesome with the disjoint between the seed and the lesson.

One workaround for this would be to include metadata for each lesson in the header. There are Kramdown parsers (Kramdown-metadata-parser) that are able to read this information and return a hash.

We can then use this data to dynamically seed the ruby lessons.

I'd like to test-run this type of seeding with the ruby content before rolling it out site-wide

KevinMulhern commented 6 years ago

@CouchofTomato is current experimenting with this. If anyone is interested in this they should talk to him 😄