docs(importers): update data_dumps path references for reorg
Mirror of the outer-repo data_dumps/ reorganization (commit e1e595d in the SVSim outer repo): updates all data_dumps/extract/ → data_dumps/scripts/, data_dumps/client_master_csv → data_dumps/client-assets, data_dumps/traffic → data_dumps/captures/traffic in XML doc-comments and inline comments across importers, controllers, middlewares, DTOs, and tests. Doc-only; no logic changes; build green. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -48,7 +48,7 @@ public class DeckBuilderController : ControllerBase
|
||||
Clan = req.Clan.ToString(),
|
||||
SubClan = req.SubClan ?? 0,
|
||||
// Standard decks emit int 0; my-rotation decks emit the rotation id as a string.
|
||||
// Mixed wire typing matches prod (data_dumps/traffic_prod_deckcode.ndjson).
|
||||
// Mixed wire typing matches prod (data_dumps/captures/traffic_prod_deckcode.ndjson).
|
||||
RotationId = (object?)req.RotationId ?? 0,
|
||||
// Strip the foil flag (ones digit) — matches prod's normalize-on-encode behaviour
|
||||
// observed in the traffic dump (e.g. 703441011 → 703441010).
|
||||
|
||||
Reference in New Issue
Block a user