Skip to content

Instantly share code, notes, and snippets.

@jasonchester
Forked from tomlagier/store-shape.js
Created March 3, 2016 22:38
Show Gist options
  • Save jasonchester/da610736242666e4764d to your computer and use it in GitHub Desktop.
Save jasonchester/da610736242666e4764d to your computer and use it in GitHub Desktop.
Store shape
{
models: {
guest: {
view: {},
edit: {}
},
relationships: {
view: {},
edit: {}
},
dates: {
view: {},
edit: {}
},
notes: {
view: {},
edit: {}
},
myBook: {
view: {},
edit: {}
},
user: {
view: {},
edit: {}
},
search: {
view: {},
edit: {}
},
},
components: {
header: {}
},
global: {
routing: {},
login: {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment