holodex / app

http://holodex.enspiral.com
GNU Affero General Public License v3.0
24 stars 1 forks source link

[compost] module with test data #120

Closed ahdinosaur closed 8 years ago

ahdinosaur commented 9 years ago

so we could do agent/stores/agents#getInitialState like:

  getInitialState: function () {
    return toImmutable(require('data/agents'))
  },

until we have proper fetching with https://github.com/open-app/holodex/issues/80

ahdinosaur commented 9 years ago

i'm thinking it's maybe not a bad idea to continue using Enspiral data as our test data to motivate development, as opposed to a more minimal set of data.

TODO: