Here is a DAG that represents job dependencies between developers in a small IT company:
Help the manager to assign tasks between employees and answer the question: which pairs of them can be performed in parallel?
Note that if one job depends on another, it should be performed strictly after that job. In order for a task to be completed, all the previous tasks have to be completed too!