Skip to content

Commit

Permalink
Add DPG: Hive
Browse files Browse the repository at this point in the history
Works towards unicef#555

( created with https://github.com/ericherman/dpg-csv-to-json )

Co-authored-by: Eric Herman <[email protected]>
  • Loading branch information
Ainali and ericherman committed Jul 22, 2021
1 parent c87616c commit afb26ab
Showing 1 changed file with 91 additions and 0 deletions.
91 changes: 91 additions & 0 deletions digitalpublicgoods/hive.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"name": "Hive: Drone Monitoring and Management System",
"clearOwnership": {
"isOwnershipExplicit": "Yes",
"copyrightURL": "https://github.com/prokuranepal/DMS_React/blob/master/LICENSE"
},
"platformIndependence": {
"mandatoryDepsCreateMoreRestrictions": "Yes",
"isSoftwarePltIndependent": "Yes",
"pltIndependenceDesc": "The project requires a drone to communicate with the software, but the drone can be any drone following the mav-link protocol which is opensource too. The codebase for the drone has been open-sourced as well and link to the codebase is https://github.com/prokuranepal/Communication"
},
"documentation": {
"isDocumentationAvailable": "Yes",
"documentationURL": [
"https://github.com/prokuranepal/Communication/blob/master/README.md"
]
},
"NonPII": {
"collectsNonPII": "Yes",
"checkNonPIIAccessMechanism": "",
"nonPIIAccessMechanism": ""
},
"privacy": {
"isPrivacyCompliant": "Unknown",
"privacyComplianceList": [
"We are responsible for complying with local legislation"
],
"adherenceSteps": [
"https://prokuranepal.github.io/DMS_React/"
]
},
"standards": {
"supportStandards": "Yes",
"standardsList": [
""
],
"evidenceStandardSupport": [
""
],
"implementBestPractices": "Yes",
"bestPracticesList": [
"The DHIS 2 development process follows agile development process, with frequent releases, development in close collaboration with end users, early delivery of working software and emphasis on simplicity."
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": ""
},
"dataPrivacySecurity": {
"collectsPII": "Yes",
"typesOfDataCollected": [
"Email",
"Phone Number",
"Full name",
"Address"
],
"thirdPartyDataSharing": "No",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": "Encrypted password, two factor authentication, different level of security access to different authorities."
},
"inappropriateIllegalContent": {
"collectStoreDistribute": "No",
"type": "",
"illegalContentDetection": "No",
"illegalContentDetectionMechanism": ""
},
"protectionFromHarassment": {
"userInteraction": "No",
"addressSafetySecurityUnderageUsers": "No",
"stepsAddressRiskPreventSafetyUnderageUsers": [
""
],
"griefAbuseHarassmentProtection": "Unknown",
"harassmentProtectionSteps": [
""
]
}
},
"locations": {
"developmentCountries": [
"Nepal"
],
"deploymentCountries": [
"Nepal"
]
}
}

0 comments on commit afb26ab

Please sign in to comment.