Difference between revisions of "Todo"

From Testiwiki
Jump to: navigation, search
(Created page with '{{tool|moderator=Juha Villman}}category:help '''Todo''' ([http://www.mediawiki.org/wiki/Extension:Todo_Tasks TodoTasks-extension]) allows creation of Tasklist. ===Usage===')
 
(created some user help)
Line 1: Line 1:
 
{{tool|moderator=Juha Villman}}[[category:help]]
 
{{tool|moderator=Juha Villman}}[[category:help]]
  
'''Todo''' ([http://www.mediawiki.org/wiki/Extension:Todo_Tasks TodoTasks-extension]) allows creation of Tasklist.
+
'''Todo''' ([http://www.mediawiki.org/wiki/Extension:Todo_Tasks TodoTasks-extension]) allows creation of tasklists.
  
 
===Usage===
 
===Usage===
 +
 +
To assign a task for a specific user(s):
 +
<pre>
 +
{{todo|What to do|Username1, username2, etc}}
 +
</pre>
 +
 +
To assign a project related task for a specific user(s):
 +
<pre>
 +
{{todo|What to do|Username, username2|project=project name}}
 +
</pre>
 +
 +
For project list see (only sysops can add new projects): [[MediaWiki:TodoTasksValidProjects]]
 +
 +
To see your own task click "My tasks" -link on the top right
 +
 +
To view the tasks of other users, simply go to Special:TaskList/username
 +
 +
Sometimes, it may be nice to know that tasks are not only assigned or done, but are actually being worked on. This can be easily accomplished by changing template from todo to InProgress.

Revision as of 12:17, 29 June 2010

Todo (TodoTasks-extension) allows creation of tasklists.

Usage

To assign a task for a specific user(s):

{{todo|What to do|Username1, username2, etc}}

To assign a project related task for a specific user(s):

{{todo|What to do|Username, username2|project=project name}}

For project list see (only sysops can add new projects): MediaWiki:TodoTasksValidProjects

To see your own task click "My tasks" -link on the top right

To view the tasks of other users, simply go to Special:TaskList/username

Sometimes, it may be nice to know that tasks are not only assigned or done, but are actually being worked on. This can be easily accomplished by changing template from todo to InProgress.