Document instantiateRecord
and RFC#487 custom model class APIs
#7055
Labels
feature-suggestion
🏷️ doc
This PR adds/improves/or fixes documentation
🌲 Project Trim 🌲
PRs related to https://github.com/emberjs/data/issues/6166
Action Items:
We've had discussions the last couple meetings about how to refer to model classes in the face of
DS
namespace going away in favour of packages and@ember-data/model
and the user-specified return from instantiateRecordThe upshot is to refer to
@ember-data/model
specifically and to separately add documentation for implementing custom model classes, part of which requires coming up with clear names to describe generic records.Custom model classes is an advanced feature that shouldn't be part of the onboarding guides. A reasonable place to put this sort of thing might be under
Additional Resources -> Advanced -> Custom Model Classes
on https://guides.emberjs.com/release/cc @rwjblue @igorT @runspired @efx
The text was updated successfully, but these errors were encountered: