I’m using the Workflow module for an article submission contest website.
I have two roles:
- Referee
- Participant
The whole workflow is the following.
- Participant users log in, submit their summary article
- System sends a confirmation e-mail to the participant users
- Referee users log in, check the submission, and approve/deny the submission
- System sends another e-mail letting the participant know the result
- When approved, participant users may send their article
- Referee users check the new submission, approve/deny and publish
- System sends a congratulation e-mail
The part that got me hooked with the Rules module is implementing this point.
- When the referee users approve the Summary Article node via the Workflow module, it gives the participant permission to create a new Full Article node
I’d really appreciate any hint.