-
Notifications
You must be signed in to change notification settings - Fork 2
Sample State
Catherine Vidos edited this page Sep 21, 2020
·
6 revisions
{
entities: {
boards: {
1: {
id: 1,
title: "Inspo",
description: "home remodel 2021",
userId: 47,
pinIds: [155, 81, 90, 32, 93, 44],
followerIds: [198, 299, 870],
},
2: {
id: 1,
title: "Bedroom ideas",
description: "",
userId: 902,
pinIds: [10, 18, 66, 54, 302],
followerIds: [],
},
},
pins: {
1: {
id: 1,
title: "Percale sheet set",
description: "white sheet opts",
userId: 12,
source_link: "www.whitesheets.com",
},
},
users: {
50: {
id: 50,
username: "modern_decor91",
email: "hello@email.com"
firstName: "Catherine"
lastName: "Vidos"
gender: "F"
followingIds: [15, 190, 788],
followerIds: [65, 119, 32, 71],
imgUrl: "optional photo link here!",
},
},
ui: {
loading: true/false
modal: 'login/signup modal'
modal: 'follower/following modal'
},
errors: {
login: ["Incorrect username/password combination"],
boardForm: ["Board title cannot be blank"],
},
session: { currentUserId: 344 }
}