I am hoping to use Drupal as a platform to handle an article submission-review-approval-publish process. Basically, a user submits a paper, the editor appoints a reviewer to review the paper, the reviewer adds a comment, finally the editor approves or rejects the paper. If the paper is approved, it is published.

I wonder if someone has the experience of writing a module for a similar purpose.
Thank you.

Comments

samo’s picture

The status field in node table is an int. Does anyone have experience implementing workflow or advanced status (beyond the binary published - not published) using this field?

nancydru’s picture

VishalKumarSahu’s picture

In case anyone is visiting this after 18 years, content moderation is there in D8 and D9.