1 line
21 KiB
JSON
1 line
21 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "label": "recipe_controller.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L1"}, {"id": "recipe_controller_fprecipecontroller", "label": "FpRecipeController", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L14"}, {"id": "recipe_controller_get_tree", "label": "get_tree()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L21"}, {"id": "recipe_controller_create_node", "label": "create_node()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L43"}, {"id": "recipe_controller_write_node", "label": "write_node()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L74"}, {"id": "recipe_controller_unlink_node", "label": "unlink_node()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L105"}, {"id": "recipe_controller_reorder_nodes", "label": "reorder_nodes()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L128"}, {"id": "recipe_controller_move_node", "label": "move_node()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L143"}, {"id": "recipe_controller_duplicate_recipe", "label": "duplicate_recipe()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L174"}, {"id": "recipe_controller_rationale_15", "label": "JSON-RPC endpoints for the process recipe tree editor.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L15"}, {"id": "recipe_controller_rationale_22", "label": "Return the full nested tree for a recipe.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L22"}, {"id": "recipe_controller_rationale_44", "label": "Create a new child node under parent_id.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L44"}, {"id": "recipe_controller_rationale_75", "label": "Update fields on an existing node.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L75"}, {"id": "recipe_controller_rationale_106", "label": "Delete a node and all its children (cascade).", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L106"}, {"id": "recipe_controller_rationale_129", "label": "Bulk-update sequence for an ordered list of sibling node IDs.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L129"}, {"id": "recipe_controller_rationale_144", "label": "Move a node to a new parent (drag between sub-trees).", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L144"}, {"id": "recipe_controller_rationale_175", "label": "Deep-copy an entire recipe tree.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L175"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "target": "odoo_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "target": "recipe_controller_fprecipecontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L14", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "target": "recipe_controller_get_tree", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L21", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "target": "recipe_controller_create_node", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L43", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "target": "recipe_controller_write_node", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L74", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "target": "recipe_controller_unlink_node", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L105", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "target": "recipe_controller_reorder_nodes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L128", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "target": "recipe_controller_move_node", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L143", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "target": "recipe_controller_duplicate_recipe", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L174", "weight": 1.0}, {"source": "recipe_controller_rationale_15", "target": "recipe_controller_fprecipecontroller", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L15", "weight": 1.0}, {"source": "recipe_controller_rationale_22", "target": "recipe_controller_fprecipecontroller_get_tree", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L22", "weight": 1.0}, {"source": "recipe_controller_rationale_44", "target": "recipe_controller_fprecipecontroller_create_node", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L44", "weight": 1.0}, {"source": "recipe_controller_rationale_75", "target": "recipe_controller_fprecipecontroller_write_node", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L75", "weight": 1.0}, {"source": "recipe_controller_rationale_106", "target": "recipe_controller_fprecipecontroller_unlink_node", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L106", "weight": 1.0}, {"source": "recipe_controller_rationale_129", "target": "recipe_controller_fprecipecontroller_reorder_nodes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L129", "weight": 1.0}, {"source": "recipe_controller_rationale_144", "target": "recipe_controller_fprecipecontroller_move_node", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L144", "weight": 1.0}, {"source": "recipe_controller_rationale_175", "target": "recipe_controller_fprecipecontroller_duplicate_recipe", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L175", "weight": 1.0}], "raw_calls": [{"caller_nid": "recipe_controller_get_tree", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L24"}, {"caller_nid": "recipe_controller_get_tree", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L24"}, {"caller_nid": "recipe_controller_get_tree", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L25"}, {"caller_nid": "recipe_controller_get_tree", "callee": "get_tree_data", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L36"}, {"caller_nid": "recipe_controller_create_node", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L46"}, {"caller_nid": "recipe_controller_create_node", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L46"}, {"caller_nid": "recipe_controller_create_node", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L47"}, {"caller_nid": "recipe_controller_create_node", "callee": "max", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L51"}, {"caller_nid": "recipe_controller_create_node", "callee": "update", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L59"}, {"caller_nid": "recipe_controller_create_node", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L62"}, {"caller_nid": "recipe_controller_create_node", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L63"}, {"caller_nid": "recipe_controller_create_node", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L67"}, {"caller_nid": "recipe_controller_create_node", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L68"}, {"caller_nid": "recipe_controller_write_node", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L77"}, {"caller_nid": "recipe_controller_write_node", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L77"}, {"caller_nid": "recipe_controller_write_node", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L78"}, {"caller_nid": "recipe_controller_write_node", "callee": "items", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L90"}, {"caller_nid": "recipe_controller_write_node", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L95"}, {"caller_nid": "recipe_controller_write_node", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L98"}, {"caller_nid": "recipe_controller_write_node", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L99"}, {"caller_nid": "recipe_controller_unlink_node", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L108"}, {"caller_nid": "recipe_controller_unlink_node", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L108"}, {"caller_nid": "recipe_controller_unlink_node", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L109"}, {"caller_nid": "recipe_controller_unlink_node", "callee": "unlink", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L116"}, {"caller_nid": "recipe_controller_unlink_node", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L117"}, {"caller_nid": "recipe_controller_unlink_node", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L121"}, {"caller_nid": "recipe_controller_unlink_node", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L122"}, {"caller_nid": "recipe_controller_reorder_nodes", "callee": "enumerate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L132"}, {"caller_nid": "recipe_controller_reorder_nodes", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L133"}, {"caller_nid": "recipe_controller_reorder_nodes", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L133"}, {"caller_nid": "recipe_controller_reorder_nodes", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L133"}, {"caller_nid": "recipe_controller_reorder_nodes", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L136"}, {"caller_nid": "recipe_controller_reorder_nodes", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L137"}, {"caller_nid": "recipe_controller_move_node", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L146"}, {"caller_nid": "recipe_controller_move_node", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L146"}, {"caller_nid": "recipe_controller_move_node", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L147"}, {"caller_nid": "recipe_controller_move_node", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L147"}, {"caller_nid": "recipe_controller_move_node", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L148"}, {"caller_nid": "recipe_controller_move_node", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L148"}, {"caller_nid": "recipe_controller_move_node", "callee": "max", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L160"}, {"caller_nid": "recipe_controller_move_node", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L161"}, {"caller_nid": "recipe_controller_move_node", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L167"}, {"caller_nid": "recipe_controller_move_node", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L168"}, {"caller_nid": "recipe_controller_duplicate_recipe", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L177"}, {"caller_nid": "recipe_controller_duplicate_recipe", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L177"}, {"caller_nid": "recipe_controller_duplicate_recipe", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L178"}, {"caller_nid": "recipe_controller_duplicate_recipe", "callee": "copy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L184"}, {"caller_nid": "recipe_controller_duplicate_recipe", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L187"}, {"caller_nid": "recipe_controller_duplicate_recipe", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "source_location": "L188"}]} |