From 5fb48f62fd8ebd3f706b73993d4d69ece62726a2 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Mon, 24 May 2021 14:24:27 +0300 Subject: [PATCH 1/4] Encode KoboToolbox submission into JSON --- digitalpublicgoods/kobotoolbox.json | 92 +++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 digitalpublicgoods/kobotoolbox.json diff --git a/digitalpublicgoods/kobotoolbox.json b/digitalpublicgoods/kobotoolbox.json new file mode 100644 index 000000000..964513891 --- /dev/null +++ b/digitalpublicgoods/kobotoolbox.json @@ -0,0 +1,92 @@ +{ + "name": "KoBoToolbox", + "clearOwnership": { + "isOwnershipExplicit": "Yes", + "copyrightURL": "https://www.kobotoolbox.org/kobo" + }, + "platformIndependence": { + "mandatoryDepsCreateMoreRestrictions": "No", + "isSoftwarePltIndependent": "", + "pltIndependenceDesc": "" + }, + "documentation": { + "isDocumentationAvailable": "Yes", + "documentationURL": [ + "https://support.kobotoolbox.org/", + "https://github.com/kobotoolbox/kobo-docker", + "https://github.com/kobotoolbox/kpi/blob/master/CONTRIBUTING.md" + ] + }, + "NonPII": { + "collectsNonPII": "Yes", + "checkNonPIIAccessMechanism": "Yes", + "nonPIIAccessMechanism": "Users are able to access and export their data in a variety of formats, including JSON, CSV, XLS, geoJSON." + }, + "privacy": { + "isPrivacyCompliant": "Yes", + "privacyComplianceList": [ + "GDPR" + ], + "adherenceSteps": [ + "- Consultations with specialists and lawyers", + "- Terms of service: https://www.kobotoolbox.org/terms/", + "- Privacy policy: https://www.kobotoolbox.org/privacy/" + ] + }, + "standards": { + "supportStandards": "Yes", + "standardsList": [ + "Support for W3 accessibility standards is being applied progressively" + ], + "evidenceStandardSupport": [ + "" + ], + "implementBestPractices": "Yes", + "bestPracticesList": [ + "User interface design principles" + ] + }, + "doNoHarm": { + "preventHarm": { + "stepsToPreventHarm": "Yes", + "additionalInfoMechanismProcessesPolicies": "We try to educate users about the proper way to collect data, to protect their accounts, and we take steps to disable accounts when informed of any issues such as account passwords having been shared. \n Privacy ploicy: https://www.kobotoolbox.org/privacy" + }, + "dataPrivacySecurity": { + "collectsPII": "Yes", + "typesOfDataCollected": [ + "User's email addresses are mandatory when creating accounts. Users may voluntarily provide other details. Users further use KoBoToolbox to collect any data that they require for their own purposes, which may include PII; only users have access to this data. " + ], + "thirdPartyDataSharing": "No", + "dataSharingCircumstances": [ + "" + ], + "ensurePrivacySecurity": "Yes", + "privacySecurityDescription": "Regular monitoring of dependencies, secure access to server resources, education of users about encryption-at-rest options, etc. More details available if needed. \nPrivacy policy links: \n- https://www.humanitarianresponse.info/en/applications/kobotoolbox/privacy-policy \n- https://www.kobotoolbox.org/privacy" + }, + "inappropriateIllegalContent": { + "collectStoreDistribute": "Yes", + "type": "Users may collect text data, audio files, images, or video files as required by their projects. None are available for public distribution, so the following questions do not apply.", + "contentFilter": "", + "policyGuidelinesDocumentationLink": "", + "illegalContentDetection": "No", + "illegalContentDetectionMechanism": "" + }, + "protectionFromHarassment": { + "userInteraction": "No", + "addressSafetySecurityUnderageUsers": "", + "stepsAddressRiskPreventSafetyUnderageUsers": [], + "griefAbuseHarassmentProtection": "", + "harassmentProtectionSteps": [ + "" + ] + } + }, + "locations": { + "developmentCountries": [ + "" + ], + "deploymentCountries": [ + "" + ] + } +} From 0ebd0ecb96f60864f6ea2079029ae3558cf1fb92 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Tue, 25 May 2021 00:39:19 +0300 Subject: [PATCH 2/4] Update KoboToolbox --- nominees/kobotoolbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nominees/kobotoolbox.json b/nominees/kobotoolbox.json index 8ba9b7631..66baaccb5 100644 --- a/nominees/kobotoolbox.json +++ b/nominees/kobotoolbox.json @@ -44,5 +44,5 @@ "org_type": "owner" } ], - "stage": "nominee" + "stage": "DPG" } From 8000769abfa7c864735bd7968b20f4a711d1c506 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 24 May 2021 16:08:57 -0600 Subject: [PATCH 3/4] DOC: corrected typo --- digitalpublicgoods/kobotoolbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitalpublicgoods/kobotoolbox.json b/digitalpublicgoods/kobotoolbox.json index 964513891..2df3d36da 100644 --- a/digitalpublicgoods/kobotoolbox.json +++ b/digitalpublicgoods/kobotoolbox.json @@ -49,7 +49,7 @@ "doNoHarm": { "preventHarm": { "stepsToPreventHarm": "Yes", - "additionalInfoMechanismProcessesPolicies": "We try to educate users about the proper way to collect data, to protect their accounts, and we take steps to disable accounts when informed of any issues such as account passwords having been shared. \n Privacy ploicy: https://www.kobotoolbox.org/privacy" + "additionalInfoMechanismProcessesPolicies": "We try to educate users about the proper way to collect data, to protect their accounts, and we take steps to disable accounts when informed of any issues such as account passwords having been shared. \n Privacy policy: https://www.kobotoolbox.org/privacy" }, "dataPrivacySecurity": { "collectsPII": "Yes", From f65b831639985ed91a7ba669690ad70643690d69 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Wed, 9 Jun 2021 16:19:51 +0300 Subject: [PATCH 4/4] Update DPG deployment countries: KoboToolbox --- digitalpublicgoods/kobotoolbox.json | 242 +++++++++++++++++++++++++++- 1 file changed, 240 insertions(+), 2 deletions(-) diff --git a/digitalpublicgoods/kobotoolbox.json b/digitalpublicgoods/kobotoolbox.json index 2df3d36da..0a2c6724a 100644 --- a/digitalpublicgoods/kobotoolbox.json +++ b/digitalpublicgoods/kobotoolbox.json @@ -83,10 +83,248 @@ }, "locations": { "developmentCountries": [ - "" + "Uganda", + "Central African Republic", + "Liberia", + "Democratic Republic of Congo", + "United States of America", + "Canada", + "Chile", + "Poland", + "France", + "United Kingdom" ], "deploymentCountries": [ - "" + "Turkey", + "Mexico", + "Colombia", + "Philippines", + "Jordan", + "India", + "Iraq", + "Indonesia", + "Honduras", + "United States of America", + "Bangladesh", + "Myanmar (Burma)", + "Yemen", + "Lebanon", + "Peru", + "El Salvador", + "Ecuador", + "Kenya", + "Syria", + "Cambodia", + "Costa Rica", + "Nigeria", + "Netherlands", + "Guatemala", + "Benin", + "Chile", + "Vietnam", + "Finland", + "Ghana", + "Germany", + "Brazil", + "France", + "Aruba", + "Nepal", + "Democratic Republic of Congo", + "Pakistan", + "Egypt", + "Panama", + "United Kingdom", + "Austria", + "Bolivia", + "Uganda", + "Ukraine", + "Togo", + "Laos", + "Palestine", + "Afghanistan", + "Tanzania", + "Rwanda", + "Zimbabwe", + "Argentina", + "Spain", + "Venezuela", + "Burkina Faso", + "Somalia", + "Nicaragua", + "Ethiopia", + "Tunisia", + "Mongolia", + "Zambia", + "Senegal", + "Mali", + "Cameroon", + "Malawi", + "Greece", + "Côte d’Ivoire", + "Canada", + "Saudi Arabia", + "Singapore", + "South Sudan", + "South Africa", + "Libya", + "Albania", + "Timor-Leste", + "Sudan", + "Italy", + "Sri Lanka", + "Sierra Leone", + "Malaysia", + "Switzerland", + "Belgium", + "Niger", + "Mozambique", + "Uzbekistan", + "United Arab Emirates", + "Burundi", + "Thailand", + "Kyrgyzstan", + "Guinea", + "Sweden", + "Australia", + "Paraguay", + "Dominican Republic", + "Madagascar", + "Israel", + "Haiti", + "Armenia", + "Bosnia & Herzegovina", + "China", + "Fiji", + "Moldova", + "Japan", + "Russia", + "Liberia", + "New Zealand", + "Guyana", + "Algeria", + "Kosovo", + "Oman", + "Cyprus", + "Qatar", + "Papua New Guinea", + "Hong Kong", + "Maldives", + "Morocco", + "Serbia", + "Central African Republic", + "Bahamas", + "Ireland", + "Dominica", + "South Korea", + "Azerbaijan", + "Kazakhstan", + "Norway", + "Angola", + "Jamaica", + "Suriname", + "Antigua & Barbuda", + "Chad", + "Iran", + "Denmark", + "Romania", + "Gambia", + "Namibia", + "Trinidad & Tobago", + "Belize", + "Mauritius", + "Luxembourg", + "Slovenia", + "Georgia", + "Kuwait", + "Mauritania", + "Hungary", + "Bulgaria", + "Uruguay", + "Botswana", + "Czechia", + "Poland", + "Vanuatu", + "Portugal", + "North Macedonia", + "Djibouti", + "Belarus", + "Tajikistan", + "Sint Maarten", + "St. Vincent & Grenadines", + "Congo - Brazzaville", + "Lesotho", + "Barbados", + "Cayman Islands", + "Bhutan", + "Puerto Rico", + "Eswatini", + "Gabon", + "St. Lucia", + "Bahrain", + "Slovakia", + "Iceland", + "Cuba", + "Kiribati", + "Taiwan", + "Comoros", + "Malta", + "Equatorial Guinea", + "Anguilla", + "Guinea-Bissau", + "Croatia", + "Grenada", + "Tonga", + "Cape Verde", + "St. Kitts & Nevis", + "Palau", + "Samoa", + "Solomon Islands", + "Seychelles", + "British Virgin Islands", + "Cook Islands", + "Lithuania", + "São Tomé & Príncipe", + "Turkmenistan", + "Eritrea", + "Montenegro", + "Réunion", + "Curaçao", + "Guadeloupe", + "Mayotte", + "Estonia", + "New Caledonia", + "Marshall Islands", + "Latvia", + "French Guiana", + "Brunei", + "Macao", + "Martinique", + "Tuvalu", + "Western Sahara", + "U.S. Virgin Islands", + "French Polynesia", + "Micronesia", + "St. Martin", + "Caribbean Netherlands", + "Guam", + "Jersey", + "Turks & Caicos Islands", + "Bermuda", + "Montserrat", + "St. Barthélemy", + "Nauru", + "St. Pierre & Miquelon", + "Andorra", + "Monaco", + "Faroe Islands", + "Guernsey", + "San Marino", + "Wallis & Futuna", + "American Samoa", + "Gibraltar", + "Greenland", + "Liechtenstein", + "St. Helena" ] } }