Skip to content

Commit c3f9365

Browse files
authored
Merge pull request #25 from DPGAlliance/Lucyeoh-patch-3
Update to align with the form
2 parents 2cc9a0f + e41549b commit c3f9365

File tree

4 files changed

+47
-44
lines changed

4 files changed

+47
-44
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.1] 2020-11-12
8+
9+
### Changed
10+
11+
- Rewording of [standard-questions.md](https://github.com/DPGAlliance/DPG-Standard/blob/master/standard-questions.md) to align with the current submission form, and bring consistency. All very minor changes
12+
713
## [1.1.0] 2020-11-09
814

915
## Removed
@@ -51,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5157
### Added
5258
- Released first version of the Digital Public Good Standard in consultation with a number of key stakeholders at the intersection of open source and social good.
5359

60+
[1.1.1]: https://github.com/DPGAlliance/DPG-Standard/compare/v1.1.0...v1.1.1
5461
[1.1.0]: https://github.com/DPGAlliance/DPG-Standard/compare/v1.0.5...v1.1.0
5562
[1.0.5]: https://github.com/DPGAlliance/DPG-Standard/compare/v1.0.4...v1.0.5
5663
[1.0.4]: https://github.com/DPGAlliance/DPG-Standard/compare/v1.0.3...v1.0.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This standard establishes a baseline of quality that must be met in order to ear
1212

1313
## 🔎 Current Version
1414

15-
[The Standard](standard.md) is currently at version 1.1.0, published on Nov. 9, 2020; view the [changelog](https://github.com/DPGAlliance/DPG-Standard/blob/master/CHANGELOG.md).
15+
[The Standard](standard.md) is currently at version 1.1.1, published on Nov. 12, 2020; view the [changelog](https://github.com/DPGAlliance/DPG-Standard/blob/master/CHANGELOG.md).
1616

1717
## ✅ Application of the Standard
1818

standard-questions.md

Lines changed: 37 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ This document contains the set of questions that are being asked to assess each
1818
<td valign="top">
1919
<ul>
2020
<li>Please identify which of the Sustainable Development Goals this project is relevant to:</li>
21-
<li>Please supply any relevant links or information to support this relevance.</li>
21+
<li>Please supply information to support this relevance.</li>
22+
<li>Please supply links to support this relevance.</li>
2223
</ul>
2324
</td>
2425
</tr>
@@ -33,7 +34,8 @@ This document contains the set of questions that are being asked to assess each
3334
</td>
3435
<td valign="top">
3536
<ul>
36-
<li>DPGs must use an open license. Please identify which of <a href="https://github.com/unicef/publicgoods-candidates/blob/master/docs/licenses.md" target="_blank">these approved open source license</a> applies to your project? </li>
37+
<li>DPGs must use an open license. Please identify which of these <a href="https://github.com/unicef/publicgoods-candidates/blob/master/docs/licenses.md" target="_blank">approved open licenses</a> this project uses: </li>
38+
<li>Please link to where the license is indicated for this project:</li>
3739
</ul>
3840
</td>
3941
</tr>
@@ -42,7 +44,7 @@ This document contains the set of questions that are being asked to assess each
4244
<td valign="top">Is the copyright and trademark ownership of everything that the project produces clearly defined and documented?</td>
4345
<td valign="top">
4446
<ul>
45-
<li>Is the ownership of the project and everything that the project produces clearly defined and documented i.e. This can be through copyright, trademark, or other publicly available information.</li>
47+
<li>Is the ownership of the project and everything that the project produces clearly defined and documented?</li>
4648
<li>If yes - please link to the relevant copyright, trademarks, or ownership documentation for the project.</li>
4749
</ul>
4850
</td>
@@ -52,30 +54,30 @@ This document contains the set of questions that are being asked to assess each
5254
<td valign="top"> i.e. This can be through copyright, trademark, or other publicly available information. </td>
5355
<td valign="top">
5456
<ul>
55-
<li>Does this open project have mandatory dependencies (i.e. hardware) that create more restrictions than the original license?</li>
56-
<li>If yes - are the open source components able to demonstrate independence from the closed component and/or are there functional, open alternatives?</li>
57-
<li>If yes - please describe:</li>
57+
<li>Does this open project have mandatory dependencies (i.e. libraries, hardware) that create more restrictions than the original license?</li>
58+
<li>If yes - are the open source components able to demonstrate independence from the closed component(s) and/or are there functional, open alternatives?</li>
59+
<li>If yes - please describe how the open source components are independent and/or list the open alternatives for the closed component:</li>
5860
</ul>
5961
</td>
6062
</tr>
6163
<tr>
6264
<td valign="top">5. Is there documentation?</td>
63-
<td valign="top">Does some documentation exist of the source code, use cases, and functional requirements.</td>
65+
<td valign="top">Does some documentation exist of the source code, use cases, and/or functional requirements for this project?</td>
6466
<td valign="top">
6567
<ul>
66-
<li>Does some documentation exist of the source code, use cases, and/or functional requirements.<br>For software projects, this should be present as technical documentation that would allow a technical person unfamiliar with the project to launch and run the software. For data projects, this should be present as documentation that describes all the fields in the set, and provides context on how the data was collected and how it should be interpreted.For content, this should indicate any relevant compatible apps, software, hardware required to access the content and any instructions about how to use it.</li>
67-
<li>If yes - please link to the documentation.</li>
68+
<li>Does some documentation exist of the source code, use cases, and/or functional requirements.<br>For software projects, this should be present as technical documentation that would allow a technical person unfamiliar with the project to launch and run the software. For data projects, this should be present as documentation that describes all the fields in the set, and provides context on how the data was collected and how it should be interpreted. For content, this should indicate any relevant compatible apps, software, hardware required to access the content and any instructions about how to use it.</li>
69+
<li>If yes - please link to the relevant documentation:</li>
6870
</ul>
6971
</td>
7072
</tr>
7173
<tr>
72-
<td valign="top">6. Does this project collect or use non-personally identifiable information (PII) data? ?</td>
73-
<td valign="top">Is there a mechanism for extracting or importing non PII data from the system in a non-proprietary format?</td>
74+
<td valign="top">6. Does this project collect or use non-personally identifiable information (non-PII) data?</td>
75+
<td valign="top">Is there a mechanism for extracting or importing non-PII data from the system in a non-proprietary format?</td>
7476
<td valign="top">
7577
<ul>
76-
<li>Does this project have non-PII data?</li>
77-
<li>Is there a mechanism for extracting or importing non PII data from the system in a non-proprietary format?</li>
78-
<li>If yes - please describe the mechanism for extracting or importing data</li>
78+
<li>Does this project collect or use non-personally identifiable information (PII) data? </li>
79+
<li>If yes - is there a mechanism for extracting or importing non-PII data from the system in a non-proprietary format?</li>
80+
<li>If yes - describe the mechanism for extracting or importing non-personally identifiable information from the system in a non-proprietary format:</li>
7981
</ul>
8082
</td>
8183
</tr>
@@ -85,37 +87,30 @@ This document contains the set of questions that are being asked to assess each
8587
</td>
8688
</tr>
8789
<tr>
88-
<td rowspan="3" valign="top">7. Does the project adhere to privacy and other applicable international and domestic laws?</td>
90+
<td rowspan="2" valign="top">7. Does the project adhere to privacy and other applicable international and domestic laws?</td>
8991
<td valign="top">Does this project adhere to relevant privacy laws? </td>
9092
<td valign="top">
9193
<ul>
92-
<li>Does this project comply with all relevant privacy laws?</li>
94+
<li>To the best of your knowledge does this project comply with all relevant privacy laws?</li>
95+
<li>If yes - please list the relevant privacy laws that the project complies with:</li>
9396
</ul>
9497
</td>
9598
</tr>
9699
<tr>
97-
<td valign="top">List the key privacy laws that you&#39;re following </td>
98-
<td valign="top">
99-
<ul>
100-
<li>Please list all the relevant privacy laws that the project complies with?</li>
101-
</ul>
102-
</td>
103-
</tr>
104-
<tr>
105-
<td valign="top">To the best of your knowledge does this project comply with all applicable international and domestic laws?</td>
100+
<td valign="top">To the best of your knowledge is this project in adherence with applicable international and domestic laws?</td>
106101
<td valign="top">
107102
<ul>
108103
<li>To the best of your knowledge does this project comply with all applicable international and domestic laws?</li>
109-
<li>Please list the applicable internation and domestic laws that the project complies with.</li>
104+
<li>If yes - please list the applicable internation and domestic laws that the project complies with.</li>
110105
</ul>
111106
</td>
112107
</tr>
113108
<tr>
114109
<td rowspan="2" valign="top">8. Does the project adhere to standards and best practices?</td>
115-
<td valign="top">Does this project support standards? </td>
110+
<td valign="top">Does this project support standards? (i.e. Web Content Accessibility Guidelines (WCAG) 2.1 or other standards such as those listed on W3C)</td>
116111
<td valign="top">
117112
<ul>
118-
<li>Does this project support standards i.e. w3c?</li>
113+
<li>Does this project support standards?</li>
119114
<li>Which standards does this project support (please list)</li>
120115
<li>Can you point to evidence of your support? (i.e. please link to your validator, open test suite, etc.)</li>
121116
</ul>
@@ -125,7 +120,7 @@ This document contains the set of questions that are being asked to assess each
125120
<td valign="top">Does this project adhere to best practices? </td>
126121
<td valign="top">
127122
<ul>
128-
<li>Was this project build and developed according to industry best practices and principles i.e. the principles for digital development?</li>
123+
<li>Was this project built and developed according to or in adherence with any design, technical and/or sector best practices or principles? i.e. the Principles for Digital Development?</li>
129124
<li>Which principles and best practices does this project support (please list)</li>
130125
</ul>
131126
</td>
@@ -135,7 +130,7 @@ This document contains the set of questions that are being asked to assess each
135130
<td valign="top">Has this project taken steps to anticipate, prevent and do no harm? </td>
136131
<td valign="top">
137132
<ul>
138-
<li>On the whole, does this project take steps to ensure that it anticipates, prevents and does no harm? </li>
133+
<li>On the whole, does this project take steps to ensure that it anticipates, prevents and does no harm?</li>
139134
<li>Please describe any additional risks and mitigation steps that this project uses to prevent harm.</li>
140135
</ul>
141136
</td>
@@ -144,12 +139,12 @@ This document contains the set of questions that are being asked to assess each
144139
<td valign="top">9.a. Data Privacy &amp; Security</td>
145140
<td valign="top">
146141
<ul>
147-
<li>Does this project collect or store personally identifiable data?</li>
148-
<li>If yes - Please list the types of data collected and/or stored by the project</li>
149-
<li>If yes - Does this project share this data with third parties?</li>
150-
<li>Please describe the circumstances with which this project shares data with third parties. Please add links as relevant</li>
151-
<li>If yes - Does the project ensure the privacy and security of this data and has it taken steps to prevent adverse impacts resulting from it&#39;s collection, storage and distribution</li>
152-
<li>If yes - please describe, and include a link to the privacy policy and/or terms of service</li>
142+
<li>Does this project collect or store personally identifiable information (PII) data?</li>
143+
<li>If yes - please list the types of data collected and/or stored by the project:</li>
144+
<li>If yes - does this project share this data with third parties?</li>
145+
<li>Please describe the circumstances with which this project shares data with third parties. Please add links as relevant.</li>
146+
<li>If yes - does the project ensure the privacy and security of this data and has it taken steps to prevent adverse impacts resulting from its collection, storage and distribution.</li>
147+
<li>If yes - please describe the steps, and include a link to the privacy policy and/or terms of service:</li>
153148
</ul>
154149
</td>
155150
</tr>
@@ -158,10 +153,11 @@ This document contains the set of questions that are being asked to assess each
158153
<td valign="top">
159154
<ul>
160155
<li>Does this project collect, store or distribute content?</li>
161-
<li>If yes - please describe the nature of the content (i.e. childrens books)</li>
162-
<li>If yes - does this project have policies that describes what is considered innappropriate content i.e. child sexual abuse materials?</li>
156+
<li>If yes - what kinds of content does this project, collect, store or distribute? (i.e. childrens books)</li>
157+
<li>If yes - does this project have policies that describe what is considered innappropriate content? (i.e. child sexual abuse materials)</li>
158+
<li>If yes - please link to the relevant policy/guidelines/documentation.</li>
163159
<li>If yes - does this project have mechanisms for detecting and moderating innappropriate/illegal content?</li>
164-
<li>If yes - please describe the mechanism for detecting, reporting and removing innapropriate/illegal content (include average response time if known)?</li>
160+
<li>If yes - please describe the mechanism for detecting, reporting and removing innapropriate/illegal content (Please include the average response time for assessment and/or action. Link to any policies or descriptions of how inappropriate content is handled):</li>
165161
</ul>
166162
</td>
167163
</tr>
@@ -171,9 +167,9 @@ This document contains the set of questions that are being asked to assess each
171167
<ul>
172168
<li>Does this project facilitate interactions with or between users or contributors?</li>
173169
<li>If yes - does the project take steps to address the safety and security of underage users?</li>
174-
<li>If yes - please describe the steps this project takes to address risk or prevent access by underage users.</li>
170+
<li>If yes - please describe the steps this project takes to address risk or prevent access by underage users:</li>
175171
<li>If yes - does the project help users and contributors protect themselves against grief, abuse, and harassment.</li>
176-
<li>If yes - please describe the steps taken to help users protect users and contributors.</li>
172+
<li>If yes - please describe the steps taken to help users protect themselves.</li>
177173
</ul>
178174
</td>
179175
</tr>

standard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Digital Public Goods Standard
22

3-
* **Version**: 1.1.0
4-
* **Last Update**: 2020-11-09
3+
* **Version**: 1.1.1
4+
* **Last Update**: 2020-11-12
55
* [View Changelog](https://github.com/DPGAlliance/DPG-Standard/blob/master/CHANGELOG.md)
66

77
Indicator | Requirement

0 commit comments

Comments
 (0)