Skip to content

Instantly share code, notes, and snippets.

@bryceosterhaus
Created July 7, 2017 18:07
Show Gist options
  • Save bryceosterhaus/4cac54cbb85ae7691bed9106155beaa8 to your computer and use it in GitHub Desktop.
Save bryceosterhaus/4cac54cbb85ae7691bed9106155beaa8 to your computer and use it in GitHub Desktop.
store structure
store:
{
division: {
1: {
data: {
classPK: 1
},
network:
pages: {
title: {
ascending: []
descending: []
}
creator: {
ascending: []
descending: []
}
date: {
ascending: []
descending: []
}
}
}
}
pages: {
1: {
creator:
loopPageId: 1
classPK:
classNameId:
rawContent:
title:
},
}
}
division: {
data: {}
network: {}
pages: {
data: {
1: {}
2: {}
3: {}
4: {}
5: {}
6: {}
},
sort: {
title: {
ascending: [2, 1]
descending: [6, 5]
}
creator: {
ascending: []
descending: []
}
date: {
ascending: []
descending: []
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment