emberjs / emberjs/ember-inspector
[Feature Request] CRUD operations for Data models
- Dominant language
- JavaScript
- Stars
- 969
- Forks
- 292
- PR merge metrics
- No merged PRs in 30d
Description
As discussed on Slack, it would be interesting to have a way to perform the CRUD operations through Ember Inspector's interface.
My suggestion for the operations:
- Create - a button in the Data panel, it would open in the Object Inspector. Then you'd save it;
- Read - currently you can filter cached records, but not request new ones through the interface, something in the Data would address this;
- Update - this can already be done with the Object Inspector;
- Delete - this could be a conditionally rendered element of the Object Inspector;
- Save - see above.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.