Skip to content

Update create book submission flow

Shubham Tiwari requested to merge fix/1346-7th-point into develop

Targeted Issue: #1346 (closed)

Summary:

7.1. Remove content type and version number at the book level for chapter-processed books:

  • Move the 'Submission type' choice up in the new book step, to sit below the existing 'Collection' choice, the options for 'Submission type' are 'Complete books and documents' and 'Individual chapters'.
  • Move 'Conversion workflow' choice up, to be below the 'Submission type' choice and above the 'Content type' choice. Restrict 'Conversion workflow' options to what the Organisation creating the book is allowed to create based on the organisation's settings – #1310 (closed).
  • Only show 'Content type' when 'Submission type' = 'Complete books and documents' and 'Conversion workflow' = PDF or XML.
  • When 'Submission type' = 'Complete books and documents' and 'Conversion workflow' = XML, make 'Content type' automatically = 'Final full-text', and that default Content type in this case shouldn't be editable.
  • When 'Submission type' = 'Complete books and documents' and 'Conversion workflow' = PDF, make the following 'Content type' options available, in this order: 'Author manuscript', 'Prepublication draft', 'Published PDF', 'Final full-text'.
  • Only show version number input when 'Submission type' = 'Complete books and documents' and 'Conversion workflow' ≠ Word ('Conversion workflow' = PDF or XML).
Edited by Shubham Tiwari

Merge request reports