Skip to content

Commit

Permalink
Merge pull request #596 from unicef/add-dpg-rapidpro
Browse files Browse the repository at this point in the history
Add DPG: RapidPro
  • Loading branch information
nathanbaleeta committed Jun 24, 2021
2 parents 67dcdfa + 02b1fa2 commit c6f5ac4
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 1 deletion.
103 changes: 103 additions & 0 deletions digitalpublicgoods/rapidpro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
{
"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": [
"Rwanda",
"United States of America"
],
"deploymentCountries": [
"Bangladesh",
"India",
"Jordan",
"Malawi",
"Nepal",
"Pakistan",
"State of Palestine",
"Sudan",
"Swaziland",
"Uganda",
"Zimbabwe"
]
}
}
2 changes: 1 addition & 1 deletion nominees/rapidpro.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"org_type": "funder"
}
],
"stage": "nominee"
"stage": "DPG"
}

0 comments on commit c6f5ac4

Please sign in to comment.