6e1aa1b0f6
- API running on port 3002 - UI running on port 3003 - Version endpoint: /version - Health check: /health - Platform Readiness: Mission Import ✅, Artifact Registry ✅, Storage ✅, Operations ✅, Developer Mode ✅ Go Live Checklist updated with current status. Docker Compose configured (ports adjusted for existing services). Next: Pilot 001 — Break the system! Test: bad coverage, large videos, interrupted upload, multiple phones, bad GPS, darkness, rain, poor lighting.
@landvex/ui
LandveX Intelligence Lab UI — MVP-0 First Field Upload
Pages
| Page | Route | Purpose |
|---|---|---|
| Dataset Explorer | / |
List all missions with processing status |
| Mission Upload | /upload |
Upload video and create mission |
| Artifact Viewer | /artifact/:id |
View mission details, metadata, processing status |
MVP-0 Acceptance Criteria
- Upload video
- Create mission
- View mission in Dataset Explorer
- View artifact details
- See processing status
No AI in MVP-0
MVP-0 proves:
- File transfer
- Storage
- Metadata extraction
- Artifact Registry
- Dataset Explorer
- Artifact Viewer
Development
npm install
npm run dev
API proxy: http://localhost:3000