-
Notifications
You must be signed in to change notification settings - Fork 1
Sample State
langerkirill edited this page Jul 9, 2018
·
5 revisions
{
entities: {
users: {
1: {
id: 1,
username: "fitguy5",
workout_id: 2,
friend_id: 2,
image_url:”www.icanrun.com”
},
workout: {
id: 1,
type: "biking",
duration: 25 minutes,
Location lat: 23.4,
Location long: 52.5,
Miles: 16.5,
friend_workout_id: 2,
workout_date: Date,
}...,
challenges: {
id: 1,
title: “Run up a hill”,
body: “Do it fast and tell friends”,
register_id: 11
},...
workoutComments: {
id: 1,
body: “You suck!”,
user_comment: 2,
workout_id: 2
},...
Session { currentUserId: 22 }
}