Improve critical path

I found out why the critical path calculation was strange.
It’s because there is no total number of days set for the tasks. Tasks have start and due date fields, but the start and due dates are both date fields, and there is nothing between them.

I noticed this when I was looking at this post.