Commit Graph

3 Commits

Author SHA1 Message Date
David Beniamine
af35c769ed ADD: guards on mapping to avoid remappings 2014-10-10 17:42:32 +02:00
David Beniamine
c0a6726696 CHG: Hierachical sort can now have1 to 3 levels
This allow for example to sort the wall list by context, then each context by
project and each project by priority.
The sort is very flexible, the only constraint is that the sort by priority
(if we decide to do it) is the last sort.
2014-10-10 17:38:37 +02:00
David Beniamine
62c8949881 ADD: Two level sort function
This commit add the first interesting difference from freitass original
version. It provides a two level sort function which allow the user to sort
the todo by project (or context) then by priority.

TODO: Maybe think about three level sort (project, context, priority) in any
order.
2014-10-09 16:16:46 +02:00