[hero_planner_server] system_counts returns conditions; clients expect necessary_conditions #26
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_planner#26
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?
system_countsreturns aconditionsfield for necessary-condition counts, but the entity isnecessary_conditioneverywhere else (the web UI readsnecessary_conditions). The web remap aliases it. Minor, but the field name should match the entity for API/SDK consistency.Fixed on
developmentin7976504— renamedEntityCounts.conditions→necessary_conditionsin the.oschema+ thesystem_countsimpl (the entity isnecessary_conditioneverywhere else; the web readsnecessary_conditions).Verified:
system_counts(main)returnsnecessary_conditions: 3(a real SQLCOUNT(*)), no staleconditionskey; the regeneratedopenrpc_main.jsonreflects it. Source-only.