Public Access
doc(diagrams): add some diagrams in mermaid format
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user