can-fixture
can-fixture copied to clipboard
can-fixture documentation
can-fixture.html
- [ ] codepen
- [ ] fixture(ajaxSettings, null) 404s in browser and doesn't reflect on codepen.
- [x] indentation
can-fixture.delay.html
- [x] codepen
- [x] indentation
- [ ] article is a stub
can-fixture.fixtures
- [x] codepen
- [x] indentation
- [ ] can-fixture.md is hidden with a
@hide
tag. - [x] can-fixture.md connected to the parent
can-fixture.properties
. - [ ] article is a stub
can-fixture.on.html
- [x] codepen
- [x] indentation
- [ ] article is a stub
- [x] List
fixture(ajaxSetting, null)
as an alternative.
can-fixture.rand.html
- [x] codepen
- [x] indentation
- [x] added return values.
discourse:
- [ ] I'm unsure of the validity of providing example return values in fixture.rand(choices, min, max)
can-fixture.store.html
- [x] codepen
- [x] indentation
- [x] Describe what
count
actually does and is for in fixture.store(count, makeItems, queryLogic).
can-fixture/types
discourse:
- [ ] URL differentiation, it might be worthwhile to convert to the dot notation as previous. (ex:
can-fixture.types.ajaxSettings.html
)
can-fixture/types/ajaxSettings.html
- [x] codepen
- [x] indentation
can-fixture/types/request.html
- [x] codepen
- [x] indentation
can-fixture.response.html
- [x] codepen
- [x] indentation
discourse:
- [ ] I'm not sure if each response example needs to be codepen-able.
StoreType.prototype.createInstance.html
- [ ] codepen
- [x] indentation
- [x] spelling error programatically -> programmatically
StoreType.prototype.updateData.html
- [x] codepen
- [x] indentation
discourse:
- [ ] provided example; however, it could be better represented with a custom updateData behavior.
StoreType.prototype.createData
- [x] codepen
- [x] indentation
- [ ] article is a stub
StoreType.prototype.createInstance
- [ ] codepen
- [x] indentation
- [ ] article is a stub
- [x] ES6
- [x] spelling: programatically -> programmatically
StoreType.prototype.destroyData
- [ ] codepen
- [x] indentation
- [ ] article is a stub
StoreType.prototype.destroyInstance
- [ ] codepen
- [x] indentation
- [ ] article is a stub
- [x] ES6
- [x] spelling: programatically -> programmatically
StoreType.prototype.get
- [x] codepen
- [x] indentation
- [ ] article is a stub
Discourse:
- [ ] differentiation between getList, getData and get?
StoreType.prototype.getData
- [x] codepen
- [x] indentation
- [ ] article is a stub
Discourse:
- [ ] differentiation between getList, getData and get?
StoreType.prototype.getList
- [ ] codepen
- [x] indentation
- [ ] article is a stub
- [x] example references
.get
rather than.getList
.
Discourse:
- [ ] differentiation between getList, getData, get, getListData?
StoreType.prototype.getListData
- [x] codepen
- [x] indentation
- [ ] article is a stub
Discourse:
- [ ] differentiation between getList, getData, get, getListData?
StoreType.prototype.reset
- [x] codepen
- [x] indentation
- [ ] article is a stub
discourse:
- [ ] could use example utilizing baseItems
- [ ] Should list
@return
where necessary. (Mostly onStore.prototype
methods). - [ ] List prototype methods on StoreType page.