Review round status does not update upon exceeding the review assignment due date #10752
Labels
Bug:1:Low
A bug that does not have a severe consequence or affects a small number of users.
Enhancement:2:Moderate
A new feature or improvement that can be implemented in less than 4 weeks.
Milestone
Describe the bug
When a review assignment's due date exceed associated with a review round, the review round status in database table does not update . This cause the
getStatus
anddetermineStatus
from\PKP\submission\reviewRound\ReviewRound
to get 2 different result at some point . more details at #10214 (comment) . As short summaryTo Reproduce
Steps to reproduce the behavior:
getStatus
anddetermineStatus
return different valueWhat application are you using?
OJS and OMP version 3.4 and 3.5(upcoming)
Additional information
This is an continuation of #10214 where due to lack of time, we decided to move this for 3.6 to have a more general solution .
Possible solution
we need to have some sort of schedule(with queue jobs) task that will check once a day for to active review assignment with review round and update the status information for review round . But also need to consider the cases when a review assignment's due dates update . There amy few few more case that need to consider to get a final error free solution .
The text was updated successfully, but these errors were encountered: