Created
September 11, 2024 16:14
-
-
Save thagoat/c98a35b5690a4e253f62fc2796400d0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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