NASA-PDS / doi-service

Service and tools for generating DOIs for PDS bundles, collections, and data sets
https://nasa-pds.github.io/doi-service
Other
2 stars 3 forks source link

As a DOI User, I want to know the public available date for the initial release of a data set #400

Open jordanpadams opened 1 year ago

jordanpadams commented 1 year ago

Checked for duplicates

Yes - I've already checked

🧑‍🔬 User Persona(s)

Node Operator

💪 Motivation

...so that I can know the specific date these data were made publicly accessible.

📖 Additional Details

Acceptance Criteria

Given a request to release a DOI for a product for the first time When I perform the operation to attempt to release a DOI Then I expect to be required to input a release date (YYYY-MM or YYYY-MM-DD), and that metadata is included in the DOI metadata as:

<dates>
  <date dateType="Available">2023-03</date>
</dates>

or in JSON:

{
  "tbd": "tbd"
}

⚙️ Engineering Details

No response