Understanding the edit_decisions table values

Hi everyone!

We are trying to understand the values found in OJS table edit_decisions.

It only contains numbers that seems to correspond to specific decision taken on a submission.

For example: 2 and 3 seems to correspond to Revisions (minor) and Revision (major) ; 4 to Reject but they are lots of values (17, 16, etc.) for which we do not have a clue…

Is there any documentation on this edit_decisions table values?

Thank you very much for your help!

Best,
Pierre

Hi @pilas,

The decision constants (in 3.4.0) are coded here:

(I’ve added a comment to the database schema that will result in more context being given in our public SchemaSpy documentation, once that is rebuilt.)

Regards,
Alec Smecher
Public Knowledge Project Team