doc(diagrams): add some diagrams in mermaid format

This commit is contained in:
fbachus
2026-07-31 04:10:02 +02:00
parent ee43064903
commit 48e359a315
3 changed files with 91 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
flowchart TD
Start-->stat[Search Station]-->selstat[Select station]
selstat-->seldep["`Select departure:
vehicle, direction & time`"]
seldep-->selarr["`Select arrival station:
when & where to exit`"] --> sw{switch?} --yes-->seldep
sw--"no"-->fin([journey details])