In the context where we have Projects
that contain Tasks
(two Apps), which one is better and why?
- In the
Projects
App, add a relation field to its childrenTasks
. - In the
Tasks
App, add a relation field to its parentProjet
.
On the Podio API POV, you would get the field values (1) or the referenced items (2).