This creates the core data structure for the Odyssey plugin, called an
'OdysseyInstance'. It supports adding entities (basically nodes) of type
Person, Priority, or Contribution. You can take a look at our design
doc or brainstorming to get a sense of what's going on here,
although the design has continued to evolve via in-person conversations.
See the model.test.js file for a sense of how the API looks when used
in practice.
This creates the core data structure for the Odyssey plugin, called an 'OdysseyInstance'. It supports adding entities (basically nodes) of type Person, Priority, or Contribution. You can take a look at our design doc or brainstorming to get a sense of what's going on here, although the design has continued to evolve via in-person conversations.
See the
model.test.js
file for a sense of how the API looks when used in practice.Test plan: Unit tests included.
yarn test
passes.