Adjacent routes — click a node to open it.taskflow
flowchart TD
A["Start: visitor clicks Projects"] --> B["Land on /realisations/"]
B --> C["View domain filters"]
C --> D["Browse project cards"]
D --> E["Read project summary"]
E --> F{"Filter by domain?"}
F -->|Yes| G["Select domain filter"]
G --> H["Projects filtered by domain"]
F -->|No| I["Scroll through all projects"]
H --> J["Click project card"]
I --> J
J --> K["Land on project domain"]
K --> L["View provenance badges"]
L --> M["Check stack lines"]
M --> N["Inspect repository links"]
N --> O["View evidence policy"]
O --> P["Click certificate ledger"]
P --> Q["/parcours/certifications/"]
click B "http://localhost:8000/realisations/" "Open Projects"
click K "http://localhost:8000/realisations/cybersecurite/" "Open Domain"
click Q "http://localhost:8000/parcours/certifications/" "Open Certificates"