?
No comments here
Why not start the discussion?
A possible JSON structure for the DAO Index to make the completed questionnaires machine-readable.
The principle section is meant to be duplicated for each principle.
"DAO's Name": {
"Principle": {
"Question":
[
{
"ID": "String",
"Text": "String",
"Indicator": "String",
"Points": Int,
"Plain-English": "String",
"Explanation": "String",
"Rater": ['Rater_1', 'Rater_n'],
"Reviwer": ['Reviewer_1', 'Reviewer_n'],
"Documents": [
{"Name": "String", "ID": "String", "Source": "String", "URL": "String", "Date-accessed": "YYYY-MM-DD"}
],
"Date-Rated": { "Preliminary": "YYYY-MM-DD", "Final": "YYYY-MM-DD"}
}
]
},
"Date-Completed": {
"Preliminary": "YYYY-MM-DD",
"Final": "YYYY-MM-DD"
},
"Version": {
"Questionnaire": Float,
"Principles": Float,
},
"Report": {
"URL": "String",
"Version": Float,
"Name": "String"
},
"Stats": {
"Overall": Int,
"Principle": Int,
"N/A": Int,
"Total": Int
}
}