-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Ember Data Filter Objects #23
Conversation
Very interesting idea. I like it a lot, even if it doesn't fix the memory leak. |
I really like this idea as well, especially if it will help protect against memory leaks. It looks like it could definitely simplify the way we're using We use
We then have a mixin for the routes that initially loads from a
This is a simple, contrived version of our implementation, and doesn't take into account our cached data management or pagination, but I think it gets the point across.
I can see filter being a blueprint in Ember-cli. Generating a filter module like you would for an adapter or serializer would be great for separating out your filter logic, and would work well in pods as well. Anyhow, really looking forward to see how this develops. |
@ef4 this actually related to some of our relational language discussions lately. |
Fix typos
Rendered