Data Object Folder Hierarchy - Best Practices #17711
Unanswered
cancan101
asked this question in
Q&A / Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking for advice as to best practices for organizing my the folder hierarchy of Data Objects.
Let's say I have to classes:
Item
andConversionFactor
, with a many-to-one fromConversionFactor
toItem
(i.e. the conversion factor represents an item specific conversion factor, such as from Cases to Pallets).I am considering two ways to organize my data:
ConversionFactor
nested under the respectiveItem
Item
andConversionFactor
stored in a parallel folder hierarchiesWhat is the generally recommended approach in Pimcore and what are the pros / cons of the two options.
Option 1 would look like:
Option 2 would look like:
Beta Was this translation helpful? Give feedback.
All reactions