Last active
January 13, 2017 09:55
-
-
Save netzwerg/3636ba1160204fe57392c3dbce9a3ddd to your computer and use it in GitHub Desktop.
SAAV Customization
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
{ | |
"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 | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
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
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