{
entities: {
Users: {
1: {
id: 1,
Username: GaronHock
email: [email protected]
profile_picture: “23432424t4325q”
biography: “I prefer staying in”
published_photo_ids: [1, 5, 7, 8],
liked_photo_ids: [2, 3],
follower_ids: [2, 4, 5, 6, 7],
following_ids: [4, 6]
},
2: {
id: 2,
Username: MichaelPowell
email: [email protected]
published_photo_ids: [2, 4, 6, 9],
liked_photo_ids: [2, 3],
follower_ids: [2, 3, 6, 7, 8],
following_ids: [4, 6]
},
3: {
id: 3,
Username: Alonzo Turing
email: [email protected]
},
},
Photos: {
1: {
user_id: 1,
description: “Me holding in some bodily function”
photo_url: “423423456346”
comment_ids : [1,5,6,7,8]
liked_ids: [1,4,6,8]
},
2: {
user_id: 2,
description: “When In Vegas”
photo_url: “423423456346”
comment_ids : [1,5,6,7,8]
liked_ids: [1,4,6,8]
},
3: {
user_id: 3,
description: “”
photo_url: “423423456346”
comment_ids : [1,5,6,7,8]
liked_ids: [1,4,6,8]
},
},
Comments: {
1:{ comment_id: 1
user_id: 2,
content: "Looks Gross",
photo_id: 1,
},
},
}
ui: {
loading: true/false
},
errors: {
login: ["Incorrect username/password combination"],
commentForm: [“Commont body cannot be blank"],
},
session: { currentUserId: 25 }
}