changes
This commit is contained in:
117
fusion_chatter_enhance/graphify-out/GRAPH_REPORT.md
Normal file
117
fusion_chatter_enhance/graphify-out/GRAPH_REPORT.md
Normal file
@@ -0,0 +1,117 @@
|
||||
# Graph Report - /Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance (2026-04-22)
|
||||
|
||||
## Corpus Check
|
||||
- 6 files · ~3,511 words
|
||||
- Verdict: corpus is large enough that graph structure adds value.
|
||||
|
||||
## Summary
|
||||
- 36 nodes · 75 edges · 11 communities detected
|
||||
- Extraction: 100% EXTRACTED · 0% INFERRED · 0% AMBIGUOUS
|
||||
- Token cost: 0 input · 0 output
|
||||
|
||||
## Community Hubs (Navigation)
|
||||
- [[_COMMUNITY_Community 0|Community 0]]
|
||||
- [[_COMMUNITY_Community 1|Community 1]]
|
||||
- [[_COMMUNITY_Community 2|Community 2]]
|
||||
- [[_COMMUNITY_Community 3|Community 3]]
|
||||
- [[_COMMUNITY_Community 4|Community 4]]
|
||||
- [[_COMMUNITY_Community 5|Community 5]]
|
||||
- [[_COMMUNITY_Community 6|Community 6]]
|
||||
- [[_COMMUNITY_Community 7|Community 7]]
|
||||
- [[_COMMUNITY_Community 8|Community 8]]
|
||||
- [[_COMMUNITY_Community 9|Community 9]]
|
||||
- [[_COMMUNITY_Community 10|Community 10]]
|
||||
|
||||
## God Nodes (most connected - your core abstractions)
|
||||
1. `applyLayout()` - 15 edges
|
||||
2. `findChatterEl()` - 7 edges
|
||||
3. `applyWidths()` - 7 edges
|
||||
4. `injectToggleBtn()` - 7 edges
|
||||
5. `injectExpandBtn()` - 7 edges
|
||||
6. `enhance()` - 6 edges
|
||||
7. `buildWidthCss()` - 5 edges
|
||||
8. `injectOrUpdateStyleTag()` - 5 edges
|
||||
9. `syncFromSessionInfo()` - 5 edges
|
||||
10. `applyEarlyStyles()` - 5 edges
|
||||
|
||||
## Surprising Connections (you probably didn't know these)
|
||||
- `applyEarlyStyles()` --calls--> `buildWidthCss()` [EXTRACTED]
|
||||
/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/static/src/js/chatter_panel.js → /Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/static/src/js/chatter_panel.js _Bridges community 4 → community 3_
|
||||
- `applyLayout()` --calls--> `buildWidthCss()` [EXTRACTED]
|
||||
/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/static/src/js/chatter_panel.js → /Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/static/src/js/chatter_panel.js _Bridges community 4 → community 1_
|
||||
- `syncFromSessionInfo()` --calls--> `getSessionInfo()` [EXTRACTED]
|
||||
/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/static/src/js/chatter_panel.js → /Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/static/src/js/chatter_panel.js _Bridges community 0 → community 3_
|
||||
- `injectToggleBtn()` --calls--> `saveHiddenPref()` [EXTRACTED]
|
||||
/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/static/src/js/chatter_panel.js → /Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/static/src/js/chatter_panel.js _Bridges community 0 → community 4_
|
||||
- `injectExpandBtn()` --calls--> `saveHiddenPref()` [EXTRACTED]
|
||||
/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/static/src/js/chatter_panel.js → /Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/static/src/js/chatter_panel.js _Bridges community 0 → community 7_
|
||||
|
||||
## Communities
|
||||
|
||||
### Community 0 - "Community 0"
|
||||
Cohesion: 0.43
|
||||
Nodes (5): findFormRenderer(), getSessionInfo(), getSessionUid(), rpcCall(), saveHiddenPref()
|
||||
|
||||
### Community 1 - "Community 1"
|
||||
Cohesion: 0.4
|
||||
Nodes (5): applyLayout(), applyTooltips(), getStoredPosition(), isHidden(), removeEl()
|
||||
|
||||
### Community 2 - "Community 2"
|
||||
Cohesion: 0.5
|
||||
Nodes (1): ResUsers
|
||||
|
||||
### Community 3 - "Community 3"
|
||||
Cohesion: 0.83
|
||||
Nodes (4): applyEarlyStyles(), boot(), enhance(), syncFromSessionInfo()
|
||||
|
||||
### Community 4 - "Community 4"
|
||||
Cohesion: 0.67
|
||||
Nodes (4): applyWidths(), buildWidthCss(), injectOrUpdateStyleTag(), injectToggleBtn()
|
||||
|
||||
### Community 5 - "Community 5"
|
||||
Cohesion: 0.5
|
||||
Nodes (4): clearInlineWidths(), findChatterEl(), findSheetBg(), injectResizeHandle()
|
||||
|
||||
### Community 6 - "Community 6"
|
||||
Cohesion: 0.67
|
||||
Nodes (1): IrHttp
|
||||
|
||||
### Community 7 - "Community 7"
|
||||
Cohesion: 1.0
|
||||
Nodes (2): getStoredWidth(), injectExpandBtn()
|
||||
|
||||
### Community 8 - "Community 8"
|
||||
Cohesion: 1.0
|
||||
Nodes (0):
|
||||
|
||||
### Community 9 - "Community 9"
|
||||
Cohesion: 1.0
|
||||
Nodes (0):
|
||||
|
||||
### Community 10 - "Community 10"
|
||||
Cohesion: 1.0
|
||||
Nodes (0):
|
||||
|
||||
## Knowledge Gaps
|
||||
- **1 isolated node(s):** `ResUsers`
|
||||
These have ≤1 connection - possible missing edges or undocumented components.
|
||||
- **Thin community `Community 7`** (2 nodes): `getStoredWidth()`, `injectExpandBtn()`
|
||||
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||
- **Thin community `Community 8`** (1 nodes): `__init__.py`
|
||||
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||
- **Thin community `Community 9`** (1 nodes): `__init__.py`
|
||||
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||
- **Thin community `Community 10`** (1 nodes): `__manifest__.py`
|
||||
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||
|
||||
## Suggested Questions
|
||||
_Questions this graph is uniquely positioned to answer:_
|
||||
|
||||
- **Why does `applyLayout()` connect `Community 1` to `Community 0`, `Community 3`, `Community 4`, `Community 5`, `Community 7`?**
|
||||
_High betweenness centrality (0.059) - this node is a cross-community bridge._
|
||||
- **Why does `enhance()` connect `Community 3` to `Community 0`, `Community 1`, `Community 5`?**
|
||||
_High betweenness centrality (0.007) - this node is a cross-community bridge._
|
||||
- **Why does `findChatterEl()` connect `Community 5` to `Community 0`, `Community 1`, `Community 3`, `Community 4`?**
|
||||
_High betweenness centrality (0.006) - this node is a cross-community bridge._
|
||||
- **What connects `ResUsers` to the rest of the system?**
|
||||
_1 weakly-connected nodes found - possible documentation gaps or missing edges._
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_models_res_users_py", "label": "res_users.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/res_users.py", "source_location": "L1"}, {"id": "res_users_resusers", "label": "ResUsers", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/res_users.py", "source_location": "L8"}, {"id": "res_users_self_readable_fields", "label": "SELF_READABLE_FIELDS()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/res_users.py", "source_location": "L26"}, {"id": "res_users_self_writeable_fields", "label": "SELF_WRITEABLE_FIELDS()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/res_users.py", "source_location": "L30"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_models_res_users_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/res_users.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_models_res_users_py", "target": "res_users_resusers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/res_users.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_models_res_users_py", "target": "res_users_self_readable_fields", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/res_users.py", "source_location": "L26", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_models_res_users_py", "target": "res_users_self_writeable_fields", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/res_users.py", "source_location": "L30", "weight": 1.0}], "raw_calls": [{"caller_nid": "res_users_self_readable_fields", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/res_users.py", "source_location": "L27"}, {"caller_nid": "res_users_self_writeable_fields", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/res_users.py", "source_location": "L31"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/__init__.py", "source_location": "L2", "weight": 1.0}], "raw_calls": []}
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_models_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/__init__.py", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/__init__.py", "source_location": "L3", "weight": 1.0}], "raw_calls": []}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_models_ir_http_py", "label": "ir_http.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/ir_http.py", "source_location": "L1"}, {"id": "ir_http_irhttp", "label": "IrHttp", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/ir_http.py", "source_location": "L9"}, {"id": "ir_http_irhttp_session_info", "label": ".session_info()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/ir_http.py", "source_location": "L12"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_models_ir_http_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/ir_http.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_models_ir_http_py", "target": "odoo_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/ir_http.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_chatter_enhance_models_ir_http_py", "target": "ir_http_irhttp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/ir_http.py", "source_location": "L9", "weight": 1.0}, {"source": "ir_http_irhttp", "target": "ir_http_irhttp_session_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/ir_http.py", "source_location": "L12", "weight": 1.0}], "raw_calls": [{"caller_nid": "ir_http_irhttp_session_info", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_chatter_enhance/models/ir_http.py", "source_location": "L13"}]}
|
||||
257
fusion_chatter_enhance/graphify-out/graph.html
Normal file
257
fusion_chatter_enhance/graphify-out/graph.html
Normal file
File diff suppressed because one or more lines are too long
1234
fusion_chatter_enhance/graphify-out/graph.json
Normal file
1234
fusion_chatter_enhance/graphify-out/graph.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user