Skip to content

Latest commit

 

History

History
executable file
·
35 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

executable file
·
35 lines (25 loc) · 1.19 KB

Task Keeper

What is Task Keeper

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.

Features

  • Create and Delete tasks.
  • Interactive drag and drop from swim lane to swim lane using cursor.

Technologies Used

  • Drag and Drop API.
  • Web Storage API.

Known Issues and Workarounds

A. Task can become a Child of another Task

Dragging an item onto another item will make the dragged item a child of the other item, essentially sticking the two items together.

Workaround

Tasks must be carefully dragged onto the blue zones of a swim lane to be successfully dropped into the lane.

B. Task Ordering on Reload

Reloading the session discards the ordering of tasks on each swim lane.

Feature Roadmap

  • Clicking background of edit task dialogue box closes the dialogue.