You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the same nested resource (like CommentResource) is used across multiple parent types (PostResource, VideoResource, PhotoResource), we are forced to duplicate the nested resource logic for each parent.
I understand that we can point all of them to one schema and table, but we still need to create and maintain separate resource classes and pages for each parent. This leads to repetitive code and higher maintenance complexity.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Problem:
If the same nested resource (like
CommentResource
) is used across multiple parent types (PostResource
,VideoResource
,PhotoResource
), we are forced to duplicate the nested resource logic for each parent.I understand that we can point all of them to one schema and table, but we still need to create and maintain separate resource classes and pages for each parent. This leads to repetitive code and higher maintenance complexity.
Beta Was this translation helpful? Give feedback.
All reactions