-
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
[OJS/OMP] Ability to send review reminders prior to due date #5885
Comments
Probably what we want here is a tool for configuring reminders that lets the journal set up a reminder, define when it occurs (X days before/after due date), and configure the email that is sent. |
+1 from Hosted journal |
+1 from Hosted journal |
+1 We recently had this same request |
+1 more from PKP|PS |
Reminders before the due date as well after gets a big thumbs up from Ubiquity. We get this request very frequently. |
Actually, I'm surprised that this function is not already available. It is much "friendlier" to remind reviewers early, than to embarrass them afterward by telling them that they have already missed their deadline. Also, the chances are that they are notified after the due date, they will not produce as good a review since they will feel rushed. |
+1 from our editors |
Both would be great. The code would be, I imagine, very similar so why not implement both? I'm excited! |
We only support one email at the moment. If we extend it to support more than one email, we should turn it into a more flexible system that allows journals to configure as many reminders as they want. Given our timeline for 3.4, we don't have time to work on multiple emails. So I would suggest extending the existing field to support negative numbers. That would be one email which could be sent before or after the deadline, depending on the setting. |
Supporting negative numbers would be a brilliant quick fix and would keep people happy until 3.5, I think. |
Why not ... but this implies that there is no other reminder when the reviewer is late, and the template mail of reminder should be modified by editors in case of negative delay (verb tense future vs past tense) |
@asmecher all rebased . If all tests passes, should be good to merge . |
Thanks @touhidurabir, this is a great improvment. As part of it I suggested to offer the ability to set a 2nd reminder. See my whole comment on this issue: #5885 (comment). Is this part of this improvment? Thank you. |
* #5885 Review remainder update * #5885 Review remainder update issues fixed * #5885 typo fixed * #5885 update remainder calculation * #5885 removed unnecessary select from migration * #5885 updated and added new from component to handle reminder * #5885 removed unnecessary fields and controls with field range component enhancement * #5885 updated using new slider component * #5885 updated job class properties to public * #5885 updated date validation rules to enum * #5885 fixed displaying error on date comparison validation failure * #5885 test added for queue job * #5885 added mocked context service and context class for job testing * #5885 added context checking first if available to resolve context path before resolving from request * #5885 job test update * #5885 job test update * #5885 removed mistakenly pulled BaseInvitation during rebase * #5885 updated job and test based on new inviation functionality implementation * #5885 updated task * #5885 translation update * #5885 tests updated and removed reference of deprecated Services class * #5885 test update * #5885 test update
* pkp/pkp-lib#5885 updated and added new UI component * pkp/pkp-lib#5885 fixed issue with value updating in db * pkp/pkp-lib#5885 removed unnecessary fields and controls with field range component enhancement * pkp/pkp-lib#5885 updated using new slider component * pkp/pkp-lib#5885 fixed merged conflict
@touhidurabir, all merged, thanks! Closing this issue. |
@pilasou This is close but not exactly what describe in #9455 . For this one, reviewer can get max 2 sets of reminder as
If I am not mistaken, what #9455 propose is multiple reminder occurrences before/after due dates which will JM/Editor can configure has not been implemented in it . But perhaps this compensate enough what proposed in #9455 as reviewer get 2 reminder for response and 2 reminders for submit and configureable by x number of days . |
Hi @touhidurabir thanks. I tend to consider that with your new feature the reminders (4 reminders can be configured) can be an answer to #9455. Our journals have mainly configured 2 reminders per type (response due, submission due). For this reason, I think #9455 may be closed as well. |
Describe the problem you would like to solve
Reviewers are informed only after the review deadline has reached, not before. If they are notified before, it could increase chances of getting reviews before the deadline and by extent shortening the overall manuscript evaluation time.
Describe the solution you'd like
Ability to send review reminders prior to the due date.
Who is asking for this feature?
See:
https://forum.pkp.sfu.ca/t/automatic-reminder-for-upcoming-review-deadline/50580
https://forum.pkp.sfu.ca/t/reminder-for-reviewers-that-the-review-is-due-soon/51907
PRs
pkp-lib --> #9612
ui-library --> pkp/ui-library#333
ojs --> pkp/ojs#4141
omp --> pkp/omp#1555
ops --> pkp/ops#749 [TEST ONLY]
Screenshots
New look based on @Devika008 's design
The text was updated successfully, but these errors were encountered: