Reference Workflow Comparison Diagram

Source: docs/architecture/REFERENCE_WORKFLOW_COMPARISON_DIAGRAM_MANUAL.html

Manual Index Client UI

Purpose

This page renders the uploaded human workflow against the implemented workflow as a single colleague-review diagram.

It is intentionally more detailed than the earlier draw.io comparison. The implemented lane shows the actual database tables used, where the workflow matches the human reference, where it expanded beyond the reference, and where the design is still partial or missing as a strict workflow capability.

The human intake approach is shown explicitly as a first-class input: the uploaded workflow image was logged in documentation and as an immutable audit event before the comparison was built.

Detailed Workflow Diagram

Detailed Earthbond workflow comparison with DB references

How To Read It

Marker Meaning
MatchedThe implemented workflow corresponds directly to the uploaded human workflow step.
PartialThe intent exists, but not as one strict universal workflow/state model.
AddedThe implemented build goes beyond the uploaded workflow.
MissingThe uploaded workflow implies a distinct lane or object model that is still not explicit in the implementation.

The right lane references the live build in database terms. The diagram uses actual table names because the point is to defend what the system does, not just describe it loosely.

Source Files

Artifact Path
Draw.io sourcedocs/architecture/EARTHBOND_REFERENCE_VS_IMPLEMENTED_WORKFLOW.drawio
Detailed SVG sourcedocs/architecture/EARTHBOND_REFERENCE_VS_IMPLEMENTED_WORKFLOW_DETAILED.svg
Human input logdocs/operations/HUMAN_INPUT_WORKFLOW_LOG_20260331.md
Alignment reportdocs/architecture/REFERENCE_WORKFLOW_ALIGNMENT_REPORT_MANUAL.html
Generatorscripts/dev/generate_reference_workflow_diagram.py