- Notifications
You must be signed in to change notification settings - Fork 0
Restore TURD detection for current planner dumps #143
Copy link
Copy link
Closed
Labels
area: dataData-dump import, synthetic recipes, cost analysisData-dump import, synthetic recipes, cost analysisarea: webWeb UI (React/TanStack/vite-plus)Web UI (React/TanStack/vite-plus)bugSomething isn't workingSomething isn't working
Description
Metadata
Metadata
Assignees
Labels
area: dataData-dump import, synthetic recipes, cost analysisData-dump import, synthetic recipes, cost analysisarea: webWeb UI (React/TanStack/vite-plus)Web UI (React/TanStack/vite-plus)bugSomething isn't workingSomething isn't working
Current pypostprocessing planner dumps still produce TURD master, sub-tech, and
turd-select-*gate technologies, but no longer attach the nonstandardis_turdproperty to master prototypes. PyOps importsis_turdonly from that removed property, so freshly synced Py datasets reporthasTurd: false, hide the TURD navigation, and return no TURD upgrades.The stable planner shape remains: each selectable sub-tech has prerequisites
[master, turd-select-<sub-tech>].Fix
is_turdfor backward compatibility and fixtures.Done when
dataCapabilities().hasTurdis true after import.