Correct Grouping of related Entities #632
-
Hello! I have a typical situation when there are some set of related entities(slices). For example we have |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
I would recommend keeping the slices flat as long as possible, and only when it starts to overflow with slices, you can start grouping them. Note that when you group slices into a folder, they don't become one slice. In the case below:
The slices are |
Beta Was this translation helpful? Give feedback.
I would recommend keeping the slices flat as long as possible, and only when it starts to overflow with slices, you can start grouping them. Note that when you group slices into a folder, they don't become one slice. In the case below:
The slices are
Employee/Person
,Employee/Group
, andEmployee/RoleGroup
, and these slices are bound by the same rules asIdentification
, no code sharing is permitted betweenEmployee/*
slices.