I'm currently working with OJS (Open Journal System) and I am developing a new plugin that shows some statistics based on articles attributes.
One of the most important attributes for me is the "status". I have observed that rejected articles have status value = 0, but this value changes on published articles depending on the reviewing process (It is often 1 or 3)
I can't find the meaning of the distinct values of this attribute, all I found on OJS documentations is a brief description about each table in the database:
http://pkp.sfu.ca/ojs/docs/technicalreference/2.1/designOverviewDatabaseDesign.html
But this is not enough for me. There isn't any usefull information in dbscripts/xml/ojs_schema.xml either.
Can someone explain what do the distinct values on this attribute mean, or tell me where can I find detailed information about the database structure please?
Thank you all in advance.