Improve body_json payload (currently empty) #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-18T06:45:38Z
Problem
The C# mod's
ActionMapper.ToRowserializes eachGameActionto abody_jsoncolumn for inspection in the UI. Sampling the live Sirens DB right after first deploy shows every row's body is"{}".Why:
ShallowResolver.CreatePropertyreplacesUser/ItemStack/WorldObject/Deedproperty values with their.Name, but the substitution mechanism (NameOnlyValueProvider) didn't fire on first run. Net effect: every property that would be serialized gets pruned or skipped, and we end up with{}.Next steps
Out of scope
index.htmltable. That's its own issue.Migrated from coilyco-flight-deck/eco-replay#7 during the eco repo consolidation (coilysiren/inbox#100).
Backlog burndown 2026-06-17: closing low-priority (P3/P4) to bring the open count to a manageable level. Nothing lost — reopen if this resurfaces. Batch tag:
burndown-2026-06.