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 │ │ │ │ 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 │ │