Poll: sorting to-dos by priority
Glen Ditchfield
GJDitchfield at acm.org
Mon Jun 14 21:18:31 BST 2021
The iCalendar standard defines a priority to be a single-digit integer, with 1
being the highest priority and 9 being the lowest. So, if you sort a list of
to-dos by priority in ascending order, what do you expect to see?
A) 1, 2, 3, ... 9 (lowest to highest number)
B) 9, 8, 7, ... 1 (lowest to highest priority)
KOrganizer's printed to-do list uses order A, due to code in the KCalendarCore
library, but the on-screen to-do list uses order B. I'd like to pick one.
More information about the kde-pim
mailing list