doc-public/source/archive/index.rst
GnomeZworc 7c105dcee2
2024-02-12-01
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2024-02-12 19:55:43 +01:00

33 lines
No EOL
897 B
ReStructuredText

Archive de Nicolas
==================
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