Skip to content

Instantly share code, notes, and snippets.

@evanhammer
Created April 13, 2017 15:57
Show Gist options
  • Save evanhammer/4d264c5ddc372be078c253c6c30de778 to your computer and use it in GitHub Desktop.
Save evanhammer/4d264c5ddc372be078c253c6c30de778 to your computer and use it in GitHub Desktop.
const state = {
status: {
workCompleted: true,
submitted: true,
reviewed: false,
reviewRead: false,
feedbackCompleted: false
},
timestamps: {
workCompleted: <TS>,
submitted: <TS>,
reviewed: null,
reviewRead: null,
feedbackCompleted: null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment