T1 Electrical SolutionsT1 Platform Docs
Operations

Graphify Source Map

Graphify Source Map

A graphify run was performed on the first-party Symfony source directory:

t1-platform/app/src

The full repository was detected as too large because it includes vendor, node_modules, generated public build assets, images, and historical docs. The useful first pass targeted source code only.

Outputs

From the workspace root:

OutputPurpose
graphify-out/graph.htmlInteractive browser graph.
graphify-out/GRAPH_REPORT.mdAudit report with god nodes, questions, and cohesion.
graphify-out/graph.jsonRaw graph data.

Current graph stats

The source graph contains:

  • 3,332 nodes
  • 5,289 graph edges
  • 269 communities

Top god nodes

The highest-degree nodes were:

  1. ClientController
  2. AdminClientManagementController
  3. FinanceController
  4. PayrollFinanceController
  5. PayrollController
  6. Timesheet
  7. Project
  8. User
  9. SupervisorController
  10. Expense

This confirms that portal controllers and core workflow entities are the main system hubs.

On this page