Closed asterisg closed 1 year ago
The sgen tool (found in tools/sgen.js) parses the Modules for the WDX:META:PROGRESS string dynamically generates all the required progress.draft CSVs.
For example, to generate the content for week 04 (including the progress CSV files) you can run:
Usage: node tools/sgen.js curriculum/schedule/week04.yaml
Right now, for week04.yaml, the CSV files for day 1 and 2 have been generated through META comments found in these 2 files for the respective days:
https://raw.githubusercontent.com/in-tech-gration/WDX-180/main/curriculum/modules/css/styling_tables_debugging_organizing/index.md
https://raw.githubusercontent.com/in-tech-gration/WDX-180/main/curriculum/modules/css/styling_text/index.md
Study the files to see how the WDX:META:PROGRESS syntax works and update the modules for days 3, 4 and 5.
You'll find the modules in the following file:
https://github.com/in-tech-gration/WDX-180/blob/main/curriculum/schedule/week04.yaml
@kostasx Latest commit on main contains content for Days 3,4 , and 5
The sgen tool (found in tools/sgen.js) parses the Modules for the WDX:META:PROGRESS string dynamically generates all the required progress.draft CSVs.
For example, to generate the content for week 04 (including the progress CSV files) you can run:
Usage: node tools/sgen.js curriculum/schedule/week04.yaml
Right now, for week04.yaml, the CSV files for day 1 and 2 have been generated through META comments found in these 2 files for the respective days:
https://raw.githubusercontent.com/in-tech-gration/WDX-180/main/curriculum/modules/css/styling_tables_debugging_organizing/index.md
https://raw.githubusercontent.com/in-tech-gration/WDX-180/main/curriculum/modules/css/styling_text/index.md
Study the files to see how the WDX:META:PROGRESS syntax works and update the modules for days 3, 4 and 5.
You'll find the modules in the following file:
https://github.com/in-tech-gration/WDX-180/blob/main/curriculum/schedule/week04.yaml