Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 675 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 675 Bytes

What is this?

A (kanban) tool which allows you to create/update/drag-and-drop tasks.

preview

Installation

Install node.js
Install node package manager

Install the following node.js plugins:

jade
express

  1. Clone this app.
  2. Configure the columns you want to use.
  3. Run "node app.js".

Todo

  • Add support for mongodb.
  • Add support for Jira.
  • Comet style notifications when tasks are updated.
  • Move the column configuration to a sensible configuration file.