diff --git a/digitalpublicgoods/ottaa-project.json b/digitalpublicgoods/ottaa-project.json new file mode 100644 index 000000000..ac806ef3e --- /dev/null +++ b/digitalpublicgoods/ottaa-project.json @@ -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" + ] + } +} diff --git a/nominees/ottaa-project.json b/nominees/ottaa-project.json index 5f03585da..b08f56145 100644 --- a/nominees/ottaa-project.json +++ b/nominees/ottaa-project.json @@ -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": [ @@ -43,7 +43,7 @@ "repositories": [ { "name": "main", - "url": "https://github.com/OTTAA-Project/OTTAAProject" + "url": "https://github.com/OTTAA-Project/ottaa_project_flutter" } ], "organizations": [ @@ -60,5 +60,5 @@ "org_type": "funder" } ], - "stage": "nominee" + "stage": "DPG" }