Hi, what a great tool! Thanks to all developers!
I would like to use it as a timeboxing-tool for my action items: the user enters an end-time and the action items will popup after a time slice has expired. Starred Tasks get double time. like in the following pseudo-code: // totalTime = endTime - now() // tasks[] = array of all active tasks (without starred tasks) //starredTasks[] = array of all starred tasks //totalTimeslices = tasks.count + 2 * starredTasks.count (starred Tasks get double time for timeboxing) //boxTime = totalTime/boxTime //for each starredTask (alert "start with: " + current task and wait 2 * box time) //for each Task (alert "start with: " + current task; and wait box time) I am not too familiar with javascript nor the inner mechanics of MonkeyGTD so any help would be appreciated! Thanks Halbstein --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GTD TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/GTD-TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---
