Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better support for child objects #666

Closed
abstratt opened this issue Sep 5, 2015 · 1 comment
Closed

better support for child objects #666

abstratt opened this issue Sep 5, 2015 · 1 comment

Comments

@abstratt
Copy link

abstratt commented Sep 5, 2015

Not all relationships are equal. In aggregation relationships:

  • often it makes sense to access child objects only via their parent object
  • when creating a child object (say, a comment to a post), it doesn't make sense to let the user to choose the parent to add to, that is implied when the user chose to add the child object

The Posts/comments example breaks those two rules. You can see all comments in a global list, and when adding a comment to a post, the user is required to choose the post they are adding the comment to.

@fzaninotto
Copy link
Member

Duplicate of #627 and #308 and #241

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants