28 lines
837 B
Markdown
28 lines
837 B
Markdown
# V1 Release Gate
|
|
|
|
GeoIntel V1 is releasable when all gates pass.
|
|
|
|
## Product Gate
|
|
- [ ] User can create project.
|
|
- [ ] User can create/select area.
|
|
- [ ] User can upload at least one vector dataset.
|
|
- [ ] User can upload/register at least one raster dataset.
|
|
- [ ] User can see datasets on map or metadata panel.
|
|
- [ ] User can run a detection workflow or labelled demo adapter.
|
|
- [ ] User can compare detections to reference polygons.
|
|
- [ ] User can export GeoJSON.
|
|
|
|
## Engineering Gate
|
|
- [ ] Backend starts from clean checkout.
|
|
- [ ] Frontend builds from clean checkout.
|
|
- [ ] Database migrations apply.
|
|
- [ ] Tests run.
|
|
- [ ] Smoke script passes.
|
|
- [ ] Docs explain setup.
|
|
|
|
## Integrity Gate
|
|
- [ ] No fake success states.
|
|
- [ ] CRS assumptions documented.
|
|
- [ ] Feature-disabled states are clear.
|
|
- [ ] Known limitations are listed.
|