taskwarrior-kanban icon indicating copy to clipboard operation
taskwarrior-kanban copied to clipboard

Change number into UUID for completed tasks

Open 0xACE opened this issue 6 years ago • 2 comments

As far as I know, UUID for completed tasks are better than just having a number spanning form 1 to MAX_COMPLETED.

0xACE avatar Oct 17 '18 04:10 0xACE

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?

j-jith avatar Oct 23 '18 14:10 j-jith

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.

0xACE avatar Oct 24 '18 10:10 0xACE