I have created an option Journal Setting . (Section Editor Final Decision / Section Editor Recommendation) as radio button in admin
If the admin choose the first option then The Flow will be default .
If the admin choose second option .Then The Section editor decision will not be final . it(selected decision) will be shown seperately in the editor review page as Recommendation .
Currently both(editor and section editor ) the decisions are stored in edit_decisions table .
The policies of our journal are that the Section Editor gives a recomandation based on the Reviewers opinion about the article and the Editor gives the final decision.
I´ve seen your coments about “Opinion Journal Setting (Section Editor Final Decision / Section Editor Recommendation)”, and this is exactly what we need.
How can we turn the decision of the Section Editor as a Recomendation and not as final decision?
I also want to customize the editor decision process as below.
I have implemented check boxes appropriately. Now, I am stuck on how to record each checked options.
Do you have any progress regarding this issue?
I guess to accomplish it we need to modify these files:
BACK-END: (record and update decision in database)
classes/submission/sectionEditor/SectionEditorSubmissionDAO.inc.php
classes/submission/sectionEditor/SectionEditorSubmission.inc.php
classes/submission/sectionEditor/SectionEditorAction.inc.php
FRONT-END: (record and show decision in Section Editor and Author pages)
templates/sectionEditor/submission/editorDecision.tpl
templates/sectionEditor/submission/status.tpl
templates/author/submission/editorDecision.tpl
templates/author/submission/status.tpl
We can’t guide in detail through customizations, but if you get stuck somewhere specific related to our code, we may be able to provide some guidance. Be careful that you don’t fork the software in a way that prevents you from upgrading, as that can become a significant maintenance problem.
Best,
Amanda Stevens
Public Knowledge Project Team