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

Commit

Permalink
Merge pull request #928 from DPGAlliance/ottaaproject-1g5d4l8ybw1
Browse files Browse the repository at this point in the history
Add DPG: OTTAA Project
  • Loading branch information
nathanbaleeta committed Dec 8, 2022
2 parents cb14e40 + 0e6a7ce commit f92186d
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 4 deletions.
108 changes: 108 additions & 0 deletions digitalpublicgoods/ottaa-project.json
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"
]
}
}
8 changes: 4 additions & 4 deletions nominees/ottaa-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"website": "https://ottaaproject.com/",
"license": [
{
"spdx": "AGPL-3.0",
"licenseURL": "https://github.com/OTTAA-Project/OTTAAProject/blob/master/License.txt"
"spdx": "GPL-3.0",
"licenseURL": "https://github.com/OTTAA-Project/ottaa_project_flutter/blob/master/license.txt"
}
],
"SDGs": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"repositories": [
{
"name": "main",
"url": "https://github.com/OTTAA-Project/OTTAAProject"
"url": "https://github.com/OTTAA-Project/ottaa_project_flutter"
}
],
"organizations": [
Expand All @@ -60,5 +60,5 @@
"org_type": "funder"
}
],
"stage": "nominee"
"stage": "DPG"
}

0 comments on commit f92186d

Please sign in to comment.