Task Keeper is a Kanban-like board for helping you keep track of your work.
There are three "swim lanes":
- To Do: Lists tasks that you will do.
- Doing: Lists tasks that you are currently doing.
- Done: Lists tasks that you have completed.
When you create a task, it is placed in the To Do swim lane. You then drag this task to the Doing lane when you have started working on it. When you have completed the task, drag it to the Done lane.
- Create and Delete tasks.
- Interactive drag and drop from swim lane to swim lane using cursor.
- Drag and Drop API.
- Web Storage API.
Dragging an item onto another item will make the dragged item a child of the other item, essentially sticking the two items together.
Tasks must be carefully dragged onto the blue zones of a swim lane to be successfully dropped into the lane.
Reloading the session discards the ordering of tasks on each swim lane.
- Clicking background of edit task dialogue box closes the dialogue.