-
Notifications
You must be signed in to change notification settings - Fork 2
Support Nested Layers (Layer Hierarchies) #33
Copy link
Copy link
Open
Labels
area:mappingarea:modelpriority: highstatus:needs-designmetric definition, thresholds, schema details not finalizedmetric definition, thresholds, schema details not finalizedtype:featureuser-facing capability (metrics/trends/rules)user-facing capability (metrics/trends/rules)
Milestone
Metadata
Metadata
Assignees
Labels
area:mappingarea:modelpriority: highstatus:needs-designmetric definition, thresholds, schema details not finalizedmetric definition, thresholds, schema details not finalizedtype:featureuser-facing capability (metrics/trends/rules)user-facing capability (metrics/trends/rules)
Many architectural styles (Clean Architecture, Hexagonal, DDD) use hierarchical layers, not flat ones.
Example:
Currently, layers are treated as a flat list, which limits expressiveness and forces workarounds.
This issue proposes allowing layers inside layers, forming a tree instead of a flat structure.
Why this matters
Acceptance Criteria
Out of scope