8ware / task-gantt

Generating Gantt charts from Taskwarrior entries
31 stars 5 forks source link

Switch to UUID for identifying completed tasks #1

Closed jtsymon closed 8 years ago

jtsymon commented 8 years ago

The task id was used for the resource name in Project::Gantt. This works for pending tasks, but completed tasks have id 0, which doesn't work (is not unique, and there also seems to be a bug in Project::Gantt where it evaluates the name as a boolean to check it is defined, which returns false for 0).

Pending tasks will still use their task id, but completed tasks will show their uuid instead.