-
I have a simple relationship as follows:
What do you think is a good way to implement this in Payload? How about even more nested relationships? Technically, I can create 3 collections respectively, but that might not be the cleanest way for data entry due to applying repetitive changes (roles, relationship pointers) at different locations. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It appears the Array collection is applicable in this use case. The good thing is that it can be nested so I can consolidate content under one |
Beta Was this translation helpful? Give feedback.
It appears the Array collection is applicable in this use case. The good thing is that it can be nested so I can consolidate content under one
courses
. Probably there are performance and query implications using this way, but I will see how it goes.