You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user should be able to enter a list of DOIs for mass publication submission.
Abstract design idea:
User goes to submit publication
User clicks on some sort of "submit multiple" button
*(The single line text input should now be a multiple line text field)
User enters a list of DOIs, 1 per line
*The system should provide some level of error checking to make sure the input is well formed
User clicks submit.
In response the system should store the list of pending DOIs and relate them to the User
User is shown the new publication form with the first DOI information populated
User verifies that the information looks correct and clicks "Next/submit"
If there are errors the form is rendered again showing the problem fields
If the form is valid, save the publication and remove the DOI form the User's pending list.
User is shown the "new" form again with the next DOI information populated.
Repeat until the User has no more DOIs pending
At any time the User should be able to navigate away/logout/whatever and be able to continue the process from where they left off. Ideally, there would be several new pages that allow the user to view their pending DOI list and edit/delete the entries as well as a "clear all" function.
The text was updated successfully, but these errors were encountered:
PCMDI/pcmdi.github.io#194
A user should be able to enter a list of DOIs for mass publication submission.
Abstract design idea:
*(The single line text input should now be a multiple line text field)
*The system should provide some level of error checking to make sure the input is well formed
At any time the User should be able to navigate away/logout/whatever and be able to continue the process from where they left off. Ideally, there would be several new pages that allow the user to view their pending DOI list and edit/delete the entries as well as a "clear all" function.
The text was updated successfully, but these errors were encountered: