adopted-ember-addons / adopted-ember-addons/ember-data-model-fragments
create fragment arrays using the store API
オープン
- 主要言語
- TypeScript
- スター
- 367
- フォーク
- 108
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I know you can use the store API to create fragments e.g.
```
person.set('name', store.createFragment('name', {
first : 'Hugor',
last : 'Hill'
}));
```
but is there an API to do the same with fragmentArrays?
コントリビューションガイド
調査の方向性
Start with the store API and the createFragment example in the issue. Trace the existing fragment creation entry point and compare it with fragmentArray handling; done means the repository provides or clearly documents a way to create fragmentArrays through the store API.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- backend-api-design
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100