Using wiki pages, categories, watching categories, you can make a simple yet effective document workflow.
Ex.: 10 people working on various pages that will end up in a paper catalogue.
Related: Collaborative_Content
You should rename the categories by your own.
Project/dashboard page
one wiki page or more.
person a gives work
deadline:
glossary
details:
contact-person
warn users to
translator gets info
clicks user watches
active
archived
chat
0-state
1-received
2- pre-translation and other pre-processing
3-costed (and deadlines negociation)
4-cost etimated accepted by the client
5-assigned to a translator
6-in process of being translated
7-translation completed (in need of revision)
8-assigned to a revisor
9-in process of being revised
10-revision done
11- sent to the client
12- approved by client or contested by client
Ex.: 10 people working on various pages that will end up in a paper catalogue.
Related: Collaborative_Content
Create the categories and create a few wiki pages
YAML
preferences: enable: feature_wiki: y feature_categories:y feature_user_watches: y feature_categorypath: y feature_wiki_attachments: y feature_wiki_comments: y permissions: Anonymous: allow: [ view_categorized, view_categories ] objects: - type: wiki_page data: name: SamplePageA content: wikicontent:SamplePageA - type: wiki_page data: name: SamplePageB content: wikicontent:SamplePageB - type: wiki_page data: name: SamplePageC content: wikicontent:SamplePageC - type: category ref: document_workflow_category data: name: Workflow - type: category ref: document_workflow_category1 data: name: Workflow step 1 parent: $document_workflow_category items: - [ wiki page, SamplePageA ] - type: category ref: document_workflow_category2 data: name: Workflow step 2 parent: $document_workflow_category items: - [ wiki page, SamplePageB ] - type: category ref: document_workflow_category3 data: name: Workflow step 3 parent: $document_workflow_category items: - [ wiki page, SamplePageC ] - type: module data: position: right order: 10 name: categories groups: [ Anonymous, Registered ] - type: module data: position: right order: 20 name: change_category groups: [ Anonymous, Registered ]
Post install
You should rename the categories by your own.
Project/dashboard page
one wiki page or more.
person a gives work
deadline:
glossary
details:
contact-person
warn users to
translator gets info
clicks user watches
active
archived
chat
0-state
1-received
2- pre-translation and other pre-processing
3-costed (and deadlines negociation)
4-cost etimated accepted by the client
5-assigned to a translator
6-in process of being translated
7-translation completed (in need of revision)
8-assigned to a revisor
9-in process of being revised
10-revision done
11- sent to the client
12- approved by client or contested by client