How to use WeKan to manage your work

WeKan takes the Kanban concept and puts it on the web in an easy-to-use format.
389 readers like this.
A kanban board on a whiteboard with sticky notes

Jeff Lasovski. Modified by Opensource.com. CC BY-SA 3.0.

Managing your work—figuring out which tasks to carry out and scheduling them—can be difficult. Not only are other things competing for your attention, there's only so much time in the day for you to do what you need or want to do.

There are any number of tools that you can use to help manage your workflow. You've probably used or test driven as many (or maybe even more) than I have. One that I find effective is WeKan.

The concept

WeKan is an online tool that represents tasks visually. It's essentially an open source version of a popular web application called Trello.

WeKan is based on an idea known as Kanban. Kanban was originally used to schedule tasks in factories. Tasks were represented on cards, which were moved through the production process as each step was completed.

The idea behind Kanban was embraced by software development shops that use the agile method of creating software. Instead of cards, those shops started out using sticky notes, which they move across a whiteboard that is divided into the phases of the software development cycle.

WeKan takes Kanban and puts it on the web in a graphical and easy-to-use format. Let's take a look at using WeKan to manage your work, even if you're working alone.

Learning the language

There's a little terminology you'll need to learn before you can effectively use WeKan:

  • A board is the container for your project.
  • A list represents a stage of project—for example, "in progress" or "done."
  • A card represents a task.

That wasn't too difficult, was it? Let's dive into using WeKan.

Getting to work

First, you'll need to get WeKan. You can either download and install it on your own server or use Sandstorm Oasis. There's also a read-only demo that you can try.

I use WeKan with my Sandstorm Oasis account. All of the screen captures here are from it; if you self-host WeKan, your screens may look a bit different. (You have been warned.)

When you log into WeKan, you're taken to a list of boards. Click Create new board. You get an empty board that looks something like this:

An empty WeKan board

opensource.com

The board is a blank canvas onto which you'll need to put some lists that, as noted above, describe the stages of your project. Type a name for the list in the Add a list box, then click Save. Repeat that for all the lists you want to add to your board. (For this example, my lists are called "To do," "In progress," and "Done.")

Next, add some cards to your first list, the one on the far left, which acts as the staging area for your cards. Click Add a card, then describe the task; for example, Write blog post announcing book. When you're done, click Add.

Adding a task to WeKan

opensource.com

Again, repeat that until you've created all the cards you need. You can always add more cards later.

Working with your cards

As you start to carry out tasks, move your cards from one list to another. Just click and drag the card with your mouse. As you complete tasks, keep moving the cards until all of them are in your Done list (or whatever you named it).

While a project is in progress, your board should look something like this:

In progress board

opensource.com

Cards in WeKan are quite flexible. Click a card to open a properties pane.

Adding details to a task in WeKan

opensource.com

In that pane, you can add a label or a comment to the card. If you click the three horizontal lines in the top-right corner of the properties pane, you can add an attachment (like an image or document) to the card, set a start and due date, or send the card to the WeKan board's archive.

That's a pretty simple use of WeKan for managing work, but it works well for me. And it illustrates how you can even apply the concept of Kanban to solo projects.

Although I don't use WeKan to manage all of my work, when I have a fairly hefty project, WeKan helps me stay on top of what I need to do.

Tags
That idiot Scott Nesbitt ...
I'm a long-time user of free/open source software, and write various things for both fun and profit. I don't take myself all that seriously and I do all of my own stunts.

3 Comments

We've used WeKan for quite a while, and it's pretty impressive, but it errs on the site of being a bit too basic (easy for new users, frustrating for more experienced ones). We've also used the FOSS Kanban tools Taiga.io (which is functionally comprehensive but harder to run your own - it's based on the Django framework) and KanBoard.net (which isn't as "pretty" but is far more functional and thoughtful in its capabilities - we currently use the reference instance by the software's main author, so not sure how hard it is to self-host - I think it's custom from the ground up, written in PHP). So, if WeKan is too basic for you, those other two are worth a look. I certainly endorse both over the proprietary Trello.

No one tool is going to be perfectly suited for everyone's purposes. One of the reasons I like WeKan is that it is basic — it contains the features I need and use.

If you're looking for other open source Trello alternatives, you might want to check out this article by Jason Baker. The article looks at a couple of the tools you mentioned, a couple of others too.

In reply to by Lightweight

I like this. I had heard of KanBan but this is new to me.

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.