Files
Odoo-Modules/fusion_api/graphify-out/GRAPH_REPORT.md
gsinghpal 41d0908ade changes
2026-04-24 21:04:38 -04:00

109 lines
3.4 KiB
Markdown

# Graph Report - /Users/gurpreet/Github/Odoo-Modules/fusion_api (2026-04-22)
## Corpus Check
- 13 files · ~5,445 words
- Verdict: corpus is large enough that graph structure adds value.
## Summary
- 69 nodes · 87 edges · 12 communities detected
- Extraction: 98% EXTRACTED · 2% INFERRED · 0% AMBIGUOUS · INFERRED: 2 edges (avg confidence: 0.8)
- 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]]
- [[_COMMUNITY_Community 11|Community 11]]
## God Nodes (most connected - your core abstractions)
1. `FusionApiService` - 15 edges
2. `FusionApiDashboard` - 12 edges
3. `FusionApiProvider` - 4 edges
4. `FusionApiConsumer` - 3 edges
5. `FusionApiKey` - 3 edges
6. `FusionApiUsageDaily` - 2 edges
7. `_cron_aggregate_daily()` - 2 edges
8. `FusionApiUserLimit` - 2 edges
9. `FusionApiUsage` - 2 edges
10. `FusionApiAccess` - 2 edges
## Surprising Connections (you probably didn't know these)
- None detected - all connections are within the same source files.
## Communities
### Community 0 - "Community 0"
Cohesion: 0.37
Nodes (1): FusionApiService
### Community 1 - "Community 1"
Cohesion: 0.17
Nodes (3): FusionApiKey, _cron_aggregate_daily(), FusionApiUsageDaily
### Community 2 - "Community 2"
Cohesion: 0.17
Nodes (1): FusionApiDashboard
### Community 3 - "Community 3"
Cohesion: 0.29
Nodes (1): FusionApiProvider
### Community 4 - "Community 4"
Cohesion: 0.5
Nodes (1): FusionApiConsumer
### Community 5 - "Community 5"
Cohesion: 0.5
Nodes (1): FusionApiUserLimit
### Community 6 - "Community 6"
Cohesion: 0.5
Nodes (1): FusionApiUsage
### Community 7 - "Community 7"
Cohesion: 0.5
Nodes (1): FusionApiAccess
### Community 8 - "Community 8"
Cohesion: 1.0
Nodes (1): ResConfigSettings
### Community 9 - "Community 9"
Cohesion: 1.0
Nodes (0):
### Community 10 - "Community 10"
Cohesion: 1.0
Nodes (0):
### Community 11 - "Community 11"
Cohesion: 1.0
Nodes (0):
## Knowledge Gaps
- **1 isolated node(s):** `ResConfigSettings`
These have ≤1 connection - possible missing edges or undocumented components.
- **Thin community `Community 8`** (2 nodes): `ResConfigSettings`, `res_config_settings.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): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 11`** (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 `FusionApiService` connect `Community 0` to `Community 1`?**
_High betweenness centrality (0.098) - this node is a cross-community bridge._
- **What connects `ResConfigSettings` to the rest of the system?**
_1 weakly-connected nodes found - possible documentation gaps or missing edges._