ODU-CGA-CubeSat / sealion-mission-architecture

SeaLion Mission Architecture - ground station & flight software architecture for the joint CubeSat mission between Old Dominion University & Coast Guard Academy
https://odu-cga-cubesat.github.io/sealion-mission-architecture
MIT License
2 stars 10 forks source link

generate view of component composition #145

Open capsulecorplab opened 2 years ago

capsulecorplab commented 2 years ago

Generate a view, albeit a tree diagram, s.a., a block definition diagram (bdd), or element table, showing component composition

This can be implemented by using the dist/component.yaml file, generated from the buildDocs.sh script, as input data into a liquid template for generating a bdd in plantuml

capsulecorplab commented 2 years ago

the liquid template used to generate the component composition view can serve as the basis for #123

capsulecorplab commented 2 years ago

Issue currently blocked on #143, but should be resolved by #144