forked from DPGAlliance/publicgoods-candidates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Works towards unicef#555 ( created with https://github.com/ericherman/dpg-csv-to-json ) Co-authored-by: Eric Herman <[email protected]>
- Loading branch information
1 parent
c87616c
commit afb26ab
Showing
1 changed file
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} |