forked from DPGAlliance/publicgoods-candidates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
if-me.json
107 lines (107 loc) · 4.92 KB
/
if-me.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "if me",
"clearOwnership": {
"isOwnershipExplicit": "Yes",
"copyrightURL": "https://www.if-me.org/about"
},
"platformIndependence": {
"mandatoryDepsCreateMoreRestrictions": "No",
"isSoftwarePltIndependent": "No",
"pltIndependenceDesc": ""
},
"documentation": {
"isDocumentationAvailable": "Yes",
"documentationURL": [
"Technical documentation - https://github.com/ifmeorg/ifme/wiki",
"Installation guide - https://github.com/ifmeorg/ifme/wiki/Installation"
]
},
"NonPII": {
"collectsNonPII": "No",
"checkNonPIIAccessMechanism": "",
"nonPIIAccessMechanism": ""
},
"privacy": {
"isPrivacyCompliant": "Yes",
"privacyComplianceList": [
"Personal Information Protection Electronic Documents Act (PIPEDA) in Canada",
"General Data Protection Regulation EU (GDPR EU) in the European Union",
"For countries using our software in other regions are responsible for complying with local legislation"
],
"adherenceSteps": [
"Privacy policy - https://www.if-me.org/privacy"
]
},
"standards": {
"supportStandards": "Yes",
"standardsList": [
"Web Content Accessibility Guidelines (WCAG) 2.1",
"HTML",
"CSS",
"ECMAScript"
],
"evidenceStandardSupport": [
"https://github.com/ifmeorg/ifme",
"https://github.com/ifmeorg/ifme/wiki/Developers"
],
"implementBestPractices": "Yes",
"bestPracticesList": [
"Agile development process",
"Continuous integration for production deployment - https://github.com/ifmeorg/ifme/wiki/Automated-Testing",
"Component-based design system",
"Ruby on Rails Coding Standards https://github.com/ifmeorg/ifme/wiki/Backend-Practices",
"JavaScript Coding Standards - https://github.com/ifmeorg/ifme/wiki/Frontend-Practices",
"React Coding Standards"
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": "We enforce the Contributor Covenant Code of Conduct in our contributor community and web app. We also have a Slack Code of Conduct for our contributor community. In the web app, you can block and report users. Reported users will go through moderation and users can be permanently blocked. Users can only share content with their allies (other users who consent to sharing content with one another) and there are privacy settings for posts where users can restrict which allies can view content."
},
"dataPrivacySecurity": {
"collectsPII": "Yes",
"typesOfDataCollected": [
"Name",
"Location (Optional)",
"Email address"
],
"thirdPartyDataSharing": "No",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": "Data is not given or made accessible to any third party. Deleting your account will remove all of your data."
},
"inappropriateIllegalContent": {
"collectStoreDistribute": "Yes",
"type": "It collects and stores content related to someone's mental health experiences, self-care strategies, and medication. It does not distribute the content to third-party services.",
"contentFilter": "Yes",
"policyGuidelinesDocumentationLink": "https://www.if-me.org/privacy",
"illegalContentDetection": "Yes",
"illegalContentDetectionMechanism": "In the web app, you can block and report users. Reported users will go through moderation and users can be permanently blocked. Users can only share content with their allies (other users who consent to sharing content with one another) and there are privacy settings for posts where users can restrict which allies can view content."
},
"protectionFromHarassment": {
"userInteraction": "Yes",
"addressSafetySecurityUnderageUsers": "Yes",
"stepsAddressRiskPreventSafetyUnderageUsers": [
"We enforce the Contributor Covenant Code of Conduct in our contributor community and web app. We also have a [Slack Code of Conduct](https://github.com/ifmeorg/ifme/wiki/Join-Our-Slack#slack-code-of-conduct) for our contributor community. In the web app, you can block and report users. Reported users will go through moderation and users can be permanently blocked. Users can only share content with their allies (other users who consent to sharing content with one another) and there are privacy settings for posts where users can restrict which allies can view content."
],
"griefAbuseHarassmentProtection": "Yes",
"harassmentProtectionSteps": [
"Contributor Covenant Code of Conduct - https://www.contributor-covenant.org/",
"Slack Code of Conduct - https://github.com/ifmeorg/ifme/wiki/Join-Our-Slack#slack-code-of-conduct"
]
}
},
"locations": {
"developmentCountries": [
"Canada",
"United States of America"
],
"deploymentCountries": [
"Canada",
"United States of America"
]
}
}