From a71c3086153bb4635c2e2dd1819c8ed1c8e14633 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Thu, 17 Jun 2021 20:35:01 +0300 Subject: [PATCH 1/3] Add DPG: RapidPro --- digitalpublicgoods/rapidpro.json | 92 ++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 digitalpublicgoods/rapidpro.json diff --git a/digitalpublicgoods/rapidpro.json b/digitalpublicgoods/rapidpro.json new file mode 100644 index 000000000..5b9fd03f1 --- /dev/null +++ b/digitalpublicgoods/rapidpro.json @@ -0,0 +1,92 @@ +{ + "name": "RapidPro", + "clearOwnership": { + "isOwnershipExplicit": "Yes", + "copyrightURL": "https://github.com/rapidpro/rapidpro#license" + }, + "platformIndependence": { + "mandatoryDepsCreateMoreRestrictions": "No", + "isSoftwarePltIndependent": "", + "pltIndependenceDesc": "" + }, + "documentation": { + "isDocumentationAvailable": "Yes", + "documentationURL": [ + "Technical documentation: https://rapidpro.github.io/rapidpro/docs/", + "API Explorer: https://rapidpro.io/api/v2/explorer/", + "FAQs: https://community.rapidpro.io/faqs/" + ] + }, + "NonPII": { + "collectsNonPII": "Yes", + "checkNonPIIAccessMechanism": "Yes", + "nonPIIAccessMechanism": "RapidPro has an extensive API and raw data export (via CSV, JSON) that enables an authorized user or service to extract/access data stored within the platform." + }, + "privacy": { + "isPrivacyCompliant": "Yes", + "privacyComplianceList": [ + "GDPR" + ], + "adherenceSteps": [ + "UNICEF RapidPro is aligned to the the General Data Protection Regulation (GDPR). RapidPro is designed to be interoperable with external systems and deployed in any hosted environment. This allows governments and organisations to either deploy RapidPro locally so that data is kept internal, or integrating RapidPro with a preferred system for storing information." + ] + }, + "standards": { + "supportStandards": "Yes", + "standardsList": [ + "REST", + "JSON", + "CSV" + ], + "evidenceStandardSupport": [ + "https://rapidpro.github.io/rapidpro/docs/components/" + ], + "implementBestPractices": "Yes", + "bestPracticesList": [ + "Principles for Digital Development." + ] + }, + "doNoHarm": { + "preventHarm": { + "stepsToPreventHarm": "Yes", + "additionalInfoMechanismProcessesPolicies": "UNICEF recommends the cloud hosting option, this is the most cost effective, reliable, and secure option. Technically, the global LTA vendor and hosting provider could access the data, but they are contractually bound by the Data Protection Provision to refrain from viewing or copying any CO data without consent. \n https://docs.google.com/document/d/1kmFgABHgksd8cSbZ743M7_wFA0cWahbJ2glp1kMeLF8/edit#heading=h.nj3bw1n0zk2q" + }, + "dataPrivacySecurity": { + "collectsPII": "Yes", + "typesOfDataCollected": [ + "Data collected by RapidPro may or may not include PII depending on the use case being deployed. \nThe only data required to operate the platform is a unique identifier specific to the communication channel being used (e.g SMS, WhatsApp, Telegram). However, these unique identifiers are not necessarily PII." + ], + "thirdPartyDataSharing": "Yes", + "dataSharingCircumstances": [ + "Data collected by RapidPro may or may not include PII depending on the use case being deployed. \n\nThe only data required to operate the platform is a unique identifier specific to the communication channel being used (e.g SMS, WhatsApp, Telegram). However, these unique identifiers are not necessarily PII." + ], + "ensurePrivacySecurity": "Yes", + "privacySecurityDescription": "User information will never be publicly available and the option exists to hide contact information on RapidPro. Unfortunately, there is no such thing as true data protection, even when data is locally stored and hosted in a country. However, UNICEF RapidPro has worked hard to ensure that the cloud hosting is very secure, and one of the benefits of cloud hosting is automatic data and security upgrades and patches." + }, + "inappropriateIllegalContent": { + "collectStoreDistribute": "No", + "type": "", + "contentFilter": "", + "policyGuidelinesDocumentationLink": "", + "illegalContentDetection": "", + "illegalContentDetectionMechanism": "" + }, + "protectionFromHarassment": { + "userInteraction": "No", + "addressSafetySecurityUnderageUsers": "", + "stepsAddressRiskPreventSafetyUnderageUsers": [], + "griefAbuseHarassmentProtection": "", + "harassmentProtectionSteps": [ + "" + ] + } + }, + "locations": { + "developmentCountries": [ + "" + ], + "deploymentCountries": [ + "" + ] + } +} From da97c8fa6523d171ea08a7b68bebfbe9f8693dec Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Fri, 18 Jun 2021 15:42:45 +0300 Subject: [PATCH 2/3] Update deployment countries of DPG: RapidPro --- digitalpublicgoods/rapidpro.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/digitalpublicgoods/rapidpro.json b/digitalpublicgoods/rapidpro.json index 5b9fd03f1..b737ff848 100644 --- a/digitalpublicgoods/rapidpro.json +++ b/digitalpublicgoods/rapidpro.json @@ -83,10 +83,21 @@ }, "locations": { "developmentCountries": [ - "" + "Rwanda", + "United States of America" ], "deploymentCountries": [ - "" + "Bangladesh", + "India", + "Jordan", + "Malawi", + "Nepal", + "Pakistan", + "State of Palestine", + "Sudan", + "Swaziland", + "Uganda", + "Zimbabwe" ] } } From a2bea0a7d7ad904a4d24d7995e5d25542f4eddad Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Wed, 23 Jun 2021 19:58:12 +0300 Subject: [PATCH 3/3] Update status to DPG: RapidPro --- nominees/rapidpro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nominees/rapidpro.json b/nominees/rapidpro.json index 0fdee4840..bdf57687c 100644 --- a/nominees/rapidpro.json +++ b/nominees/rapidpro.json @@ -44,5 +44,5 @@ "org_type": "funder" } ], - "stage": "nominee" + "stage": "DPG" }