# --- General definitions with explanatory comments ---

# define alias
vacation -> Admin/Vacation

# define task on its own
sick

# define alias to task to rollup group.
on-call -> Zot/Support/On-Call -> Department_Zot [Departments]


# --- Project definitions showing rollup groups ---

# Project Foo Definitions

foo.new-gui -> Foo/Task_NewGUI -> Project_Foo [Projects]
foo.fix-bugs -> Foo/Task_FixBugs -> Project_Foo [Projects]

Project_Foo [Projects] -> Department_Zot [Departments]


# Project Bar Definitions

bar.requirements -> Bar/Requirements -> Project_Bar [Projects]
bar.design -> Bar/Design -> Project_Bar [Projects]

Project_Bar [Projects] -> Department_Zot [Departments]
