120 lines
2.4 KiB
Markdown
120 lines
2.4 KiB
Markdown
|
|
# Landvex/QUIXZOOM — System Checklist
|
||
|
|
|
||
|
|
> Senast uppdaterad: 2026-06-27 12:18 UTC
|
||
|
|
|
||
|
|
## ✅ KLART — 2026-06-27
|
||
|
|
|
||
|
|
### Webbplatser
|
||
|
|
- [x] quixzoom.com — synkad (74 filer)
|
||
|
|
- [x] landvex.com — synkad (168 filer)
|
||
|
|
- [x] CloudFront invaliderad
|
||
|
|
- [x] Backup skapad (35MB)
|
||
|
|
|
||
|
|
### Kontrastfixar
|
||
|
|
- [x] ios-integration-guide.html — #e0e0e0 → #2a2a2a
|
||
|
|
|
||
|
|
### Alt-text
|
||
|
|
- [x] inspector-app.html — lagt till alt="Inspection photo"
|
||
|
|
|
||
|
|
### Saknade sidor
|
||
|
|
- [x] terms/index.html — skapad
|
||
|
|
- [x] privacy/index.html — skapad
|
||
|
|
|
||
|
|
### Dokumentation
|
||
|
|
- [x] core-ai-architecture.md
|
||
|
|
- [x] reality-asset-registry.md
|
||
|
|
- [x] reality-dna.md
|
||
|
|
- [x] rios.md
|
||
|
|
- [x] reality-backpack-mvp.md
|
||
|
|
- [x] rale.md
|
||
|
|
- [x] ai-capability-matrix.md
|
||
|
|
- [x] ai-capability-matrix-summary.md
|
||
|
|
- [x] reality-feature-store.md
|
||
|
|
- [x] architecture-integration.md
|
||
|
|
|
||
|
|
### Verktyg
|
||
|
|
- [x] site-manager.sh
|
||
|
|
- [x] link-check.sh
|
||
|
|
- [x] fix-links.sh
|
||
|
|
- [x] fix-mobile.sh
|
||
|
|
- [x] backup.sh
|
||
|
|
|
||
|
|
## ⏳ PÅGÅENDE
|
||
|
|
|
||
|
|
### Inget pågående just nu.
|
||
|
|
|
||
|
|
## 📋 NÄSTA STEG (Prioriterat)
|
||
|
|
|
||
|
|
### Hög prioritet
|
||
|
|
1. [ ] Bygg Reality Feature Store (RFS)
|
||
|
|
- Sätt upp Redis
|
||
|
|
- Sätt upp S3 + Parquet
|
||
|
|
- Definiera 10 första feature-scheman
|
||
|
|
- Bygg extraktionspipeline
|
||
|
|
|
||
|
|
2. [ ] Bygg Reality Backpack MVP
|
||
|
|
- QUIXZOOM "Reality Mode"
|
||
|
|
- API Gateway
|
||
|
|
- Orchestrator (YOLOv8 + GPT-4V)
|
||
|
|
- Taxonomy Engine
|
||
|
|
- Knowledge Graph
|
||
|
|
|
||
|
|
3. [ ] Implementera RALE i QUIXZOOM
|
||
|
|
- Confidence Assessment
|
||
|
|
- LVS Calculation
|
||
|
|
- Micro-validation UI
|
||
|
|
- Human Reliability Model
|
||
|
|
|
||
|
|
### Medium prioritet
|
||
|
|
4. [ ] Träna första proprietära modell
|
||
|
|
- SceneNet v0.1
|
||
|
|
- ContribNet v0.1
|
||
|
|
- Benchmark datasets
|
||
|
|
|
||
|
|
5. [ ] Uppdatera landvex.com copy
|
||
|
|
- RIOS-sektion
|
||
|
|
- RALE-sektion
|
||
|
|
- Contribution Mode
|
||
|
|
|
||
|
|
### Låg prioritet
|
||
|
|
6. [ ] Pilot med 10 Zoomers
|
||
|
|
- Stockholm
|
||
|
|
- 100 observationer/Zoomer
|
||
|
|
- 5 asset-typer
|
||
|
|
|
||
|
|
## 🔄 ÅTERKOMMANDE
|
||
|
|
|
||
|
|
### Veckovis
|
||
|
|
- [ ] Kör site-manager.sh validate
|
||
|
|
- [ ] Kör site-manager.sh backup
|
||
|
|
- [ ] Uppdatera AI Capability Matrix
|
||
|
|
|
||
|
|
### Månadsvis
|
||
|
|
- [ ] Granska och uppdatera MEMORY.md
|
||
|
|
- [ ] Uppdatera Knowledge Base
|
||
|
|
- [ ] Mät KPI:er
|
||
|
|
|
||
|
|
## 🛠 VERKTYG
|
||
|
|
|
||
|
|
```bash
|
||
|
|
# Synka alla sajter
|
||
|
|
cd /home/bernt/.openclaw/workspace/tools
|
||
|
|
./site-manager.sh sync-all
|
||
|
|
|
||
|
|
# Validera
|
||
|
|
./site-manager.sh validate quixzoom
|
||
|
|
./site-manager.sh validate landvex
|
||
|
|
|
||
|
|
# Backup
|
||
|
|
./site-manager.sh backup quixzoom
|
||
|
|
./site-manager.sh backup landvex
|
||
|
|
|
||
|
|
# Status
|
||
|
|
./site-manager.sh status
|
||
|
|
```
|
||
|
|
|
||
|
|
## 📞 KONTAKT
|
||
|
|
|
||
|
|
- Erik Svensson — beslut, prioritering, vision
|
||
|
|
- Bernt (AI) — implementation, dokumentation, verktyg
|