Skip to content

Instantly share code, notes, and snippets.

@netzwerg
Last active January 13, 2017 09:55
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 netzwerg/3636ba1160204fe57392c3dbce9a3ddd to your computer and use it in GitHub Desktop.
Save netzwerg/3636ba1160204fe57392c3dbce9a3ddd to your computer and use it in GitHub Desktop.
SAAV Customization
{
"title": "Customization Demo",
"allowedValueRange": [1, 10],
"criteria": [
{
"name": "Software Quality",
"aggregatable": true,
"subCriteria": [
{
"name": "Usability",
"weight": {
"Quality": {
"weight": 1
}
},
"indicators": [
{
"name": "Grade",
"enabled": true
}
]
},
{
"name": "Code Quality",
"weight": {
"Quality": {
"weight": 0.5
}
},
"indicators": [
{
"name": "Grade",
"enabled": true
}
]
}
]
}
]
}
Projekt Indikator Reviewer Value
SAAV Software Quality:::Usability:::Grade 1 10
SAAV Software Quality:::Code Quality:::Grade 1 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment