Sample State - griffinsharp/kicker GitHub Wiki

{
  entities: {
    users: {
      15: {
        id: 15,
        username: "Thomasshelby",
        email: "[email protected]"
      },
    },
    projects: {
      1: {
        id: 1,
        title: "Phonocut: Home Vinyl Recorder",
        subTitle: "Oldies Made New",
        totalPledged: 32342,
        goalAmount: 125000,
        numBackers: 120,
        daysLeft: 6,
        loved: true,
        location: "Newport Beach, CA",
        campaign: "The Ladder is a completely new take on escape rooms: a 90-minute, fully replayable and 
         choice-driven immersive narrative experience. Your group will collectively take on the role of a new 
         employee at Nutricorp, a vitamin company with a dark secret to hide.",
        about: "Hatch Escapes was founded by childhood friends Terry Rolapp and Tommy Wallach, who met at a 
         summer program for writing musical theater.",
        categoryId: 7,
        userId: 13,
      },
    },
    backings: {
      10: {
        id: 10,
        userId: 4,
        rewardId: 3,
        projectId: 47
      },
    },
    categories: {
      1: {
        id: 1,
        categoryName: "Arts",
      },
    },
    rewards: {
      1: {
        id: 1,
        amount: 1,
        desc: "Join the Prepd Community",
        subdesc: "Help us bring the prepd Skillet to life! You'll get exclusive updates on all of our progress."
        delivery: "Nov 2019",
        shipping: "Only United States",
        numBackers: 48,
        projectId: 2,
      },
    },
  },
  ui: {
    loading: true/false
  },
  errors: {
    session: ["The email address and password you entered do not match."], 
    newProjectForm: ["Your project must have a name."],
    editProjectForm: ["Field cannot be left blank."],
    rewardForm: ["Pledge amount must be greater than zero."],
    
  },
  session: { id: 72 }
}