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 10 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
90 changes: 90 additions & 0 deletions digitalpublicgoods/social-income.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"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."
},
"privacy": {
"isPrivacyCompliant": "Yes",
"privacyComplianceList": [
"Federal Act on Data Protection (Switzerland)"
],
"adherenceSteps": [
"Privacy Policy"
]
},
"standards": {
"supportStandards": "Yes",
"standardsList": [
""
],
"evidenceStandardSupport": [
""
],
"implementBestPractices": "Yes",
"bestPracticesList": [
""
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": ""
},
"dataPrivacySecurity": {
"collectsPII": "Yes",
"typesOfDataCollected": [
"Recipient and Contributor data"
],
"thirdPartyDataSharing": "No",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": ""
},
"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"
}