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 few things need to happen before this will be done:
Journal service integrated : this is needed because it will overhaul the handling of DOI data and how various related objects are created/handled in the submission workflow
Publication object is created and persisted in the workflow-basics step. The publication object is currently created in the submissions/new route, technically outside of the workflow steps. It is currently not persisted until the submission is finally submitted in the review step.
This is supported already by doi#createPublication() but needs to be integrated along with the Journal service work
Completing this will enable the Edit button in the submissions table and submission details page. It will also allow draft submissions to display correctly in the submissions table, since there will actually be a title to show.
The text was updated successfully, but these errors were encountered:
We also need to track attached files, assuming a user moves through the submission workflow, attaches one or more files, and leaves the submission workflow.
A few things need to happen to support this. The most straightforward way:
Autosave function in the files step should upload/persist the File objects
This suggests that file upload no longer needs to happen during the review step
File objects are deleted when submissions are deleted or aborted
Files objects are correctly loaded into the workflow service when a draft submission is loaded into the submission workflow (for editing)
A few things need to happen before this will be done:
workflow-basics
step. The publication object is currently created in thesubmissions/new
route, technically outside of the workflow steps. It is currently not persisted until the submission is finally submitted in the review step.doi#createPublication()
but needs to be integrated along with the Journal service workCompleting this will enable the Edit button in the submissions table and submission details page. It will also allow draft submissions to display correctly in the submissions table, since there will actually be a title to show.
The text was updated successfully, but these errors were encountered: