Todo: Difference between revisions

From Opasnet
Jump to navigation Jump to search
(created some user help)
(even more help added)
Line 17: Line 17:
For project list see (only sysops can add new projects): [[MediaWiki:TodoTasksValidProjects]]
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 see your own task click [[special:TaskList|My Tasks]] -link on the top right


To view the tasks of other users, simply go to Special:TaskList/username
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.
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:
<pre>
{{InProgress|What to do|Username, username2|project=project name}}
</pre>
This makes tasks appear under Tasks in progress list in [[special:TaskList|My Tasks]]

Revision as of 12:20, 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:

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

This makes tasks appear under Tasks in progress list in My Tasks