Inconsistencies in the masterdata #39
JosePizarro3
started this conversation in
Ideas
Replies: 1 comment
-
Besides that, there are some important changes that the masterdata needs to do in order to be high-standard:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When exploring the main instance of openBIS, we realized some inconsistencies from the point of view of creating a generic Data Model:
code
defined to be inheriting from non-existing entities. Example:RAW_MATERIAL.ALUMINIUM
,RAW_MATERIAL
does not exist.SPECIMEN.FCG
,SPECIMEN
does not exist.CONTROL.FREEZER
andINSTRUMENT.FREEZER
.STATION_LAYOUT
.INSTRUMENT
are of dataType OBJECT, but they don't have an associate objectTypeINSTRUMENT
code can be conflicting with the objectType with the same code, same happens with PUBLICATION (both an assignment on COLLECTION: DEFAULT_EXPERIMENT and a property type of type MULTILINE_VARCHAR)DLS.ATTENUATOR
. I think they actually mean "composition", i.e., there is an object/collection/dataset calledDLS
which has these properties.PRODUCT.CATEGORY
andPRODUCT_CATEGORY
Beta Was this translation helpful? Give feedback.
All reactions