Files
geointel/prompts/codex/day-1/05_FRONTEND_SHELL.md
T
Jens faeb58ef6d
GeoIntel release gates / Compile, test, contracts and builds (push) Successful in 1m49s
GeoIntel release gates / Python and npm vulnerability policy (push) Successful in 21s
GeoIntel release gates / Production AI image, SBOM and container scan (push) Successful in 5m39s
GeoIntel release gates / Deploy exact gated revision to Unraid (push) Failing after 58m43s
Initial public release
2026-08-31 21:56:53 +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.