kin: BATON-ARCH-004-backend_dev

This commit is contained in:
Gros Frumos 2026-03-20 21:12:43 +02:00
parent 8012cb1c0f
commit 004c20585a
2 changed files with 5 additions and 5 deletions

View file

@ -152,14 +152,14 @@ Telegram Backend SQLite
| Слой | Технология | ADR |
|------|-----------|-----|
| Frontend | Vanilla JS (zero deps) | ADR-005 |
| Service Worker | Cache-first precache | ADR-002, ADR-006 |
| Service Worker | Cache-first precache | ADR-007, ADR-006 |
| Auth | UUID v4 + localStorage fallback | ADR-003 |
| Backend | FastAPI (Python 3.11+) | ADR-001 |
| Database | SQLite WAL + aiosqlite | ADR-001 |
| Telegram | Direct sendMessage (v1) | ADR-004 |
| TLS | Nginx + Let's Encrypt | — |
| i18n | English-only v1, deferred | ADR-005 |
| Offline | Show error v1, IndexedDB v2 | ADR-006, ADR-002 |
| Offline | Show error v1, IndexedDB v2 | ADR-006, ADR-007 |
---