Examples
Worked examples that show how the repo structure is applied to real market cases.
Worked examples that show how the repo structure is applied to real market cases.
This is the first worked example and the initial driver for creating this repo.
The China store visits case exposed several problems that were not just isolated coding mistakes:
If a market updates the variable representation for forecast/upload purposes, then:
must all use that same updated representation.
Market implementations cannot rely on:
China highlighted that week-start conventions matter. These assumptions must be encoded in config and logic, not left implicit.
The China case directly informed:
A local repro bundle now exists under:
This includes a repeatable runner:
That runner demonstrates the local:
path from the supplied China sample artefacts.
Once the real China implementation is migrated into markets/CN/store_visits,
this page should be expanded into a true before/after example with exact
technical detail.