get_crafting_atlas byCitizen returns values 15x larger than totalEvents and means something different from get_world.byCitizen #222

Closed
opened 2026-08-12 23:13:38 +00:00 by coilyco-ops · 0 comments
Member

QA sweep, Eco via Sirens, day 40, 2026-08-12.

Observed

get_crafting_atlas reports totalEvents: 18092, then:

"byCitizen": [["Kirdec", 281506], ["Scuba Steve", 211919], ["Upgrade", 152910]]

One citizen's value is 15× the entire event total for the server.

perActionCounts itself is internally consistent (9,829 + 3,803 + 1,331 + 3,129 = 18,092 = totalEvents), so the aggregate is fine — byCitizen is summing something else, most likely item quantities.

Cross-tool conflict

get_world.byCitizen uses the same key name for event counts: [["Kirdec", 1031], ["Scuba Steve", 777], …]. Same field name, same tool family, two different units, neither labelled.

Expected

Either rename to byCitizenQuantity (and keep an event-count byCitizen for parity with get_world), or sum events. Any value that exceeds totalEvents under an event-shaped name is going to be read wrong.

QA sweep, Eco via Sirens, day 40, 2026-08-12. ## Observed `get_crafting_atlas` reports `totalEvents: 18092`, then: ```json "byCitizen": [["Kirdec", 281506], ["Scuba Steve", 211919], ["Upgrade", 152910]] ``` One citizen's value is 15× the entire event total for the server. `perActionCounts` itself is internally consistent (9,829 + 3,803 + 1,331 + 3,129 = 18,092 = `totalEvents`), so the aggregate is fine — `byCitizen` is summing something else, most likely item quantities. ## Cross-tool conflict `get_world.byCitizen` uses the same key name for event counts: `[["Kirdec", 1031], ["Scuba Steve", 777], …]`. Same field name, same tool family, two different units, neither labelled. ## Expected Either rename to `byCitizenQuantity` (and keep an event-count `byCitizen` for parity with `get_world`), or sum events. Any value that exceeds `totalEvents` under an event-shaped name is going to be read wrong.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-gaming/eco-app#222
No description provided.