evrenvarol / outlook-taskboard

Kanban Board for Microsoft Outlook Tasks
MIT License
205 stars 76 forks source link

Ordering Backlog Tasks #20

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi,

I'm trying to order Backlog tasks using a FILO system. First in, Last Out. So the new tasks added were at the top of the lane.

I modified the config.js using the property "-creationtime" for the Backlog folder, however nothing happens.

Please, is this property supported? or is it named differently?

Thank you. Br

BillyMcSkintos commented 7 years ago

I think you need to add a line to app.js array (line 164 ish) before using that property (search for: // sort tasks and its above that section:

creationtime: tasks(i).CreationTime,