Skip to content

Manage tasks from pending to done

Notifications You must be signed in to change notification settings

arhh/task-keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.