Skip to content

Additional project date fields

Rodrey Mark Goite requested to merge feature/add-project-date-fields into master

Created by: aaclan-ebi

Ingest needs to support additional project fields which are outside the metadata schema:

  1. release date - The date that should be passed to DSP API when project is released in the BioStudies
  2. accession date - The date for archiving and getting accessions

Related UI changes - https://github.com/ebi-ait/ingest-ui/pull/10

These are not considered part of the project metadata due to following reasons:

  1. These fields are internal ingest/EBI concerns.
  2. These fields are irrelevant after the data has been released.
  3. These are bits of information from the contributor so we can help them submit their data in the way they expect rather than bits of metadata about the process

slack thread: https://embl-ebi-ait.slack.com/archives/C0103DEJ82C/p1588846317008400

Merge request reports