docs: remove architecture audit document in French
This commit is contained in:
parent
bb365c60c1
commit
b359e8ab8e
@ -4,38 +4,38 @@
|
|||||||
|
|
||||||
```
|
```
|
||||||
┌─────────────────────────────────────────────────────────────────┐
|
┌─────────────────────────────────────────────────────────────────┐
|
||||||
│ FRONTEND (Angular 20) │
|
│ FRONTEND (Angular 20) │
|
||||||
├─────────────────────────────────────────────────────────────────┤
|
├─────────────────────────────────────────────────────────────────┤
|
||||||
│ │
|
│ │
|
||||||
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
|
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
|
||||||
│ │ UI Layer │ │ Main Thread │ │ Web Workers │ │
|
│ │ UI Layer │ │ Main Thread │ │ Web Workers │ │
|
||||||
│ │ │ │ │ │ │ │
|
│ │ │ │ │ │ │ │
|
||||||
│ │ • Components │ │ • Services │ │ • Markdown │ │
|
│ │ • Components │ │ • Services │ │ • Markdown │ │
|
||||||
│ │ • OnPush CD │ │ • Signals │ │ Parser │ │
|
│ │ • OnPush CD │ │ • Signals │ │ Parser │ │
|
||||||
│ │ • Virtual │ │ • HTTP │ │ • Search │ │
|
│ │ • Virtual │ │ • HTTP │ │ • Search │ │
|
||||||
│ │ Scroll │ │ • State Mgmt │ │ Index │ │
|
│ │ Scroll │ │ • State Mgmt │ │ Index │ │
|
||||||
│ │ │ │ │ │ • Graph │ │
|
│ │ │ │ │ │ • Graph │ │
|
||||||
│ └──────────────┘ └──────────────┘ │ Layout │ │
|
│ └──────────────┘ └──────────────┘ │ Layout │ │
|
||||||
│ │ │ └──────────────┘ │
|
│ │ │ └──────────────┘ │
|
||||||
│ └──────────────────┴─────────────────┘ │
|
│ └──────────────────┴─────────────────┘ │
|
||||||
│ │ │
|
│ │ │
|
||||||
└────────────────────────────┼────────────────────────────────────┘
|
└────────────────────────────┼────────────────────────────────────┘
|
||||||
│ HTTP/JSON
|
│ HTTP/JSON
|
||||||
▼
|
▼
|
||||||
┌─────────────────────────────────────────────────────────────────┐
|
┌─────────────────────────────────────────────────────────────────┐
|
||||||
│ BACKEND (Node.js Express) │
|
│ BACKEND (Node.js Express) │
|
||||||
├─────────────────────────────────────────────────────────────────┤
|
├─────────────────────────────────────────────────────────────────┤
|
||||||
│ │
|
│ │
|
||||||
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
|
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
|
||||||
│ │ API Routes │ │ Services │ │ Watchers │ │
|
│ │ API Routes │ │ Services │ │ Watchers │ │
|
||||||
│ │ │ │ │ │ │ │
|
│ │ │ │ │ │ │ │
|
||||||
│ │ • /api/vault │ │ • VaultSvc │ │ • Chokidar │ │
|
│ │ • /api/vault │ │ • VaultSvc │ │ • Chokidar │ │
|
||||||
│ │ • /api/search│ │ • SearchSvc │ │ • SSE Events │ │
|
│ │ • /api/search│ │ • SearchSvc │ │ • SSE Events │ │
|
||||||
│ │ • /api/log │ │ • LogSvc │ │ │ │
|
│ │ • /api/log │ │ • LogSvc │ │ │ │
|
||||||
│ │ • /api/health│ │ • CacheSvc │ │ │ │
|
│ │ • /api/health│ │ • CacheSvc │ │ │ │
|
||||||
│ └──────────────┘ └──────────────┘ └──────────────┘ │
|
│ └──────────────┘ └──────────────┘ └──────────────┘ │
|
||||||
│ │ │ │
|
│ │ │ │
|
||||||
│ └──────────────────┴─────────────────┐ │
|
│ └──────────────────┴─────────────────┐ │
|
||||||
│ ▼ │
|
│ ▼ │
|
||||||
│ ┌──────────────────┐ │
|
│ ┌──────────────────┐ │
|
||||||
│ │ Meilisearch │ │
|
│ │ Meilisearch │ │
|
Loading…
x
Reference in New Issue
Block a user