Relationship question
-
Hello
I’m wondering about the new way you docs layout the workings of relationships:
“`1: Recipe ingredients
A recipe with multiple ingredients will need some context to those ingredients like the amount.Main Pod: “recipe”
Child Pod: “ingredient”
Link Pod: “ingredient_amount”The Link Pod “ingredient_amount” will only have two fields: “rel_ingredient”, the single relationship field to the ingredient Pod and “amount” for how much of this ingredient is needed.
The main Pod “recipe” has a multiple relationship field “rel_ingredient_amount” to the link Pod “ingredient_amount”.`”Is this the best way to do it, making a third pod to take care of this ?
I have a Pod called Articles. Articles have Authors, which has its own Pod. It’s setup the “old” way where there’s a relational field in Articles for Authors, vice versa.
Or is the example from the new docs for a different scenario ?
All the best
Carsten
- The topic ‘Relationship question’ is closed to new replies.