This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #928 from DPGAlliance/ottaaproject-1g5d4l8ybw1
Add DPG: OTTAA Project
- Loading branch information
Showing
2 changed files
with
112 additions
and
4 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,108 @@ | ||
{ | ||
"name": "OTTAA Project", | ||
"clearOwnership": { | ||
"isOwnershipExplicit": "Yes", | ||
"copyrightURL": "https://ottaa-project.github.io/" | ||
}, | ||
"platformIndependence": { | ||
"mandatoryDepsCreateMoreRestrictions": "Yes", | ||
"isSoftwarePltIndependent": "No", | ||
"pltIndependenceDesc": "" | ||
}, | ||
"documentation": { | ||
"isDocumentationAvailable": "Yes", | ||
"documentationURL": [ | ||
"https://ottaa-project.github.io/docs/welcome", | ||
"https://ottaa-project.github.io/docs/Readme", | ||
"https://github.com/OTTAA-Project/ottaa_project_flutter", | ||
"Technology standards - https://ottaa-project.github.io/docs/techno", | ||
"Libraries used - https://ottaa-project.github.io/docs/Resources", | ||
"Code of conduct - https://ottaa-project.github.io/docs/Code-of-Conduct" | ||
] | ||
}, | ||
"NonPII": { | ||
"collectsNonPII": "Yes", | ||
"checkNonPIIAccessMechanism": "Yes", | ||
"nonPIIAccessMechanism": "Data can be transfered using JSON format. Reference : https://ottaa-project.github.io/docs/techno" | ||
}, | ||
"privacy": { | ||
"isPrivacyCompliant": "Yes", | ||
"privacyComplianceList": [ | ||
"GDPR" | ||
], | ||
"adherenceSteps": [ | ||
"Privacy policy - https://ottaa-project.github.io/docs/privacypolicy" | ||
] | ||
}, | ||
"standards": { | ||
"supportStandards": "Yes", | ||
"standardsList": [ | ||
"HTTPS for secure communicate over networks", | ||
"OAuth 2 for authentication and user authorization", | ||
"UTF-8 for string localization and internalization", | ||
"JSON for database structure and data transfer", | ||
"PNG & Webp for images and pictograms", | ||
"OGG for audio files" | ||
], | ||
"evidenceStandardSupport": [ | ||
"https://ottaa-project.github.io/docs/techno" | ||
], | ||
"implementBestPractices": "Yes", | ||
"bestPracticesList": [ | ||
"Best Practices for Android Development", | ||
"Object Oriented Programming", | ||
"User centered design" | ||
] | ||
}, | ||
"doNoHarm": { | ||
"preventHarm": { | ||
"stepsToPreventHarm": "Yes", | ||
"additionalInfoMechanismProcessesPolicies": "We have requested a revision to ANMAT (FDA equivalent in Argentina) to certify this project does not harm and is safe to use. The revision was successfully approved. " | ||
}, | ||
"dataPrivacySecurity": { | ||
"collectsPII": "Yes", | ||
"typesOfDataCollected": [ | ||
"Email", | ||
"Date of bith", | ||
"Name" | ||
], | ||
"thirdPartyDataSharing": "No", | ||
"dataSharingCircumstances": [ | ||
"" | ||
], | ||
"ensurePrivacySecurity": "Yes", | ||
"privacySecurityDescription": "The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information. \n If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide. \n When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number." | ||
}, | ||
"inappropriateIllegalContent": { | ||
"collectStoreDistribute": "No", | ||
"type": "", | ||
"contentFilter": "", | ||
"policyGuidelinesDocumentationLink": "", | ||
"illegalContentDetection": "" | ||
}, | ||
"protectionFromHarassment": { | ||
"userInteraction": "No", | ||
"addressSafetySecurityUnderageUsers": "", | ||
"stepsAddressRiskPreventSafetyUnderageUsers": [ | ||
"" | ||
], | ||
"griefAbuseHarassmentProtection": "", | ||
"harassmentProtectionSteps": [ | ||
"" | ||
] | ||
} | ||
}, | ||
"locations": { | ||
"developmentCountries": [ | ||
"Chile", | ||
"Argentina" | ||
], | ||
"deploymentCountries": [ | ||
"Chile", | ||
"Argentina", | ||
"Colombia", | ||
"Mexico", | ||
"Spain" | ||
] | ||
} | ||
} |
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