-
Notifications
You must be signed in to change notification settings - Fork 34
/
bp-status.html
285 lines (279 loc) · 11 KB
/
bp-status.html
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!DOCTYPE html>
<html>
<head>
<title>Status of "Tests" and "Examples"</title>
<style type="text/css">
body { font-family: sans-serif; background: #FFF; }
table, td, tr, th { border: 1px solid #F9F9F9; }
table { border-collapse: collapse; }
th { background: #D9D9D9; }
td, th { padding: 6px; }
tr:hover { background: #F9F9F9; }
.done { background: #8ccd8c; }
.incomplete { background: #f4c583; }
.need-review {background: #9cd9eb; }
.need-to-be-done { background: #e7908e; }
.gray { background: #D9D9D9; }
a { color: #333; text-decoration: none; }
a:hover { text-decoration: underline; }
span { padding: 4px; }
</style>
</head>
<body>
<div>
<p>This table contains all BPs and its respective "Example" and "Tests" status.</p>
<p>The <span class="need-review">Need review</span> status suggests that there is an already written section, but it's, probably, non-deterministic, so it has to be rewritten and become deterministic.</p>
<p>The <span class="gray">Target date</span> points to the deadline when the status of both sections must be <span class="done">Done</span>.</p>
<p>If you can, please, feel free to put yourself into the <span class="gray">Member(s) assigned</span> column in order to colaborate with the task of (re)write those BP sections.</p>
<p>Feel free to change the status when it's necessary and make changes in this file.</p>
</div>
<table>
<thead>
<tr>
<th>Best Practice</th>
<th>Example section status</th>
<th>Test section status</th>
<th>Member(s) assigned</th>
<th>Target date</th>
</tr>
</thead>
<tbody>
<tr>
<td class="bp"><a href="./bp.html#ProvideMetadata">BP 1: Provide metadata</a></td>
<td class="example-status">Done</td>
<td class="test-status">Done</td>
<td class="members">Bernadette</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#DescriptiveMetadata">BP 2: Provide descriptive metadata</a></td>
<td class="example-status">Done</td>
<td class="test-status">Done</td>
<td class="members">Bernadette</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#LocaleParametersMetadata">BP 3: Provide locale parameters metadata</a></td>
<td class="example-status">Done</td>
<td class="test-status">Done</td>
<td class="members">Bernadette</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#StructuralMetadata">BP 4: Provide structural metadata</a></td>
<td class="example-status">Done</td>
<td class="test-status">Done</td>
<td class="members">Bernadette, Newton</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#DataLicense">BP 5: Provide data license information</a></td>
<td class="example-status">Done</td>
<td class="test-status">Done</td>
<td class="members">Newton, Phil</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#DataProvenance">BP 6: Provide data provenance information</a></td>
<td class="example-status">Incomplete</td>
<td class="test-status">Need review</td>
<td class="members">Deirdre Lee</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#DataQuality">BP 7: Provide data quality information</a></td>
<td class="example-status">Done</td>
<td class="test-status">Done</td>
<td class="members">Riccardo, Antoine</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#VersioningInfo">BP 8: Provide versioning information</a></td>
<td class="example-status">Done</td>
<td class="test-status">Done</td>
<td class="members">Annette</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#VersionHistory">BP 9: Provide version history</a></td>
<td class="example-status">Done</td>
<td class="test-status">Done</td>
<td class="members">Annette</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#provideVersioningInfo">BP 10: Avoid Breaking Changes to Your API, Communicate Changes to Developers</a></td>
<td class="example-status">Need review</td>
<td class="test-status">Need review</td>
<td class="members">Annette, Yaso</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#UniqueIdentifiers">BP 11: Use persistent URIs as identifiers of datasets</a></td>
<td class="example-status">Done</td>
<td class="test-status">Done</td>
<td class="members">Phil</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#identifiersWithinDatasets">BP 12: Use persistent URIs as identifiers within datasets</a></td>
<td class="example-status">Done</td>
<td class="test-status">Need review</td>
<td class="members">Phil</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#VersionIdentifiers">BP 13: Assign URIs to dataset versions and series</a></td>
<td class="example-status">Done</td>
<td class="test-status">Need review</td>
<td class="members">Phil</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#MachineReadableStandardizedFormat">BP 14: Use machine-readable standardized data formats</a></td>
<td class="example-status">Done</td>
<td class="test-status">Need review</td>
<td class="members">Newton, Laufer</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#MultipleFormats">BP 15: Provide data in multiple formats</a></td>
<td class="example-status">Done</td>
<td class="test-status">Incomplete</td>
<td class="members">Newton, Laufer</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#MetadataStandardized">BP 16: Use standardized terms</a></td>
<td class="example-status">Done</td>
<td class="test-status">Need review</td>
<td class="members">Antoine</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#ReuseVocabularies">BP 17: Reuse vocabularies</a></td>
<td class="example-status">Done</td>
<td class="test-status">Done</td>
<td class="members">Antoine</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#ChoseRightFormalizationLevel">BP 18: Choose the right formalization level</a></td>
<td class="example-status">Done</td>
<td class="test-status">Done</td>
<td class="members">Antoine</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#DataUnavailabilityReference">BP 19: Provide data unavailability reference</a></td>
<td class="example-status">Done</td>
<td class="test-status">Need review</td>
<td class="members">Bernadette, Eric Stephan</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#BulkAccess">BP 20: Provide bulk download</a></td>
<td class="example-status">Need to be done</td>
<td class="test-status">Incomplete</td>
<td class="members">Eric Stephan</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#APIHttpVerbs">BP 21: Use Web Standardized Interfaces</a></td>
<td class="example-status">Need review</td>
<td class="test-status">Need review</td>
<td class="members">Annette, Yaso</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#Conneg">BP 22: Serving data and resources with different formats</a></td>
<td class="example-status">Done</td>
<td class="test-status">Need review</td>
<td class="members">Newton</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#AccessRealTime">BP 23: Provide real-time access</a></td>
<td class="example-status">Need to be done</td>
<td class="test-status">Need review</td>
<td class="members">Eric Stephan</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#AccessUptoDate">BP 24: Provide data up to date</a></td>
<td class="example-status">Done</td>
<td class="test-status">Incomplete</td>
<td class="members">Eric Stephan</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#documentYourAPI">BP 25: Document your API</a></td>
<td class="example-status">Done</td>
<td class="test-status">Need review</td>
<td class="members">Annette, Yaso</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#useanAPI">BP 26: Use an API</a></td>
<td class="example-status">Need review</td>
<td class="test-status">Need review</td>
<td class="members">Annette, Yaso</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#EvaluateCoverage">BP 27: Assess dataset coverage</a></td>
<td class="example-status">Done</td>
<td class="test-status">Incomplete</td>
<td class="members">Deirdre Lee</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#Serialisation">BP 28: Use a trusted serialisation format for preserved data dumps</a></td>
<td class="example-status">Done</td>
<td class="test-status">Done</td>
<td class="members">Peter Winstanley</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#ResourceStatus">BP 29: Update the status of identifiers</a></td>
<td class="example-status">Done</td>
<td class="test-status">Done</td>
<td class="members">Peter Winstanley</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#GatherFeedback">BP 30: Gather feedback from data consumers</a></td>
<td class="example-status">Need to be done</td>
<td class="test-status">Need review</td>
<td class="members">Eric Stephan</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#FeedbackInformation">BP 31: Provide information about feedback</a></td>
<td class="example-status">Done</td>
<td class="test-status">Need review</td>
<td class="members">Eric Stephan</td>
<td class="target-deadline">February 19</td>
</tr>
<tr>
<td class="bp"><a href="./bp.html#EnrichData">BP 32: Enrich data by generating new metadata.</a></td>
<td class="example-status">Done</td>
<td class="test-status">Need review</td>
<td class="members">Annette</td>
<td class="target-deadline">February 19</td>
</tr>
</tbody>
</table>
<script>
function classifier(el) {
el.className += " " + el.innerHTML.toLowerCase().replace(/\s/g, "-");
}
var exampleStatus = document.getElementsByClassName("example-status");
var testStatus = document.getElementsByClassName("test-status");
for (i = 0; i < exampleStatus.length; i++) {
classifier(exampleStatus.item(i));
classifier(testStatus.item(i));
}
</script>
</body>
</html>