-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathargo-software-dev-evaluation.json
More file actions
137 lines (137 loc) · 3.52 KB
/
argo-software-dev-evaluation.json
File metadata and controls
137 lines (137 loc) · 3.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"targetLevel": "Novice",
"metadata": {
"version": "1.0",
"tool": "EuroArgo Software Evaluator"
},
"repository": {
"owner": "euroargodev",
"repo": "argopy",
"url": "https://github.com/euroargodev/argopy"
},
"evaluation": {
"level": "Novice",
"targetLevel": "Novice",
"achievedLevel": "Expert",
"score": 1,
"stats": {
"totalCriteria": 8,
"metCriteria": 8,
"unmetCriteria": 0,
"weightedScore": 8,
"totalWeight": 8,
"autoCriteria": 5,
"manualCriteria": 3,
"targetLevel": "Novice"
}
},
"details": {
"4": {
"title": "The software uses an open-source programming language (https://en.wikipedia.org/wiki/List_of_open-source_programming_languages)",
"level": "Novice",
"category": "General",
"group": "General",
"status": "met",
"weight": 1,
"type": "auto",
"evidence": [
"Python",
"CSS",
"Shell"
]
},
"5": {
"title": "The software uses a programming language adopted within the Argo community (e.g. Matlab, Python, R, Java, Julia)",
"level": "Novice",
"category": "Community",
"group": "Argo specific",
"status": "met",
"weight": 1,
"type": "auto",
"evidence": [
"Python"
]
},
"10": {
"title": "The software is released under an open-source license (include an open-source LICENSE file with the license content to the codebase)",
"level": "Novice",
"category": "Licensing",
"group": "General",
"status": "met",
"weight": 1,
"type": "auto",
"evidence": [
"LICENSE"
]
},
"11": {
"title": "The project includes a basic documentation (e.g. a README file)",
"level": "Novice",
"category": "Documentation",
"group": "General",
"status": "met",
"weight": 1,
"type": "manual",
"evidence": "https://github.com/euroargodev/argopy/blob/master/README.md"
},
"22": {
"title": "Other Data used by the software should be accessible online",
"level": "Novice",
"category": "Argo Compliance",
"group": "General",
"status": "met",
"weight": 1,
"type": "manual",
"evidence": "Done and documented wherever possible"
},
"32": {
"title": "The project includes a README file",
"level": "Novice",
"category": "Documentation",
"group": "General",
"status": "met",
"weight": 1,
"type": "auto",
"evidence": [
"README detected via API"
]
},
"33": {
"title": "The project includes a LICENSE file",
"level": "Novice",
"category": "Licensing",
"group": "General",
"status": "met",
"weight": 1,
"type": "auto",
"evidence": [
"LICENSE"
]
},
"58": {
"title": "The codebase includes comments and is documented to explain the purpose and functionality of each module, class, and function",
"level": "Novice",
"category": "General",
"group": "General",
"status": "met",
"weight": 1,
"type": "manual",
"evidence": "We use docstrings and comments"
}
},
"userAnswers": {
"11": {
"status": "met",
"evidence": "https://github.com/euroargodev/argopy/blob/master/README.md"
},
"22": {
"status": "met",
"evidence": "Done and documented wherever possible"
},
"58": {
"status": "met",
"evidence": "We use docstrings and comments"
}
},
"feedback": []
}