Update README.md
This commit is contained in:
parent
e5e227512e
commit
242d3bd915
1 changed files with 31 additions and 3 deletions
34
README.md
34
README.md
|
|
@ -13,7 +13,35 @@ Then open http://localhost:8000 and upload PDFs. Configure rate via env var RATE
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
graph TD
|
graph TD
|
||||||
A[Start] --> B{Is it working?}
|
subgraph WebApp ["Studio Einszwovier Internal Pages"]
|
||||||
B -- Yes --> C[Celebrate 🎉]
|
LP[Landing Page<br>studio-einszwovier.local]
|
||||||
B -- No --> D[Debug 🔧]
|
About[About Page]
|
||||||
|
CostCalc[Cost Calculator]
|
||||||
|
Mailto[Mailto Contact]
|
||||||
|
OutlinePage[Outline Page<br>Knowledge Library<br>via IServ SSO]
|
||||||
|
end
|
||||||
|
|
||||||
|
subgraph Matrix ["Matrix Server"]
|
||||||
|
MatrixServer[Matrix Server<br>Collect print jobs & payments]
|
||||||
|
end
|
||||||
|
|
||||||
|
subgraph OutlineServer ["Outline Server"]
|
||||||
|
OutlineSrv[Outline Server<br>Manages manuals & docs]
|
||||||
|
end
|
||||||
|
|
||||||
|
%% Landing page links
|
||||||
|
LP --> About
|
||||||
|
LP --> CostCalc
|
||||||
|
LP --> Mailto
|
||||||
|
LP --> MatrixServer
|
||||||
|
LP --> OutlinePage
|
||||||
|
|
||||||
|
%% Cost calculator workflow
|
||||||
|
CostCalc --> PDF[PDF upload]
|
||||||
|
PDF --> Quote[Generate Quote]
|
||||||
|
Quote --> MatrixServer
|
||||||
|
|
||||||
|
%% Outline workflow
|
||||||
|
OutlinePage --> OutlineSrv
|
||||||
|
|
||||||
```
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue