Files
boc/packages/ui
Bernt 207185e5fb Minimal RBAC + Feature Flags + Developer Mode
- 4 roles: SuperAdmin, Operator, Reviewer, PilotUser
- Capabilities (not pages): mission.create, artifact.view, decision.approve, etc.
- Feature flags: ENABLE_REPLAY, ENABLE_MODEL_TRAINING, etc.
- Developer Mode toggle in UI (activated by permission)
- New rule: All features must link to module, capability, and role

Next: Deploy pilot environment
2026-07-02 16:59:00 +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

  • 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