Wordpress Task Manager v0.1
Hi,
today I show my new project : the WP Task Manager.
Few days ago, I tried to find if there is a wordpress plugin to manage task to do on a blog. I found nothing. I said to myself : Wordpress is written in PHP, and I know a little PHP. So I probably can do it.
After some works, I did it.

WP Task Manager Dashboard Widget
This is the dashboard widget. It display your task. You have a shortcut to add a new task and to mark one as accomplish.

Add a new Task
A task have :
- a name
- a description
- a due date
- a user (the contributor who have to do the task
You can give task to other contributor. The plugin also record the user who create the task, and the date of creation.

View All tasks
A page allow you to see all the tasks : yours but also tasks for other people. You an see accomplished task.

WP Task Manager Menu
A menu in the administration page appear at the activation of the plug in. I know, there is a bug.
The plugin is not over. I have a lot of things to improve.
- Improve the style ( actually it is ugly)
- Correct the bug of the menu
- Add options (reminder, colors, ranks, … )
- Add the possibility to repeat a task every ….
- Add different translation of the plugin
- …
I hope you find this plugin useful, and be shy to let a comment.