tarasn / pomodairo

Automatically exported from code.google.com/p/pomodairo
0 stars 0 forks source link

Arrange tasks according to user priority #164

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to be able to arrange the order of the task.

Suppose I have this as the task for today:

A Write issue report
B Write manual section #2
C Fix issue #1

The task will be sorted as they are added. It would be nice if I could move 
tasks up and down to get some sort of priority ordering.

Just two buttons would suffice, move task up and move task down. We would 
probably need some sort of 'prio' field in the db. Using a linked list 
approach has some serious drawbacks.

Original issue reported on code.google.com by fredrikj...@gmail.com on 28 May 2009 at 9:16