How to handle manufacturers that are also suppliers at the same time? #991
d-buchmann
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If a manufacturer of a component also sells it (and is therefore a supplier as well), you have two places to maintain your data which will inevitably lead to inconsistencies.
Examples include but are not limited to:
As the manufacturer class is basically a subset of the supplier class as far as I can tell, they could be unified/generalized and have a property added to identify them as manufacturer, supplier, or both. One could even integrate the "Info provider trait" into this system, because there are obviously info providers that are also suppliers.
Beta Was this translation helpful? Give feedback.
All reactions