Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Add DPG: Social Income #1415

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 93 additions & 0 deletions digitalpublicgoods/social-income.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"name": "Social Income",
"clearOwnership": {
"isOwnershipExplicit": "Yes",
"copyrightURL": "https://www.uid.admin.ch/Detail.aspx?uid_id=CHE-289.611.695&lang=en"
},
"platformIndependence": {
"mandatoryDepsCreateMoreRestrictions": "Yes",
"isSoftwarePltIndependent": "No",
"pltIndependenceDesc": ""
},
"documentation": {
"isDocumentationAvailable": "Yes",
"documentationURL": [
"https://github.com/socialincome-san/public"
]
},
"NonPII": {
"collectsNonPII": "Yes",
"checkNonPIIAccessMechanism": "Yes",
"nonPIIAccessMechanism": "The open source tools work with data emulators to make sure there is no non-personally identifiable information. We use the open source admin tool FireCMS which lets us export specific or all data into a CSV file. Furthermore with Firefoo, we can export directly from the database."
},
"privacy": {
"isPrivacyCompliant": "Yes",
"privacyComplianceList": [
"Federal Act on Data Protection (Switzerland)"
],
"adherenceSteps": [
"Privacy Policy - https://socialincome.org/privacy",
"Terms of Use - https://socialincome.org/terms-use",
"Terms for Contributions - https://socialincome.org/terms-contributions"
]
},
"standards": {
"supportStandards": "Yes",
"standardsList": [
"We use predefined schema for the data which can all be exported in CSV. We have of course a valid certificate for our HTTPS. We use all the standard tools and formats that make our open source tools reusable by other organisations, from SSL, UTF-8, HTML, JSON, CSV,, SVG, PNG, JPG, MP4 etc (no proprietary formats)."
],
"evidenceStandardSupport": [
"https://github.com/socialincome-san/public"
],
"implementBestPractices": "Yes",
"bestPracticesList": [
"We did build up the entire stack 'people-centered', specifically with the recipients in mind (vulnerable group). This includes collecting the least possible amount of data, that is, trackers are off by default.",
"We separated the different tools within the monorepo, but used the same schema (therefore less inconsistencies, less security issues) and document code. We have clear policies in place against any hateful interaction. "
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": "We reach out to every recipient of a Social Income individually and also provide them a direct number if there is any urgency. We have two field officers who conduct impact measurements on site to measure the impact and avoid any harm."
},
"dataPrivacySecurity": {
"collectsPII": "Yes",
"typesOfDataCollected": [
"Recipient and Contributor data"
],
"thirdPartyDataSharing": "No",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": "Our database access is highly restricted and we follow the need-to-know principle, which says users shall only have access to the information that their job function requires. For examples partner NGO only see data from their own proposed recipients and not from other NGOs). This is regularly reviewed."
},
"inappropriateIllegalContent": {
"collectStoreDistribute": "No",
"type": "",
"contentFilter": "",
"policyGuidelinesDocumentationLink": "",
"illegalContentDetection": "",
"illegalContentDetectionMechanism": ""
},
"protectionFromHarassment": {
"userInteraction": "No",
"addressSafetySecurityUnderageUsers": "",
"stepsAddressRiskPreventSafetyUnderageUsers": [
""
],
"griefAbuseHarassmentProtection": "",
"harassmentProtectionSteps": [
""
]
}
},
"locations": {
"developmentCountries": [
"Switzerland"
],
"deploymentCountries": [
"Sierra Leone"
]
}
}
2 changes: 1 addition & 1 deletion nominees/social-income.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"contact_email": "sandino@socialincome.org"
}
],
"stage": "nominee"
"stage": "DPG"
}