2024-02-12-01
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
d654ae6731
commit
7c105dcee2
3 changed files with 93 additions and 28 deletions
|
|
@ -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
|
||||
==================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue