38 lines
No EOL
929 B
ReStructuredText
38 lines
No EOL
929 B
ReStructuredText
Archive de Nicolas
|
|
==================
|
|
|
|
|
|
.. toctree::
|
|
|
|
ceph_cluster
|
|
|
|
Une idee de merde faudrait que je retourne dessus une jour...
|
|
|
|
.. mermaid::
|
|
|
|
sequenceDiagram
|
|
participant Client
|
|
participant Admin
|
|
participant TRCP
|
|
participant Zammad
|
|
Admin->>TRCP: Add stock
|
|
loop Commandes
|
|
Client->>TRCP: Create commandes
|
|
TRCP->>Admin: notifie nouvelle commande
|
|
end
|
|
Note right of TRCP: boucle de commande
|
|
Admin->>TRCP: List commandes
|
|
Admin->>TRCP: validate one command
|
|
TRCP->>Zammad: Create ticket in zammad
|
|
Zammad->>TRCP: give ticket id
|
|
Zammad->>Client: send validation mail
|
|
loop exchange
|
|
Client-->>Zammad: ask
|
|
Zammad-->>Client: ask
|
|
end
|
|
loop status
|
|
Client->>TRCP: ask status
|
|
TRCP->>Zammad: get status
|
|
Zammad->>TRCP: send back status
|
|
TRCP->>Client: respond intel
|
|
end |