Files
geointel/prompts/codex/day-1/05_FRONTEND_SHELL.md
T
Codex 6ea3586a3e
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled
Initial GeoIntel V1 foundation
2026-06-16 23:36:32 +02:00

33 lines
793 B
Markdown

# Pass 05 — Frontend Shell
## Goal
Create the GeoIntel Workbench frontend shell.
## Implement
- React + TypeScript app foundation if not present.
- Route layout: Home, Project Workspace, Map Workbench, Dataset Manager, Raster Lab, Vector Lab, Detection Lab, QA/QC, Exports.
- API client with typed methods for implemented backend endpoints.
- Empty/loading/error states.
- Environment-based API base URL.
## Constraints
- Do not build a generic admin dashboard.
- Do not hardcode success data.
- UI must reflect GeoAI Workbench identity.
## Validation
- TypeScript check/build.
- Frontend tests if configured.
- Manual smoke note in execution log.
## Acceptance
- Frontend starts/builds.
- Navigation works.
- API client can call health/project endpoints.
- Execution log updated.