openai / openai-imagegen-demo
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

  • A software system can have one or more logical decompositions.
  • A logical decomposition can be defined in two ways in Sokrates.
  • First approach is based on the folders structure. Components are mapped to folders at defined folder depth relative to the source code root.
  • Second approach is based on explicit definition of each component. In such explicit definitions, components are explicitly named and their files are selected based on explicitly defined path and content filters.
  • A logical decomposition is considered invalid if a file is selected into two or more components. This constraint is introduced in order to facilitate measuring of dependencies among components.
  • Files not assigned to any component are put into a special "Unclassified" component.
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

  • primary (7 components)

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 7 components.
  • 29 files, 1,943 LOC (30.6% vs. main code).
  • "app" is biggest, containing 37.16% of LOC.
  • "types" is smallest, containing 1.18% of LOC.


app722 LOC (11%) 5 files
components477 LOC (7%) 8 files
hooks274 LOC (4%) 2 files
lib232 LOC (3%) 8 files
services128 LOC (2%) 1 file
ROOT87 LOC (1%) 4 files
types23 LOC (<1%) 1 file


2026-06-24 10:42