azure / ai-document-processor
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.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

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 8 components.
  • 45 files, 2,058 LOC (23.2% vs. main code).
  • "frontend" is biggest, containing 44.95% of LOC.
  • "testFunction" is smallest, containing 0.49% of LOC.


frontend925 LOC (10%) 11 files
web-backend568 LOC (6%) 16 files
pipeline401 LOC (4%) 12 files
infra62 LOC (<1%) 1 file
scripts39 LOC (<1%) 2 files
data29 LOC (<1%) 1 file
ROOT24 LOC (<1%) 1 file
testFunction10 LOC (<1%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
frontend13 commits (7%)
ROOT12 commits (7%)
infra12 commits (7%)
pipeline11 commits (6%)
scripts7 commits (4%)
web-backend6 commits (3%)
data2 commits (1%)
testFunction2 commits (1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024
pipeline
50
web-backend
46
frontend
33
ROOT
11
1
infra
12
scripts
7
data
2
testFunction
2


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G frontend frontend frontend--frontend 8 ROOT ROOT frontend--ROOT 3 scripts scripts frontend--scripts 2 infra infra frontend--infra 1 pipeline pipeline pipeline--frontend 4 pipeline--pipeline 6 pipeline--ROOT 6 pipeline--infra 3 web-backend web-backend web-backend--frontend 4 web-backend--pipeline 5 web-backend--ROOT 4 web-backend--web-backend 4 web-backend--scripts 2 web-backend--infra 2 scripts--pipeline 2 scripts--ROOT 4 scripts--infra 4 infra--ROOT 3 testFunction testFunction testFunction--frontend 1 data data data--ROOT 1


2025-05-06 23:22