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 154
/
open-foris-collect.json
123 lines (123 loc) · 4.5 KB
/
open-foris-collect.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "Open Foris Collect",
"clearOwnership": {
"isOwnershipExplicit": "Yes",
"copyrightURL": "https://github.com/openforis/collect/blob/master/LICENSE.TXT"
},
"platformIndependence": {
"mandatoryDepsCreateMoreRestrictions": "No",
"isSoftwarePltIndependent": "",
"pltIndependenceDesc": ""
},
"documentation": {
"isDocumentationAvailable": "Yes",
"documentationURL": [
"Developer's guide - https://github.com/openforis/collect/blob/master/CONTRIBUTING.md",
"User's manual - https://www.openforis.org/fileadmin/docs/collect/OF_Collect_MANUAL_20210209.pdf",
"Metadata - https://drive.google.com/file/d/1GjVJXIKv1qIqkZtGyvyBV0-F2tZVCSK4/view"
]
},
"NonPII": {
"collectsNonPII": "No",
"checkNonPIIAccessMechanism": "",
"nonPIIAccessMechanism": ""
},
"privacy": {
"isPrivacyCompliant": "Yes",
"privacyComplianceList": [
"The user is responsible to abide by the national rules where the software is installed. Open Foris is developed within FAO (a UN organization) so we are not covered by national laws."
],
"adherenceSteps": [
"Open Foris is developed within FAO (a UN organization) so we are not covered by national laws."
]
},
"standards": {
"supportStandards": "Yes",
"standardsList": [
"Security - HTTPS (Ready/depends on environment where Collect is installed)",
"Internationalization (i18n) - UTF-8",
"Web standards - HTML, CSS, JavaScript (ECMAScript)",
"Software Architectural Styles - REST (Representational State Transfer)",
"Data Exchange formats - JSON (JavaScript Object Notation), XML (Extensible Markup Language), CSV (Comma Separated Values)",
"Multimedia - PNG (Portable Network Graphics), JPEG (Joint Photographic Experts Group), Ogg MP3 (Moving Picture Experts Group: Audio Layer III), FLAC (Free Lossless Audio Codec), H.264 (H.264/MPEG-4 AVC), AAC (Advanced Audio Coding), MP4 (MPEG-4 Part 14)"
],
"evidenceStandardSupport": [
"https://github.com/openforis/collect"
],
"implementBestPractices": "Yes",
"bestPracticesList": [
"Software Engineering - Agile development, Test driven development, Rapid application development",
"Architectural Design - Modularity and Maintainability, Reusability and Extensibility, Security & Consented Access, Universal Access & Open APIs",
"UI/UX - Material Design",
"Best practices to help secure your IT resources: Enable resource access authorization i.e. access control rights/ permissions; Protect data in transit (SSL used depending on the instance where Open Foris Collect is installed)"
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": "The project itself shares no data. It is the responsibility of the users to store data adequately as Open Foris Collect runs on servers controlled by them and they design their own databases."
},
"dataPrivacySecurity": {
"collectsPII": "No",
"typesOfDataCollected": [
""
],
"thirdPartyDataSharing": "No",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": "The data collected is stored in a database that is the responsibility of the user that installs Collect. \nCollect uses a user-management procedure to assign passwords as well as user groups to access specific segments of the data."
},
"inappropriateIllegalContent": {
"collectStoreDistribute": "No",
"type": "",
"contentFilter": "",
"policyGuidelinesDocumentationLink": "",
"illegalContentDetection": "",
"illegalContentDetectionMechanism": ""
},
"protectionFromHarassment": {
"userInteraction": "No",
"addressSafetySecurityUnderageUsers": "",
"stepsAddressRiskPreventSafetyUnderageUsers": [
""
],
"griefAbuseHarassmentProtection": "",
"harassmentProtectionSteps": [
""
]
}
},
"locations": {
"developmentCountries": [
"Italy"
],
"deploymentCountries": [
"Tanzania",
"Sudan",
"Ethiopia",
"Morocco",
"South Africa",
"Uruguay",
"Belize",
"United States of America",
"Mexico",
"Chile",
"Costa Rica",
"Peru",
"Ecuador",
"Argentina",
"Turkey",
"Bangladesh",
"Bhutan",
"VietNam",
"Cambodia",
"Myanmar",
"Indonesia",
"Switzerland",
"Finland",
"Norway"
]
}
}