Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 826 Bytes

File metadata and controls

26 lines (19 loc) · 826 Bytes

Architectural Layers

Layer of each module (path/role-derived) and any calls that flow up the stack — a layering violation. Allowed flow: ui → controller → service → repository → model.

Layer distribution

Layer Symbols
controller 1
service 14
model 4

Violations (1)

From (layer) To (layer) Via
InitAssetsService (service) filter (controller) calls

See Also