Files
geointel/tickets/T-001-backend-skeleton.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

23 lines
541 B
Markdown

# Backend Skeleton
## Objective
Create FastAPI app, config loader, health endpoint, diagnostics endpoint, error taxonomy, logging, pytest setup.
## Required Inputs
- Read relevant docs in `docs/` and `docs/18-ultra-prep/`.
- Keep V1 scope frozen.
## Acceptance Criteria
- [ ] API or UI path works.
- [ ] Errors are typed.
- [ ] Tests cover happy path and one failure path.
- [ ] Documentation/TODO updated.
- [ ] No fake success states.
## Out of Scope
- LiDAR
- Training Studio
- MLOps
- QGIS plugin
- Undocumented architecture changes