Initial GeoIntel V1 foundation
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-16 23:36:32 +02:00
commit 6ea3586a3e
605 changed files with 45284 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Codex Phase 7 Prompt — Frontend Workbench Integration
Build the first end-to-end UI around implemented APIs.
## Goals
- Home page with project list/create.
- Project workspace.
- Map workbench with area creation flow.
- Dataset manager panel.
- Capabilities panel.
- Analysis/QA placeholders connected to real backend statuses.
## Rules
- No fake success states.
- Every panel has loading, empty, error and success states.
- Keep UI clean and technical: GeoAI Workbench, not generic admin dashboard.
## Done when
- User can create a project from UI.
- User can create/register an area.
- User can see datasets and capabilities.
- Build passes.