Skip to content

Instantly share code, notes, and snippets.

@tomlagier
Created March 3, 2016 22:03
Show Gist options
  • Save tomlagier/9bffc6d68e8024944556 to your computer and use it in GitHub Desktop.
Save tomlagier/9bffc6d68e8024944556 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