Hi all,
I'm new here so I'm not sure that's the right place to ask my questions... however, let me know if I'm wrong!
Well, I have to implement a complex workflow with Drupal. The roles are the following :
- non-confirmed user: users who are new to the website. They can write stories, but those are subject to reviewing.
- confirmed user: users who have spent time on the website and who can write stories without moderation.
- moderator: users who review the content published by non-confirmed users. Moreover they can also publish their own stories.
Then, another point that matters: when a story is published by non-confirmed user X, and validated by moderator Y, any other users should be able to edit it, for example confirmed user Z might edit it and publish it directly, or maybe the non-confirmed user X might want to re-edit it and this would need the review of some moderator.
In all cases, the user (no matter what role he is) should be able to write a story and save it as a draft, in order to continue to write next time.
So I've spent a few days working on this, with workflow and revisioning modules... but it doesn't work.
Just a question, do you think that's possible to do this stuff with these modules?? If yes, any idea?
Thanks!!!