docs(adr): define real-data ingestion baseline

This commit is contained in:
bisco
2026-04-11 00:17:06 +02:00
parent b27db5e6a3
commit e1365761c9
2 changed files with 149 additions and 0 deletions

View File

@ -27,6 +27,7 @@ The current baseline decision is:
- `ADR-0004`: configuration and environment strategy baseline
- `ADR-0005`: scouting search-domain baseline
- `ADR-0006`: initial domain-model baseline
- `ADR-0009`: real-data ingestion baseline
The current baseline assumes:
- Python 3
@ -46,6 +47,8 @@ Future search model/filter/UI implementation should follow the domain semantics
Future Django domain model work should follow `docs/adr/0006-initial-domain-model.md` as the baseline entity/relationship decision (including player-season stat ownership and taxonomy treatment) unless superseded by a later ADR.
Future importer and ingestion work should follow `docs/adr/0009-real-data-ingestion-baseline.md` as the baseline for importer shape, deterministic identity matching, idempotent re-runs, and imported-vs-internal-vs-user-owned data boundaries unless superseded by a later ADR.
## Future Sections Placeholder
Future versions of this document may include sections such as: