mitre / saf-training

This repository contains several courses to learn about using and developing SAF capabilities
http://mitre.github.io/saf-training/
Other
7 stars 4 forks source link

OHDF Mapper Development Course Enhancements #174

Open charleshu-8 opened 2 months ago

charleshu-8 commented 2 months ago

Planned rework for OHDF mapper course release v2:

Reminders/notes:

andytang99 commented 2 days ago

Update template for SAF CLI integration in the appendix to make sure that the json.stringify is formatted. This is in the Skeleton Convert Command File section. fs.writeFileSync(checkSuffix(flags.output), JSON.stringify(converter.toHdf())) -> fs.writeFileSync(checkSuffix(flags.output), JSON.stringify(converter.toHdf(), null, 2))