-
Notifications
You must be signed in to change notification settings - Fork 0
Sample State
Shawn edited this page May 13, 2019
·
6 revisions
{
entities: {
family: {
1: {
id: 1,
familyName: "scott",
name: "shawn"
}
},
children: {
1: {
id: 1,
name: "scout"
},
2: {
id: 2,
name: "skylar"
}
},
chores: {
1: {
id: 1,
title: "do work",
body: "work harder",
amount: 5
}
},
payouts: {
1: {
}
},
ui: {},
errors: {},
session: {
id: 2,
firstName: "Shawn",
familyName: "Scott",
isParent: true
}
}Team: Shawn Scott, Grant Paulson, Sean Kennealy, Vu Tran