feat: Add dashboard loading and error UIs, introduce standardized API response utilities, enhance call log redaction and configurable retention, and document architectural decisions.

This commit is contained in:
diegosouzapw
2026-02-18 11:34:05 -03:00
parent 16b72970d7
commit 4c93f0618c
14 changed files with 390 additions and 10 deletions

View File

@@ -159,7 +159,7 @@ src/ # TypeScript (.ts / .tsx)
│ ├── cacheLayer.ts # LRU cache
│ ├── semanticCache.ts # Semantic response cache
│ ├── idempotencyLayer.ts # Request deduplication
│ └── localDb.ts # LowDB (JSON) storage
│ └── localDb.ts # Settings facade (LowDB for config, SQLite for domain data)
├── shared/
│ ├── components/ # React components (.tsx)
│ ├── middleware/ # Correlation IDs, etc.