Adding New Columns to Review Report in OJS

Hello PKP Community,

We are currently using OJS version 3.3.0.6 and are looking to enhance our review report functionality. Specifically, we would like to add the following columns to the review report CSV or a suitable plugin:

  1. Review Ratings
  2. Last Review Date
  3. Active Reviews
  4. Total Reviews
  5. Average Review Duration
  6. Uncompleted Reviews

We would appreciate any guidance or recommendations on how to implement these additional columns. If there are existing plugins or modifications that can facilitate this enhancement, please let us know.

Thank you for your support and assistance.

@rcgillis Please reply

Hi @aroramohit,

Sorry - but I’m not sure how to assist with this. You’ll have to be patient and wait for someone else is able to guide you on this is able to reply.

-Roger
PKP team

Hi @aroramohit,

If you’re handy with PHP, look in plugins/reports/reviewReport for that report’s implementation – specifically ReviewReportPlugin.inc.php and ReviewReportDAO.inc.php. If you get stuck on specific details, e.g. if you’re not sure where to find a piece of data in the database, feel free to post here and someone should be able to make a suggestion. Otherwise, there’s lots of general materials in the Technical Documentation.

Regards,
Alec Smecher
Public Knowledge Project Team