Skip to content

Instantly share code, notes, and snippets.

@ctrombley
Created July 14, 2016 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctrombley/89299a9dfc2ad36ad44a8dee375d7936 to your computer and use it in GitHub Desktop.
Save ctrombley/89299a9dfc2ad36ad44a8dee375d7936 to your computer and use it in GitHub Desktop.
{
renderedDate: '11/11/2016',
user: {
// guid: userid, // for posting data to backend
firstname: '',
lastname: ''
},
// toast: {category: 'fluff'},
status: 'green',
progress: 50,
taskStatus: [
{Type: "Medication", Status: "green"}
],
daily: [
{
Meals: {value:0, readonly:false},
Movement: {value: 1, readonly: false},
Medication: {value: 1, readonly: false}
},
{
Meals: {value:0, readonly:false},
Movement: {value: 1, readonly: false},
Medication: {value: 1, readonly: false}
}
],
monthly: [
{
Bloodpressure: { value: 0, readonly: true}
}
],
once: {
aic: {value: 0, readonly: true, need: false},
footexam: {value: 0, readonly: true, need: true},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment