parts,wip
This commit is contained in:
parent
d8833e27f0
commit
b6eef91f45
1 changed files with 35 additions and 7 deletions
42
index.gv
42
index.gv
|
@ -73,7 +73,9 @@ devops_ops_release -> devops_ops_deploy -> devops_ops_operate -> devops_ops_moni
|
||||||
devops_dev_test -> devops_ops_release
|
devops_dev_test -> devops_ops_release
|
||||||
devops_ops_monitor -> devops_dev_plan
|
devops_ops_monitor -> devops_dev_plan
|
||||||
|
|
||||||
#
|
# ╭──────────╮
|
||||||
|
# │ Projects │
|
||||||
|
# ╰──────────╯
|
||||||
|
|
||||||
node [fillcolor="#303030"]
|
node [fillcolor="#303030"]
|
||||||
edge [color="#6060FF"]
|
edge [color="#6060FF"]
|
||||||
|
@ -147,11 +149,6 @@ label="RWX:\nRead Write eXecute"
|
||||||
URL="https://rwx.rwx.work"
|
URL="https://rwx.rwx.work"
|
||||||
]
|
]
|
||||||
|
|
||||||
{
|
|
||||||
rwx_rwx_python [label="Python"]
|
|
||||||
rwx_rwx_shell [label="Shell"]
|
|
||||||
} -> rwx_rwx
|
|
||||||
|
|
||||||
rwx_spcd [
|
rwx_spcd [
|
||||||
fontcolor="#8080FF"
|
fontcolor="#8080FF"
|
||||||
label="SPCD:\nShell to Python\nContinuous Deployment"
|
label="SPCD:\nShell to Python\nContinuous Deployment"
|
||||||
|
@ -177,7 +174,26 @@ label="TODO:\nTO\nDO"
|
||||||
URL="https://todo.rwx.work"
|
URL="https://todo.rwx.work"
|
||||||
]
|
]
|
||||||
|
|
||||||
#
|
# ╭───────╮
|
||||||
|
# │ Parts │
|
||||||
|
# ╰───────╯
|
||||||
|
|
||||||
|
node [fillcolor="#303030"]
|
||||||
|
edge [color="#6060FF"]
|
||||||
|
|
||||||
|
{
|
||||||
|
rwx_rwx_python [label="Python"]
|
||||||
|
rwx_rwx_shell [label="Shell"]
|
||||||
|
} -> rwx_rwx
|
||||||
|
|
||||||
|
{
|
||||||
|
rwx_spcd_python [label="Python"]
|
||||||
|
rwx_spcd_shell [label="Shell"]
|
||||||
|
} -> rwx_spcd
|
||||||
|
|
||||||
|
# ╭───────╮
|
||||||
|
# │ Tasks │
|
||||||
|
# ╰───────╯
|
||||||
|
|
||||||
node [fillcolor="#303030"]
|
node [fillcolor="#303030"]
|
||||||
edge [color="#FF0000"]
|
edge [color="#FF0000"]
|
||||||
|
@ -266,4 +282,16 @@ rwx_todo_name [label="Name"]
|
||||||
rwx_todo_subdomain [label="Subdomain"]
|
rwx_todo_subdomain [label="Subdomain"]
|
||||||
} -> rwx_todo
|
} -> rwx_todo
|
||||||
|
|
||||||
|
# ╭─────╮
|
||||||
|
# │ WIP │
|
||||||
|
# ╰─────╯
|
||||||
|
|
||||||
|
node [fillcolor="#603000"]
|
||||||
|
edge [color="#FFFF00"]
|
||||||
|
|
||||||
|
wip [label="Work In\nProgress"]
|
||||||
|
wip -> {
|
||||||
|
rwx_todo
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue