From 3ea64fa7cb88b047e7e7dc97faf0b35e8adbdd98 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Wed, 2 Jun 2021 18:21:05 +0300 Subject: [PATCH 1/8] Encode Cboard full submission into JSON --- digitalpublicgoods/cboard.json | 97 ++++++++++++++++++++++++++++++++++ nominees/cboard.json | 2 +- 2 files changed, 98 insertions(+), 1 deletion(-) create mode 100644 digitalpublicgoods/cboard.json diff --git a/digitalpublicgoods/cboard.json b/digitalpublicgoods/cboard.json new file mode 100644 index 000000000..975a28ba7 --- /dev/null +++ b/digitalpublicgoods/cboard.json @@ -0,0 +1,97 @@ +{ + "name": "Cboard", + "clearOwnership": { + "isOwnershipExplicit": "Unknown", + "copyrightURL": "" + }, + "platformIndependence": { + "mandatoryDepsCreateMoreRestrictions": "No", + "isSoftwarePltIndependent": "", + "pltIndependenceDesc": "" + }, + "documentation": { + "isDocumentationAvailable": "Yes", + "documentationURL": [ + "https://github.com/cboard-org/cboard/blob/master/README.md" + ] + }, + "NonPII": { + "collectsNonPII": "Yes", + "checkNonPIIAccessMechanism": "Yes", + "nonPIIAccessMechanism": "Google Analytics API" + }, + "privacy": { + "isPrivacyCompliant": "Unknown", + "privacyComplianceList": [ + "" + ], + "adherenceSteps": [ + "" + ] + }, + "standards": { + "supportStandards": "Yes", + "standardsList": [ + "HTML", + "CSS", + "JavaScript", + "Open Board Logging Format (.obl)" + ], + "evidenceStandardSupport": [ + "https://www.openboardformat.org/", + "https://www.w3.org/TR/WCAG21/" + ], + "implementBestPractices": "Yes", + "bestPracticesList": [ + "Material design: https://material.io/design/guidelines-overview" + ] + }, + "doNoHarm": { + "preventHarm": { + "stepsToPreventHarm": "Unknown", + "additionalInfoMechanismProcessesPolicies": "" + }, + "dataPrivacySecurity": { + "collectsPII": "Yes", + "typesOfDataCollected": [ + "name", + "email address", + "birthday" + ], + "thirdPartyDataSharing": "No", + "dataSharingCircumstances": [ + "" + ], + "ensurePrivacySecurity": "Yes", + "privacySecurityDescription": "encrypted password, protected database" + }, + "inappropriateIllegalContent": { + "collectStoreDistribute": "Yes", + "type": "communication boards with images and audio", + "contentFilter": "", + "policyGuidelinesDocumentationLink": "", + "illegalContentDetection": "No", + "illegalContentDetectionMechanism": "" + }, + "protectionFromHarassment": { + "userInteraction": "Yes", + "addressSafetySecurityUnderageUsers": "Yes", + "stepsAddressRiskPreventSafetyUnderageUsers": [ + "board edition is blocked by default, users can see just public boards from others " + ], + "griefAbuseHarassmentProtection": "No", + "harassmentProtectionSteps": [ + "" + ] + } + }, + "locations": { + "developmentCountries": [ + "Argentina", + "Israel" + ], + "deploymentCountries": [ + "" + ] + } +} diff --git a/nominees/cboard.json b/nominees/cboard.json index 63948e798..3445b6e23 100644 --- a/nominees/cboard.json +++ b/nominees/cboard.json @@ -37,5 +37,5 @@ "org_type": "owner" } ], - "stage": "nominee" + "stage": "DPG" } From 74020eb753665aad3c61e6e98da374aab675fa84 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Mon, 13 Sep 2021 16:24:26 +0300 Subject: [PATCH 2/8] Add privacy policy & terms of service to adherence steps --- digitalpublicgoods/cboard.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/digitalpublicgoods/cboard.json b/digitalpublicgoods/cboard.json index 975a28ba7..b0e08e126 100644 --- a/digitalpublicgoods/cboard.json +++ b/digitalpublicgoods/cboard.json @@ -1,8 +1,8 @@ { "name": "Cboard", "clearOwnership": { - "isOwnershipExplicit": "Unknown", - "copyrightURL": "" + "isOwnershipExplicit": "Yes", + "copyrightURL": "https://github.com/cboard-org/cboard/blob/master/README.md" }, "platformIndependence": { "mandatoryDepsCreateMoreRestrictions": "No", @@ -21,12 +21,14 @@ "nonPIIAccessMechanism": "Google Analytics API" }, "privacy": { - "isPrivacyCompliant": "Unknown", + "isPrivacyCompliant": "Yes", "privacyComplianceList": [ - "" + "California Online Privacy Protection Act (CalOPPA)", + "Children Online Privacy Protection Act (COPPA)" ], "adherenceSteps": [ - "" + "Privacy policy: https://www.cboard.io/privacy/", + "Terms of Service: https://www.cboard.io/terms-of-use/" ] }, "standards": { @@ -48,8 +50,8 @@ }, "doNoHarm": { "preventHarm": { - "stepsToPreventHarm": "Unknown", - "additionalInfoMechanismProcessesPolicies": "" + "stepsToPreventHarm": "Yes", + "additionalInfoMechanismProcessesPolicies": "We do not use vulnerability scanning and/or scanning to PCI standards. We only provide articles and information. We never ask for credit card numbers. \n We use regular Malware Scanning. \n Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology. \n We implement a variety of security measures when a user enters, submits, or accesses their information to maintain the safety of your personal information. All transactions are processed through a gateway provider and are not stored or processed on our servers." }, "dataPrivacySecurity": { "collectsPII": "Yes", @@ -77,7 +79,7 @@ "userInteraction": "Yes", "addressSafetySecurityUnderageUsers": "Yes", "stepsAddressRiskPreventSafetyUnderageUsers": [ - "board edition is blocked by default, users can see just public boards from others " + "Board edition is blocked by default, users can see just public boards from others " ], "griefAbuseHarassmentProtection": "No", "harassmentProtectionSteps": [ From 683291504e4ea5d0b7122469250d00e47166399c Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Thu, 25 Nov 2021 21:38:02 +0300 Subject: [PATCH 3/8] Added deployment countries --- digitalpublicgoods/cboard.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/digitalpublicgoods/cboard.json b/digitalpublicgoods/cboard.json index b0e08e126..cfba60df1 100644 --- a/digitalpublicgoods/cboard.json +++ b/digitalpublicgoods/cboard.json @@ -93,7 +93,16 @@ "Israel" ], "deploymentCountries": [ - "" + "United States of America", + "Canada", + "Belgium", + "Argentina", + "Croatia", + "Montenegro", + "Macedonia", + "Bulgaria", + "Serbia", + "Israel" ] } } From b68cbc8a6b4084ae234a9890056f367d8a029a47 Mon Sep 17 00:00:00 2001 From: Nathan Baleeta Date: Tue, 7 Dec 2021 16:20:50 +0300 Subject: [PATCH 4/8] Updated copyrightURL --- digitalpublicgoods/cboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitalpublicgoods/cboard.json b/digitalpublicgoods/cboard.json index cfba60df1..c389538f1 100644 --- a/digitalpublicgoods/cboard.json +++ b/digitalpublicgoods/cboard.json @@ -2,7 +2,7 @@ "name": "Cboard", "clearOwnership": { "isOwnershipExplicit": "Yes", - "copyrightURL": "https://github.com/cboard-org/cboard/blob/master/README.md" + "copyrightURL": "https://www.cboard.io/cboard/unicef/ottaa%20project/2021/11/25/cboard-and-ottaa-project/" }, "platformIndependence": { "mandatoryDepsCreateMoreRestrictions": "No", From 95df54c42a6e91549db9fa92569e8124b49c8126 Mon Sep 17 00:00:00 2001 From: Nathan Baleeta Date: Wed, 8 Dec 2021 14:34:49 +0300 Subject: [PATCH 5/8] Update protection from harrassment indicator --- digitalpublicgoods/cboard.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/digitalpublicgoods/cboard.json b/digitalpublicgoods/cboard.json index c389538f1..1b9f4fc7f 100644 --- a/digitalpublicgoods/cboard.json +++ b/digitalpublicgoods/cboard.json @@ -81,9 +81,9 @@ "stepsAddressRiskPreventSafetyUnderageUsers": [ "Board edition is blocked by default, users can see just public boards from others " ], - "griefAbuseHarassmentProtection": "No", + "griefAbuseHarassmentProtection": "Yes", "harassmentProtectionSteps": [ - "" + "Contributor Covenant Code of Conduct - https://github.com/cboard-org/cboard/blob/master/CODE_OF_CONDUCT.md" ] } }, From 716ac6af6eee5c4b658123ab7fbe980378f0753b Mon Sep 17 00:00:00 2001 From: Nathan Baleeta Date: Thu, 13 Jan 2022 17:28:10 +0300 Subject: [PATCH 6/8] Update illegalContentDetectionMechanism --- digitalpublicgoods/cboard.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/digitalpublicgoods/cboard.json b/digitalpublicgoods/cboard.json index 1b9f4fc7f..2a73a63c8 100644 --- a/digitalpublicgoods/cboard.json +++ b/digitalpublicgoods/cboard.json @@ -70,10 +70,10 @@ "inappropriateIllegalContent": { "collectStoreDistribute": "Yes", "type": "communication boards with images and audio", - "contentFilter": "", + "contentFilter": "Yes", "policyGuidelinesDocumentationLink": "", - "illegalContentDetection": "No", - "illegalContentDetectionMechanism": "" + "illegalContentDetection": "Yes", + "illegalContentDetectionMechanism": "Cboard contains a feature to report public boards in case that any user considers that this board includes sexual, violent, hateful, or abusive content." }, "protectionFromHarassment": { "userInteraction": "Yes", From bccddb8f113ddb133c260de3fec7d835d399d1e0 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Thu, 13 Jan 2022 17:53:12 +0300 Subject: [PATCH 7/8] Update inappropriate illegal content indicator et al. --- digitalpublicgoods/cboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitalpublicgoods/cboard.json b/digitalpublicgoods/cboard.json index 2a73a63c8..db57af0b0 100644 --- a/digitalpublicgoods/cboard.json +++ b/digitalpublicgoods/cboard.json @@ -18,7 +18,7 @@ "NonPII": { "collectsNonPII": "Yes", "checkNonPIIAccessMechanism": "Yes", - "nonPIIAccessMechanism": "Google Analytics API" + "nonPIIAccessMechanism": "User logs can be shared or exported in Open Board Logging Format (.obl)" }, "privacy": { "isPrivacyCompliant": "Yes", From dad82b4f2a4f3da2ee7610538f6c686624835d32 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Thu, 13 Jan 2022 18:03:03 +0300 Subject: [PATCH 8/8] Update country list names --- digitalpublicgoods/cboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitalpublicgoods/cboard.json b/digitalpublicgoods/cboard.json index db57af0b0..f20e45dc7 100644 --- a/digitalpublicgoods/cboard.json +++ b/digitalpublicgoods/cboard.json @@ -99,7 +99,7 @@ "Argentina", "Croatia", "Montenegro", - "Macedonia", + "North Macedonia", "Bulgaria", "Serbia", "Israel"