2024-02-12-01

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2024-02-12 19:55:43 +01:00
commit 7c105dcee2
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
3 changed files with 93 additions and 28 deletions

View file

@ -6,35 +6,9 @@ Documentation de GnomeZworc!
:caption: Contents:
doc_api/index
personnal/index
archive/index
.. 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
Indices and tables
==================