-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log reviewers response #9893
Comments
@Devika008 Can you take a quick look on this design please |
Hello Rob, Could you allow me time till Monday to get back on this. |
Just a heads-up: While I'm not opposed to adding this feature (reviewer communications are always going to be delicate and need extra accommodation to avoid losing reviewers), this does go counter to our general strategy of reducing the number of actions an administrative user (e.g. a journal editor or manager) can take on a third party's behalf (e.g. a reviewer). Our general approach is to make more use of invitations that propose changes to a 3rd party but allow them to accept/reject them. In this case, that's what we already have -- reviewers receive an email inviting them to participate, and they can either accept or reject. Reviewers will still tend sometimes to reply to emails rather than reading the instructions, so there's a need to accommodate that. My only alternative idea so far has been to allow OJS to receive emails from reviewers directly, and parse out their intentions. However, parsing "thanks, but not this time" accurately into a "decline" is not going to be easy, so I think we're left with the spec here as a next-best! |
In general when we are creating new UIs in Vue.js we also extend existing API to cover the new use cases. To be able to handle this 'Log Response' action - @ewhanson could you please look into it and advise where this could be added in our API? |
Hey @MrRob100, I've done a bit of thinking and think the best approach for an API endpoint for this use case would be as such:
The logic you already have will be simple enough to move into the API endpoint, it will just require some additional checks to make sure everything with the request is correct (e.g. the reviewer round matches the submission, etc.). That should help get you started, but feel free to let me know if you run into anything or have any other questions once you get going. |
Hey @MrRob100, I've had a look at the |
@MrRob100 Just did fresh review of the ui-library. Just couple small tweaks. @Vitaliy-1 Could you scan through the pkp-lib part as its workflow related? Thanks! |
ui-library part is now approved Lets wait for @Vitaliy-1 green light on pkp-lib :-). Thank you! |
A function so that editors can log the response decision from reviewers - e.g if the reviewer emails the editor rather than logs it themselves in OJS. A 'Log Response' response will show on a review item in the editorial workflow if a review confirmation hasn't already been made.
PRs
pkp/ui-library#350
#10379
pkp/ojs#4511
pkp/omp#1762
The text was updated successfully, but these errors were encountered: