NASA-PDS / doi-ui

The web interface for the PDS DOI Service providing the ability management PDS archive DOIs. See the DOI Service for more details on the available capabilities. https://nasa-pds.github.io/doi-service/
Apache License 2.0
0 stars 4 forks source link

As a user, I want to be prompted to confirm that the data has been published to the registry when updating a Findable DOI metadata #98

Open tloubrieu-jpl opened 2 years ago

tloubrieu-jpl commented 2 years ago

💪 Motivation

...if the data is always meant to be published we should not ask the question again. The radio button should be preselected and greyed.

See screenshot record for the current behavior: https://user-images.githubusercontent.com/60993872/139298258-8c046f45-224c-4e1b-a0d0-cf77a7ea1be3.mov

📖 Additional Details

We would need to check if this is the actual workflow we wnat to implement

Also, since the workflow is being updated maybe we don't want to implement a enhancement for this version of the workflow.

⚖️ Acceptance Criteria

Given When I perform Then I expect

⚙️ Engineering Details

jordanpadams commented 2 years ago

@tloubrieu-jpl I'm not entirely sure this is necessary? one likely scenario here is uploading of a new version of a data set. we want to make sure the new version has been registered with EN prior to updating the DOI, otherwise the registry + DOI metadata will be out of sync. thoughts?

tloubrieu-jpl commented 2 years ago

Yes @jordanpadams , I was thinking of something like that when I wrote the ticket. In addition, since the workflow will be revised in the UI anyway, it is better to wait for the UI update to be done before we do anything with this ticket.