Skip to content

Instantly share code, notes, and snippets.

@thagoat
Created September 11, 2024 16:14
Show Gist options
  • Save thagoat/c98a35b5690a4e253f62fc2796400d0d to your computer and use it in GitHub Desktop.
Save thagoat/c98a35b5690a4e253f62fc2796400d0d to your computer and use it in GitHub Desktop.
{
"id": "secondary",
"schema_version": "1.0",
"title": "Secondary Dashboard",
"description": "An second dashboard to show-off the flexibility of the dashboard system.",
"widgets": [
{
"title_text": "Records Summary",
"description_text": "Track key metrics for your chronic disease (eg. Diabetes). The data within this widget is not reflective of your health record, and is only present for demonstrational purposes.",
"x": 0,
"y": 0,
"width": 8,
"height": 6,
"item_type": "records-summary-widget"
},
{
"title_text": "Care Team",
"description_text": "Track key metrics for your chronic disease (eg. Diabetes). The data within this widget is not reflective of your health record, and is only present for demonstrational purposes.",
"x": 8,
"y": 0,
"width": 4,
"height": 6,
"item_type": "image-list-group-widget"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment