Skip to content

Instantly share code, notes, and snippets.

@yuuki
Last active July 30, 2022 06:21
Show Gist options
  • Save yuuki/2c57205c588f862020f943cdbd949d35 to your computer and use it in GitHub Desktop.
Save yuuki/2c57205c588f862020f943cdbd949d35 to your computer and use it in GitHub Desktop.
flowchart LR

ui-dashboard[ui-dashboard]

subgraph Travel
travel[travel]
travel2[travel2]
end

user[user]

subgraph Auth
auth[auth]
verification-code[verification-code]
end

station[station]
train[train]
config[config]
security[security]
execute[execute]
contacts[contacts]

subgraph Order
order[order]
order-other[order-other]
cancel[cancel]
end

subgraph Preserve
preserve[preserve]
preserve-other[preserve-other]
end

price[price]
basic[basic]
ticketinfo[ticketinfo]
notification[notification]

subgraph Payment
inside-payment[inside-payment]
payment[payment]
end

rebook[rebook]
route[route]
assurance[assurance]
ticket-office[ticket-office]
travel-plan[travel-plan]

subgraph Consign
consign[consign]
consign-price[consign-price]
end

voucher[voucher]
route-plan[route-plan]

subgraph Food
food[food]
food-map[food-map]
end

news[news]

subgraph Admin
admin-basic-info[admin-basic-info]
admin-order[admin-order]
admin-route[admin-route]
admin-travel[admin-travel]
admin-user[admin-user]
end

avatar[avatar]

ui-dashboard --> travel
ui-dashboard --> travel2
ui-dashboard --> user
ui-dashboard --> auth
ui-dashboard --> verification-code
ui-dashboard --> station
ui-dashboard --> train
ui-dashboard --> config
ui-dashboard --> security
ui-dashboard --> execute
ui-dashboard --> contacts
ui-dashboard --> order
ui-dashboard --> order-other
ui-dashboard --> preserve
ui-dashboard --> preserve-other
ui-dashboard --> price
ui-dashboard --> basic
ui-dashboard --> ticketinfo
ui-dashboard --> notification
ui-dashboard --> inside-payment
ui-dashboard --> rebook
ui-dashboard --> cancel
ui-dashboard --> route
ui-dashboard --> assurance
ui-dashboard --> ticket-office
ui-dashboard --> travel-plan
ui-dashboard --> consign
ui-dashboard --> voucher
ui-dashboard --> route-plan
ui-dashboard --> food
ui-dashboard --> news
ui-dashboard --> admin-basic-info
ui-dashboard --> admin-order
ui-dashboard --> admin-route
ui-dashboard --> admin-travel
ui-dashboard --> admin-user
ui-dashboard --> avatar

admin-basic-info --> station
admin-basic-info --> train
admin-basic-info --> config
admin-basic-info --> price
admin-basic-info --> contacts

admin-order --> order
admin-order --> order-other

admin-route --> route
admin-travel --> travel
admin-travel --> travel2
admin-user --> user

auth --> verification-code

basic --> station
basic --> train
basic --> route
basic --> price

cancel --> notification
cancel --> order
cancel --> order-other
cancel --> inside-payment
cancel --> user
cancel --> order
cancel --> order-other

consign --> consign-price

contacts --> sso-travel

execute --> order
execute --> order-other
execute --> order-other

food --> food-map
food --> travel
food --> station

inside-payment --> order
inside-payment --> order-other
inside-payment --> payment

order --> station
order-other --> station

preserve --> ticketinfo
preserve --> seat
preserve --> user
preserve --> assurance
preserve --> station
preserve --> security
preserve --> travel
preserve --> security
preserve --> contacts
preserve --> order
preserve --> food
preserve --> consign

preserve-other --> ticketinfo
preserve-other --> seat
preserve-other --> user
preserve-other --> assurance
preserve-other --> station
preserve-other --> security
preserve-other --> travel2
preserve-other --> security
preserve-other --> contacts
preserve-other --> order-other
preserve-other --> food
preserve-other --> consign

rebook --> seat
rebook --> travel
rebook --> travel2
rebook --> order
rebook --> order-other
rebook --> station
rebook --> inside-payment

route-plan --> route
route-plan --> travel
route-plan --> travel2
route-plan --> station

seat --> travel
seat --> travel2
seat --> order
seat --> order-other
seat --> config

security --> order
security --> order-other

ticketinfo --> basic

travel-plan --> seat
travel-plan --> route-plan
travel-plan --> travel
travel-plan --> travel2
travel-plan --> ticketinfo
travel-plan --> station

travel --> ticketinfo
travel --> order
travel --> train
travel --> route
travel --> seat

travel2 --> ticketinfo
travel2 --> order
travel2 --> train
travel2 --> route
travel2 --> seat

user --> auth

voucher --> order
voucher --> order-other

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment