taskwarrior-kanban
taskwarrior-kanban copied to clipboard
Change number into UUID for completed tasks
As far as I know, UUID for completed tasks are better than just having a number spanning form 1 to MAX_COMPLETED.
Thanks for the suggestion. But I'm not sure how seeing the UUID of a completed task helps with anything. Could you explain why you think UUIDs are better than the loop index?
It lets you access a completed task if you ever need to read something from it, or re-open the task.
If taskwarrior has support for some task done-1
, then I guess you wouldn't need the UUID.