docs: remove architecture audit document in French

This commit is contained in:
Bruno Charest 2025-10-06 14:27:57 -04:00
parent bb365c60c1
commit b359e8ab8e
11 changed files with 24 additions and 24 deletions

View File

@ -4,38 +4,38 @@
```
┌─────────────────────────────────────────────────────────────────┐
│ FRONTEND (Angular 20)
│ FRONTEND (Angular 20) │
├─────────────────────────────────────────────────────────────────┤
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
│ │ UI Layer │ │ Main Thread │ │ Web Workers │ │
│ │ │ │ │ │ │ │
│ │ • Components │ │ • Services │ │ • Markdown │ │
│ │ • OnPush CD │ │ • Signals │ │ Parser │ │
│ │ • Virtual │ │ • HTTP │ │ • Search │ │
│ │ Scroll │ │ • State Mgmt │ │ Index │ │
│ │ │ │ │ │ • Graph │ │
│ └──────────────┘ └──────────────┘ │ Layout │ │
│ │ │ └──────────────┘ │
│ └──────────────────┴─────────────────┘ │
│ │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ │ UI Layer │ │ Main Thread │ │ Web Workers │
│ │ │ │ │ │ │
│ │ • Components │ │ • Services │ │ • Markdown │
│ │ • OnPush CD │ │ • Signals │ │ Parser │
│ │ • Virtual │ │ • HTTP │ │ • Search │
│ │ Scroll │ │ • State Mgmt │ │ Index │
│ │ │ │ │ │ • Graph │
│ └──────────────┘ └──────────────┘ │ Layout │
│ │ │ └──────────────┘
│ └──────────────────┴─────────────────┘
│ │ │
└────────────────────────────┼────────────────────────────────────┘
│ HTTP/JSON
┌─────────────────────────────────────────────────────────────────┐
│ BACKEND (Node.js Express)
│ BACKEND (Node.js Express) │
├─────────────────────────────────────────────────────────────────┤
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
│ │ API Routes │ │ Services │ │ Watchers │ │
│ │ │ │ │ │ │ │
│ │ • /api/vault │ │ • VaultSvc │ │ • Chokidar │ │
│ │ • /api/search│ │ • SearchSvc │ │ • SSE Events │ │
│ │ • /api/log │ │ • LogSvc │ │ │ │
│ │ • /api/health│ │ • CacheSvc │ │ │ │
│ └──────────────┘ └──────────────┘ └──────────────┘ │
│ │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ │ API Routes │ │ Services │ │ Watchers │
│ │ │ │ │ │ │
│ │ • /api/vault │ │ • VaultSvc │ │ • Chokidar │
│ │ • /api/search│ │ • SearchSvc │ │ • SSE Events │
│ │ • /api/log │ │ • LogSvc │ │ │
│ │ • /api/health│ │ • CacheSvc │ │ │
│ └──────────────┘ └──────────────┘ └──────────────┘
│ │ │ │
│ └──────────────────┴─────────────────┐ │
│ └──────────────────┴─────────────────┐
│ ▼ │
│ ┌──────────────────┐ │
│ │ Meilisearch │ │