05ed037fe8
- DNS: pilot.landvex.com -> 16.170.83.169 - TLS: Let's Encrypt certificate (expires 2026-09-30) - Nginx: reverse proxy with SSL termination - API: https://pilot.landvex.com/api/v1/missions - UI: https://pilot.landvex.com/ - Upload: POST /api/v1/missions/import (multipart/form-data) Verified: ✅ https://pilot.landvex.com/health ✅ https://pilot.landvex.com/version ✅ https://pilot.landvex.com/api/v1/missions (list) ✅ https://pilot.landvex.com/api/v1/missions/:id (get) ✅ POST /api/v1/missions/import (video upload) ✅ UI loads with title 'LandveX Intelligence Lab' Next: Pilot 001 — Break the system!
39 lines
756 B
Markdown
39 lines
756 B
Markdown
# @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
|
|
|
|
- [x] Upload video
|
|
- [x] Create mission
|
|
- [x] View mission in Dataset Explorer
|
|
- [x] View artifact details
|
|
- [x] See processing status
|
|
|
|
## No AI in MVP-0
|
|
|
|
MVP-0 proves:
|
|
- File transfer
|
|
- Storage
|
|
- Metadata extraction
|
|
- Artifact Registry
|
|
- Dataset Explorer
|
|
- Artifact Viewer
|
|
|
|
## Development
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
API proxy: `http://localhost:3002`
|