feat(crm): canonical crm and imported routes implementation
This commit is contained in:
27
db assets/synthetic_crm_v1/json/relationship_graph_map.json
Normal file
27
db assets/synthetic_crm_v1/json/relationship_graph_map.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"generated_at": "2026-04-18T00:00:00",
|
||||
"total_nodes": 341,
|
||||
"total_edges": 91,
|
||||
"node_types": {
|
||||
"primary_clients": 250,
|
||||
"co_buyers": 91,
|
||||
"accounts": 153,
|
||||
"households": 118
|
||||
},
|
||||
"edge_types": {
|
||||
"spouse": 25,
|
||||
"parent": 16,
|
||||
"sibling": 21,
|
||||
"business_partner": 29
|
||||
},
|
||||
"sample_paths": [
|
||||
{
|
||||
"path": "PER-0001 -> HH-0001 -> PER-0001-CO",
|
||||
"description": "Primary contact belongs to household with co-buyer"
|
||||
},
|
||||
{
|
||||
"path": "PER-0001 -> LED-0001 -> OPP-1-1 -> PRJ-001",
|
||||
"description": "Client to lead to opportunity to project"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user