WordPress for Project Management?
Tue, 27 January, 2009 – 10:46 pm
I'm currently trying to see if I can set up WordPress to work as a project management tool. Why not, it can do a lot of other things! In the past I've tried out dotproject, which is obviously a dedicated project management system, however it was far too complex and tedious to use I found.
So how am I using WordPress? Well this is the plan, once it's set up I'll let you know if it works! At present I've decided to create a category for each web site we maintain currently, then work on each site will go up as a post. The idea is then as we (2+ people working on each site) work through things we can leave comments, questions, requests for opinions etc. on the posts. As work is done the post can be closed and a new one started, and if there are different sections to the work ie. for a whole new site, then multiple posts can be made.
Then on the front page the latest posts for each site can be displayed, or I can easily just control which sites to display on the front page so that sites that are not being worked on can be kept out of the lime light. I've not worked out the front page yet as you can tell!
I personally find it much easier to just type out a to do list and then update that with the del and ins tags as and when things are done rather than creating a record for every single task.
So WordPress is installed and now is just the task of adding all the work to it. I'll let you know how it pans out
Any suggestions on how to structure the front page are welcome!


Sounds an interesting idea. How are you going to define milestones, due dates, assign responsibilities? Are there not any opensource collaboration tools you could use that would meet your requirements?
Will be keeping an eye on this project of yours
By Si Philp on Wed, 28 January, 2009
I've looked at online tools and to be honest they're usually over complex. Milestones and due dates are not really something I need, and the responsibilities is fairly easy as we all have our own job eg. I do the PHP, David does the CSS/XHTML, someone else does the design etc. The main idea is really to get all the work and updates up into posts and then use the comments section to leave feedback.
Where PHP work is shared, it'll be shared in sections so it'd be like Sarah – front end work, followed by the requirements/work list, then someone else – admin, followed by the list of requirements.
At least that's the current plan. I'm hoping to work on it this weekend and get all the details of work on it and see how it goes. Obviously it's behind closed doors but I'll be reporting back
By Sarah on Fri, 30 January, 2009
Looking at old dev backups I forgot in my old work place we used bugtracker.net
http://ifdefined.com/bugtrackernet.html
Very simple and straight forward. Suppose this could be used in the above description but it's .net based
I do like the idea of thinking outside the box and extending the use of wordpress. I suppose you could enable an auto comment notification to the post which emails all that need to be emailed
By Si on Sat, 31 January, 2009
This is what I love about Wordpress. It's so versatile that you can do so many things with it. Just a couple tweaks here and there plus the right plugins, and it can be anything from a cms, a portfolio, or a project manager.
You might want to think about adding a to-do list plugin to your sidebar to keep track of tasks, and maybe a calendar/upcoming events plugin to keep track of due dates.
By Mimi on Sat, 31 January, 2009
Don't go there.
There are much better tools to do that.
WP would be the last thing i would think of.
Brooke
By Brooke on Sun, 1 February, 2009
Hey Sarah,
Wouldn't it be easier to set up a forum (phpbb or something like it) to manage this? Altough posts and categories seems almost the same as in wp.com. To me it seems better organized.
You might also want to take a look at stuff like bugzilla, altough its not a project management tool at heart, whats the real difference between 'bug' and 'comments' versus user submitted bugs and comments
. It's still group-development!
Anyway, good luck!
By Roy T. on Sun, 1 February, 2009
Thanks for the comments all. Just about to write an update post of how I've got on so far and what I've used on it (all one plugin so far!).
@Si – that's what comment feeds per post are for
@Mimi – due dates aren't really an issue. We tend to work on the idea that it's ready when it's ready. Most clients are fine with that because they know they're getting a good result.
@Brooke – sorry but I disagree. Maybe for a large group of people, but at most we have maybe 3 or 4 of us working on a project. I've tried some of the other, more 'appropriate' tools, and found myself taking far longer to create a list of tasks.
@Roy – I've tried using a forum before, and in one sense my method is similar but knowing WordPress inside out, I can customise certain sections much easier, and much prefer the admin to manage everything.
By Sarah on Sun, 1 February, 2009
I think Wordpress would make a great project management tool platform. i haven't heard of dotproject before, but I think it can be easily beaten by a wordpress version of a similar tool.
By Goran Giertz on Wed, 4 February, 2009
I never quite understand why we want to take a great blog tool and turn it into the kitchen sink. Eventually it will do nothing well.
Why not use a standalone app? There a free Microsoft Project clone in Open Project (www.openproj.org). It's pretty good for the frice (100% free). And includes most of the payware's tricks. Yes, its interface can be a bit challenging (or should that be frustrating?) but that's a trait I notice for most clones!
By Govind Menon on Tue, 2 June, 2009
Hi Govind, I've not turned WordPress into anything, I've simply used the blogging system to work in a different way, just like you can use the default set up to create a single item sale shop using categories for product categories and a post per product. WordPress is perfectly adaptable with very little work. A category per client and then the posts under the category. It's just a private blog really. I'd rather use something I'm completely familiar with, easy to use, know I have the complete flexibility of the system and know I can extend it if I want.
Also I don't know where you've linked to but it's a parked domain and not a project management system.
By Sarah on Tue, 2 June, 2009
i don't see this as thinking outside the box .. for me this is about how to get the most out of what is inside the box … great idea .. good luck ..
By Usif on Sat, 4 July, 2009
I think it's a great idea Sarah, I've been using an open source tool called collabtive for a while, but I think it's time to change to wordpress; it just makes everything so simple.
Good luck
By Joe Robertson on Mon, 3 August, 2009
For a really lightweight system on wordpress, have a look a the P2 theme (in the repository) created by Matt for Automattic. It's a microblog theme and perfect for small groups.
http://ma.tt/2009/05/how-p2-changed-automattic/
By Steve on Wed, 19 August, 2009
i have thought the same exact thing- the big problem i see with project management software is how difficult it is to integrate assets like images. it seems i have to keep explaining to a client how to email or upload image files.
the back end of wordpress can look a lot like microsoft word with the right wysiwyg plugin. the problem for me is that i am more of a code shuffler (a graphic artist, really) not a code poet so i wouldn't even know how to a write a plugin that assigns posts or category priviliges to just one user.
i found this:
http://wordpress.org/extend/plugins/wp-project/
but it is not necessarily compatible with the latest version of wp.
By madbadcat on Wed, 26 August, 2009
We only use WP as management for ourselves so a bit like a to do list with comments, a category for each client etc.
However to control posts and category privileges I recommend trying out the Role Scoper plugin.
By Sarah on Wed, 26 August, 2009
thank you for the suggestion- will look up the plugin.
for a team nexus, wordpress is truly brilliant. and flexible enough that if the project grows or shifts in focus it can adjust to that too.
i will give the plugin a shot.
cheers
By madbadcat on Wed, 26 August, 2009