6989a98d75
- Arkitektur: docs/auth/passwordless-architecture.md - Backend: iom/quixzoom-auth-service/ (FastAPI + Redis) - Webb: quixzoom-market-pages/se/login/ (QR-kod + polling) - App: iom/quixzoom-app/src/features/auth/ (push + deep links) Flöde: QR-kod → app-godkännande → webb-inloggad
46 lines
1.5 KiB
Markdown
46 lines
1.5 KiB
Markdown
# LandveX Admin v2
|
|
|
|
## Vad detta är
|
|
|
|
En **adapter-baserad admin-konsol** som kopplar ihop dina befintliga system — inte ett nytt system.
|
|
|
|
## Arkitektur
|
|
|
|
```
|
|
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
|
|
│ Din │────▶│ Admin v2 │────▶│ aamos- │
|
|
│ Webbläsare│ │ Adapter │ │ ledger │
|
|
│ │ │ (3456) │ │ (3250) │
|
|
└─────────────┘ └─────────────┘ └─────────────┘
|
|
│
|
|
▼
|
|
┌─────────────┐
|
|
│ ouroboros- │
|
|
│ finance │
|
|
│ (3202) │
|
|
└─────────────┘
|
|
```
|
|
|
|
## Starta
|
|
|
|
```bash
|
|
cd /home/bernt/.openclaw/workspace/landvex-admin-v2
|
|
npm install
|
|
node src/index.mjs
|
|
```
|
|
|
|
## Endpoints
|
|
|
|
- `GET /health` — Systemstatus
|
|
- `GET /api/finance/overview` — Kopplingsstatus
|
|
- `GET /api/finance/balance` — Bankbalans (USD)
|
|
- `GET /api/finance/ledger?period=2026-06` — Verifikat
|
|
|
|
## Nästa steg
|
|
|
|
1. [ ] Koppla CRM (aamos-crm)
|
|
2. [ ] Koppla Support (aamos-incidents)
|
|
3. [ ] Koppla AI/ML (ai-gateway)
|
|
4. [ ] Lägg till autentisering
|
|
5. [ ] Deploya till admin.landvex.com
|