This commit is contained in:
parent
77d7d3aef6
commit
1451b42912
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -81,11 +81,11 @@ flowchart BT
|
||||||
classDef dep_assigned fill:#ffa, stroke:#a50, color:#000;
|
classDef dep_assigned fill:#ffa, stroke:#a50, color:#000;
|
||||||
classDef dep_completed fill:#afa, stroke:#080, color:#000;
|
classDef dep_completed fill:#afa, stroke:#080, color:#000;
|
||||||
0:::dep_missing
|
0:::dep_missing
|
||||||
0["#1 | MISSING\n<i>Process</i>\n<b>Technology A</b>"]
|
0["#1 | MISSING<br/><i>Process</i><br/><b>Technology A</b>"]
|
||||||
1:::dep_completed
|
1:::dep_completed
|
||||||
1["#2 | COMPLETED\n<i>Process</i>\n<b>Technology B</b>"]
|
1["#2 | COMPLETED<br/><i>Process</i><br/><b>Technology B</b>"]
|
||||||
2:::eoi
|
2:::eoi
|
||||||
2["#3 | MISSING\n<i>Process</i>\n<b>Element C</b>"]
|
2["#3 | MISSING<br/><i>Process</i><br/><b>Element C</b>"]
|
||||||
2 --> 0
|
2 --> 0
|
||||||
2 --> 1
|
2 --> 1
|
||||||
```
|
```
|
||||||
|
@ -111,11 +111,11 @@ flowchart BT
|
||||||
classDef dep_assigned fill:#ffa, stroke:#a50, color:#000;
|
classDef dep_assigned fill:#ffa, stroke:#a50, color:#000;
|
||||||
classDef dep_completed fill:#afa, stroke:#080, color:#000;
|
classDef dep_completed fill:#afa, stroke:#080, color:#000;
|
||||||
0:::dep_missing
|
0:::dep_missing
|
||||||
0["#2 | MISSING\n<i>Process</i>\n<b>Processing X using machine A</b>"]
|
0["#2 | MISSING<br/><i>Process</i><br/><b>Processing X using machine A</b>"]
|
||||||
1:::dep_completed
|
1:::dep_completed
|
||||||
1["#1 | COMPLETED\n<i>Equipment</i>\n<b>Generic Machine A</b>"]
|
1["#1 | COMPLETED<br/><i>Equipment</i><br/><b>Generic Machine A</b>"]
|
||||||
2:::eoi
|
2:::eoi
|
||||||
2["#3 | MISSING\n<i>Process</i>\n<b>Element C</b>"]
|
2["#3 | MISSING<br/><i>Process</i><br/><b>Element C</b>"]
|
||||||
2 --> 0
|
2 --> 0
|
||||||
0 --> 1
|
0 --> 1
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue