1.2 KiB
1.2 KiB
Critical Path to V1
This is the shortest reliable path to a portfolio-ready V1.
V1 Critical Path
- Repo foundation and dev environment.
- Database and PostGIS schema.
- Project and area CRUD.
- Dataset upload and metadata extraction.
- Vector import and display.
- Raster import and metadata display.
- Map workbench with layer management.
- OSM/GRB reference ingest interface or stubbed real-data connector with honest unavailable state.
- Detection pipeline architecture with YOLO adapter.
- Detection result storage as geospatial features.
- QA/QC comparison engine against reference polygons.
- GeoJSON export.
- Demo scenario page.
- Smoke tests and documentation.
V1 Can Be Portfolio-Ready Without
- full Sentinel automation;
- actual production GRB WFS credentials or final endpoint if unavailable;
- LiDAR processing;
- model training;
- multi-user auth;
- perfect visual polish.
V1 Cannot Be Portfolio-Ready Without
- a working map-driven workflow;
- actual geospatial data models;
- real CRS/geometry handling;
- honest dataset status handling;
- at least one end-to-end detection/QA workflow, even if it uses a small local demo fixture/model adapter first;
- clear export output.