New Mermaid for Patrick#
First draft made by Patrick on miro.com

flowchart LR
subgraph 0[ \n]
ts[Trial\nstart]
et[Edit\ntool]
end
subgraph 1[Same information, different view]
ABAi[Aba\nInventory]-->|includes|glbl[Global Reinventing Audit\nCommunity Manager Inventory] & glbl2[Global Reinventing Audit\nCommunity Manager Inventory]
end
subgraph 2[ \n]
ki[Key informations]
sd[Solutions details]
end
subgraph 3[ \n]
cl[Change log]
s[Solutions]
ac[ABA\ncontributors]
end
subgraph 4[ \n]
acd[ABA\ncontributors\n- Delete]
acae[ABA\ncontributor\n- Add/Edits]
acv[ABA\ncontributors\n- Validate]
end
A[GRA\nBack office]-->|includes|O1[Other\nsection] & 02[Other\nsection] & 03[Other\nsection]
A-->|includes|ABA[ABA\nmonitoring] & D[Documentation]
D-->0
03-->|by testing|30[30-day\ntrial]
ABA-->|by testing|ABAi & ac
glbl & glbl2-->ki & sd
ki & sd-->s
G[Global Reinventing\naudit - Community\nmanager]-->|TAB|cl & s & ac
ac---acd & acae & acv
%%Styles
classDef or fill:#ffdfba
G:::or
A:::or
classDef ver fill:#baffc9
ts:::ver
et:::ver
classDef ble fill:#bae1ff
O1:::ble
02:::ble
03:::ble
D:::ble
ABA:::ble
30:::ble
ABAi:::ble
glbl:::ble
glbl2:::ble
ki:::ble
sd:::ble
cl:::ble
s:::ble
ac:::ble
acd:::ble
acae:::ble
acv:::ble
classDef w fill:#ffffff
0:::w
1:::w
2:::w
3:::w
4:::w
