Skip to content

Commit

Permalink
Change a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
AsprasR committed Nov 19, 2018
1 parent 0eec2cb commit 776cf21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/sample.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@ ifndef::imagesdir[:imagesdir: images]
[mermaid, config="asc.conf", align="center"]
....
graph TB
A[fa:fa-desktop Client] -->|1.Get file| B(fa:fa-archive Storage)
B -->|2.Get key to file| A
A[fa:fa-desktop Client] -->|1.Send file| B(fa:fa-archive Storage)
B -->|2.Get key of file| A
A -->|3.Set loading screen :|G[fa:fa-spinner]
B -->|4. Invoke|C[fa:fa-file API]
C --> |5. Add record|D[fa:fa-database DB]
C --> |6. Run for processing|E[fa:fa-server Server]
E -->|7.Send key for file| B
B -->|8.File to process|E
E -->|9.Processing|E
....

Expand All @@ -69,6 +70,7 @@ G[fa:fa-spinner] -.-> A[fa:fa-desktop Client]
....

<<<
* Zapisanie sesji skanowania

[mermaid, config="asc.conf", align="center"]
Expand All @@ -90,6 +92,7 @@ E[fa:fa-server Server] --> |1.Edit record|D[fa:fa-database DB]
E --> |2. Send file|B[fa:fa-archive Storage]
....

<<<
== Architektura

[mermaid, config="asc.conf", align="center"]
Expand Down
Binary file modified doc/sample.pdf
Binary file not shown.

0 comments on commit 776cf21

Please sign in to comment.