-
-
Notifications
You must be signed in to change notification settings - Fork 47
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 notes 01 november 2017 #211
Conversation
ember-data/2017-11/november-01.md
Outdated
|
||
## Attendees | ||
|
||
## Agenda |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reply here with agenda items
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow up on solving various use cases unload via addon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in particular
- addon for transitive-unload
- addon for soft-delete
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discuss testing API's:
- store.createRecord should be async? data#5247 -
store.createRecord
should be async? - Meta issue around creating new-style
setupSerializerTest(hooks)
(as pseudo coded in my blog post)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discuss emberjs/data#5230 and whether/how to support multi-table inheritance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Potentially discuss allowing unique indexes against simple (non-compound) attributes
This is the format I'd suggested in this week's meeting @pangratz @bmac @runspired @dgeb |
👋 -- Obviously I'm not a team member and don't have a say in what is/isn't discussed, but I've read these for years to keep up to date on what's happening in ember, ember-cli, and ember-data. I'd really like to see the outcome of a discussion around all the unloadRecord issues that began with 2.12. I'm one of at least 20 people who are still stuck on older versions and it'd be really great to at least know these things are being discussed, if not actively worked on. |
The outcome is roughly that we are going to investigate enabling the |
I'd be interested to hear more, but this is probably not the right venue to ask these questions. |
hello, curious if there was/is any discussion on the natural-key issue for models? |
@erichonkanen no, but I believe this will fix that: emberjs/data#5249 |
7415acf
to
bf8d4d6
Compare
No description provided.