2026-07-02 16:15:25 +00:00
|
|
|
# @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
|
|
|
|
|
```
|
|
|
|
|
|
2026-07-02 17:34:19 +00:00
|
|
|
API proxy: `http://localhost:3002`
|