can-fixture icon indicating copy to clipboard operation
can-fixture copied to clipboard

can-fixture documentation

Open indifferentghost opened this issue 6 years ago • 1 comments

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:

can-fixture.store.html

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

indifferentghost avatar Sep 21 '18 18:09 indifferentghost

  • [ ] Should list @return where necessary. (Mostly on Store.prototype methods).
  • [ ] List prototype methods on StoreType page.

indifferentghost avatar Oct 24 '18 01:10 indifferentghost