Skip to content

Instantly share code, notes, and snippets.

@grosscol
Last active April 22, 2019 20:32
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 grosscol/9d009f385ea6d8f2297cd8a4ad58f3ad to your computer and use it in GitHub Desktop.
Save grosscol/9d009f385ea6d8f2297cd8a4ad58f3ad to your computer and use it in GitHub Desktop.
Illustrating performance as a dimension or not.
{
"MAPT_data_points":[
{ "performer": "Alice",
"time": "2019-01-01",
"measure": "Documentation Rate",
"performance": "0.90"
},
{ "performer": "Alice",
"time": "2019-02-01",
"measure": "Documentation Rate",
"performance": "0.80"
}
]
},
{
"MAT_data_points":[
{ "performer": "Alice",
"time": "2019-01-01",
"measure": {
"name": "Documentation Rate",
"value": 0.90
}
},
{ "performer": "Alice",
"time": "2019-02-01",
"measure": {
"name": "Documentation Rate",
"value": 0.80
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment