POST:metadata
must create MetaDatumRecord
s for all MetaDataSet
s
#413
Milestone
POST:metadata
must create MetaDatumRecord
s for all MetaDataSet
s
#413
Data schema integrity requires that all
MetaDataSet
s have exactly oneMetaDatumRecord
perMetaDatum
associated. This is currently violated during metadata addition / modification. The following changes have to be implemented:POST:metadata
must create correspondingMetaDatumRecords
for all metadatasets for the new metadatum. If the metadatum is mandatory, a default value that passes the specified constraints must be specifiedDELETE:metadata
must remove all correspondingMetaDatumRecords
(maybe that's already cascaded by SQLalchemy)PUT:metadata
must take into account the same constraints asPOST
Service
MetaDatumRecords
have to be filled with defaults only for those metadatasets which have a corresponding service execution.The text was updated successfully, but these errors were encountered: