I have a base containing projects (projects table), each project will have tasks assigned to collaborators (tasks table).
The tasks number about 30 and do not differ between projects. At the moment I add a new project, then add 30 tasks manually, settting task type from a lookup table.
I’m sure there’s a way to make this work better (without resorting to say Zapier)