Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 790 Bytes

File metadata and controls

25 lines (17 loc) · 790 Bytes

ephios-qualification-fixtures

Contains fixtures of commonly used qualifications for ephios.

Building

For every language, we have a json file per qualification category. Use python collect.py --all to unify them in a single _all.json file that can be used in the qualification importer in ephios.

Visualizing

Use the --mermaid flag with the collect script to generate mermaid code visualizing the inclusions in every _all.json.

python collect.py --all --mermaid

The code can be rendered to an image using mermaid-cli, e.g.:

mmdc -i de/_all.json.mermaid -o de/_all.svg

graph visualization of german qualification fixtures