Any Toggl users here? I'm putting together an integration so the toggl (Chrome extension) button ( https://github.com/toggl/toggl-button ) is displayed for tasks on a Checkvist list. It's dead simple (a few lines of javascript), but I'm slightly torn on the best way to handle one aspect: whether or not toggl is shown for a particular list. It can't be always-on, as it adds too much clutter for non-projecty lists (who wants a timer button for the carrots on their grocery list?). What I have now is that if any task on a list is tagged #toggl, then all tasks on that list will have the toggl button. A few alternatives I canvassed were: - display toggl buttons only on subtasks of a task tagged with #toggl - display toggl buttons only on focused (hoisted) tasks - find some other way to indicate that all of a list's tasks should have the button, eg. something encoded in the list's name I think what I have now is the most convenient of these (I don't want to hav...
I've wondered the same thing...
ReplyDeleteYou validate something when it's complete, by hitting space. To reverse that action, you hit shift/space. I'd suggest Kir change the term from "invalidate" to "un-validate" for clarity.
ReplyDeleteJim Leff That's not quite right: hitting space 'completes' a task (rendered by default as struck through). Invalidating it with shift+space puts it in the 'completed' part of the list (ie. it disappears if you hide completed), but decrements only the total tasks number, not the completed tasks. It gets rendered by default with italics.
ReplyDeleteI'm not quite sure what the use of it is. Perhaps it's for people who make serious use of the progress counter, offering a way to hide tasks without adding them to the 'completed' count?
The reference mentions invalidated tasks in the Confluence export, so they might exist primarily for interop.
ReplyDeletecheckvist.com - Checkvist: Reference
Hi everyone, initially 'invalidated' tasks were introduced to mark some tasks in the list as non-relevant at some context. I.e. they cannot be 'completed' in some situation, but we still want to keep them in the list due to some reason.
ReplyDeleteThey make sense if you have a template list of tasks (checklist), and copy this list over and over. This status excludes task from the progress counter, marks the list item italic, and such tasks are hidden in 'hide completed' mode.
This feature is not very useful for most people, but it was present since the very first version of Checkvist, and has its users.
Hope this clarifies things a bit :)
I use them for everything that won't or can't be completed. Mostly notes. Other than Checkvist notes, they can be moved around, nested, ... (i. e. they have all the great powers of tasks).
ReplyDelete