Metadata Workflow

We identify Things on Diagrams using an interactive Metadata Editor in a repository maintenance workflow.

See Metadata Diagrams where the tool looks at itself.

The conceptual structure is white.

digraph { node [style=filled fillcolor=lightgreen] index json png node [shape=box fillcolor=white] team -> diagram -> thing -> dot [label=has] diagram -> png dot -> json node [fillcolor=bisque] png -> indexer json -> indexer indexer -> index [label=upload] index -> editor editor -> json [label=download] editor -> team [label=search] editor -> diagram [label=search] editor -> thing [label=search] }

Note: dot is the red laser dot used to annotate diagrams. Do not confuse it with the dot graph language used for whole diagrams.

Here png stands for all image formats we read.