GIVEN David is on the Project view page
THEN he sees a 'Add Task' button (below the list of targets)
AND WHEN he clicks the button
THEN he is redirected to the New Task form
AND he sees a name input field
AND a user dropdown
AND a due date
AND when he clicks save
THEN he is redirected back to the project view page
AND he sees the newly created task
GIVEN David is on the Project view page THEN he sees a 'Add Task' button (below the list of targets) AND WHEN he clicks the button THEN he is redirected to the New Task form AND he sees a name input field AND a user dropdown AND a due date AND when he clicks save THEN he is redirected back to the project view page AND he sees the newly created task