Skip to content

Resolve "Populate dataset technique"

Marjolaine Bodin requested to merge 565-populate_dataset_technique into master

Closes #565 (closed)

Rules to be added to ICAT

  • R SELECT datasetTechnique FROM DatasetTechnique datasetTechnique JOIN datasetTechnique.dataset dataset JOIN dataset.investigation investigation where investigation.doi <> null and investigation.releaseDate < CURRENT_TIMESTAMP
  • R SELECT datasetTechnique FROM DatasetTechnique datasetTechnique JOIN datasetTechnique.dataset dataset JOIN dataset.dataCollectionDatasets dataCollectionDatasets JOIN dataCollectionDatasets.dataCollection dataCollection WHERE dataCollection.doi <> null
  • R DatasetTechnique<->Dataset<->Investigation<->InvestigationUser<->User[name=:user]
  • R DatasetTechnique<->Dataset<->Investigation<->InvestigationInstrument<->Instrument<->InstrumentScientist<->User[name=:user]
  • R Technique

New endpoint: GET /catalogue/techniques/

Edited by Marjolaine Bodin

Merge request reports

Loading