@beinformed/ui 1.62.0 → 1.62.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/esm/constants/Settings.js +2 -1
- package/esm/constants/Settings.js.flow +2 -0
- package/esm/constants/Settings.js.map +1 -1
- package/esm/models/concepts/ConceptLinkModel.d.ts +4 -7
- package/esm/models/concepts/ConceptLinkModel.js +7 -1
- package/esm/models/concepts/ConceptLinkModel.js.flow +8 -8
- package/esm/models/concepts/ConceptLinkModel.js.map +1 -1
- package/esm/models/concepts/SourceReferenceModel.d.ts +3 -0
- package/esm/models/concepts/SourceReferenceModel.js +8 -2
- package/esm/models/concepts/SourceReferenceModel.js.flow +13 -9
- package/esm/models/concepts/SourceReferenceModel.js.map +1 -1
- package/esm/models/concepts/__tests__/RelatedConcepts.spec.js.flow +6 -8
- package/esm/models/concepts/__tests__/SourceReferenceModel.spec.js.flow +72 -31
- package/esm/models/content/ContentLinkModel.js +13 -1
- package/esm/models/content/ContentLinkModel.js.flow +13 -1
- package/esm/models/content/ContentLinkModel.js.map +1 -1
- package/esm/models/content/__tests__/Formalsource.spec.js.flow +30 -0
- package/esm/models/types.d.ts +0 -1
- package/esm/models/types.js.flow +0 -1
- package/esm/models/types.js.map +1 -1
- package/lib/constants/Settings.js +2 -1
- package/lib/constants/Settings.js.map +1 -1
- package/lib/models/concepts/ConceptLinkModel.d.ts +4 -7
- package/lib/models/concepts/ConceptLinkModel.js +7 -1
- package/lib/models/concepts/ConceptLinkModel.js.map +1 -1
- package/lib/models/concepts/SourceReferenceModel.d.ts +3 -0
- package/lib/models/concepts/SourceReferenceModel.js +8 -2
- package/lib/models/concepts/SourceReferenceModel.js.map +1 -1
- package/lib/models/content/ContentLinkModel.js +13 -1
- package/lib/models/content/ContentLinkModel.js.map +1 -1
- package/lib/models/types.d.ts +0 -1
- package/lib/models/types.js.map +1 -1
- package/package.json +1 -1
- package/src/constants/Settings.js +2 -0
- package/src/models/concepts/ConceptLinkModel.js +8 -8
- package/src/models/concepts/SourceReferenceModel.js +13 -9
- package/src/models/concepts/__mock__/related_concepts_data.json +871 -755
- package/src/models/concepts/__tests__/RelatedConcepts.spec.js +6 -8
- package/src/models/concepts/__tests__/SourceReferenceModel.spec.js +72 -31
- package/src/models/content/ContentLinkModel.js +13 -1
- package/src/models/content/__tests__/Formalsource.spec.js +30 -0
- package/src/models/types.js +0 -1
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"entryDate": {
|
|
16
16
|
"param": "entryDate",
|
|
17
17
|
"name": "entryDate",
|
|
18
|
-
"value": "2025-06-
|
|
18
|
+
"value": "2025-06-04"
|
|
19
19
|
},
|
|
20
20
|
"modelCategory": {
|
|
21
21
|
"param": "modelCategory",
|
|
@@ -26,9 +26,6 @@
|
|
|
26
26
|
"results": [
|
|
27
27
|
{
|
|
28
28
|
"concept": {
|
|
29
|
-
"_id": "SystemMustSendAutomatedNotificationsForStatusChanges",
|
|
30
|
-
"modelCategory": "Requirements",
|
|
31
|
-
"label": "System must send automated notifications for status changes.",
|
|
32
29
|
"_links": {
|
|
33
30
|
"self": {
|
|
34
31
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/SystemMustSendAutomatedNotificationsForStatusChanges"
|
|
@@ -37,16 +34,16 @@
|
|
|
37
34
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
38
35
|
}
|
|
39
36
|
},
|
|
40
|
-
"
|
|
41
|
-
|
|
37
|
+
"_id": "SystemMustSendAutomatedNotificationsForStatusChanges",
|
|
38
|
+
"modelCategory": "Requirements",
|
|
39
|
+
"label": "System must send automated notifications for status changes.",
|
|
40
|
+
"section": {
|
|
41
|
+
"_id": "AutomatedNotifications_Requirement"
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"concept": {
|
|
47
|
-
"_id": "n74UsersHaveMaximumFlexibilityWithinPolicyConstraints",
|
|
48
|
-
"modelCategory": "Requirements",
|
|
49
|
-
"label": "Users have maximum flexibility within policy constraints",
|
|
50
47
|
"_links": {
|
|
51
48
|
"self": {
|
|
52
49
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n74UsersHaveMaximumFlexibilityWithinPolicyConstraints"
|
|
@@ -55,19 +52,21 @@
|
|
|
55
52
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/KeySuccessFactor"
|
|
56
53
|
}
|
|
57
54
|
},
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
55
|
+
"_id": "n74UsersHaveMaximumFlexibilityWithinPolicyConstraints",
|
|
56
|
+
"modelCategory": "Requirements",
|
|
57
|
+
"label": "Users have maximum flexibility within policy constraints",
|
|
58
|
+
"section": {
|
|
59
|
+
"_id": "MaximumFlexibilityWithinPolicyConstraints",
|
|
60
|
+
"fragment": {
|
|
61
|
+
"text": "<p>Users have maximum flexibility within policy constraints</p>",
|
|
62
|
+
"startOffset": 0,
|
|
63
|
+
"endOffset": 56
|
|
64
|
+
}
|
|
63
65
|
}
|
|
64
66
|
}
|
|
65
67
|
},
|
|
66
68
|
{
|
|
67
69
|
"concept": {
|
|
68
|
-
"_id": "EnsureDataIntegrityAndApplicantTrust",
|
|
69
|
-
"modelCategory": "Requirements",
|
|
70
|
-
"label": "Ensure data integrity and applicant trust",
|
|
71
70
|
"_links": {
|
|
72
71
|
"self": {
|
|
73
72
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnsureDataIntegrityAndApplicantTrust"
|
|
@@ -76,16 +75,16 @@
|
|
|
76
75
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
77
76
|
}
|
|
78
77
|
},
|
|
79
|
-
"
|
|
80
|
-
|
|
78
|
+
"_id": "EnsureDataIntegrityAndApplicantTrust",
|
|
79
|
+
"modelCategory": "Requirements",
|
|
80
|
+
"label": "Ensure data integrity and applicant trust",
|
|
81
|
+
"section": {
|
|
82
|
+
"_id": "EnsureDataIntegrityAndApplicantTrust"
|
|
81
83
|
}
|
|
82
84
|
}
|
|
83
85
|
},
|
|
84
86
|
{
|
|
85
87
|
"concept": {
|
|
86
|
-
"_id": "n26StreamlineTheReviewProcess",
|
|
87
|
-
"modelCategory": "Requirements",
|
|
88
|
-
"label": "Streamline the review process",
|
|
89
88
|
"_links": {
|
|
90
89
|
"self": {
|
|
91
90
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n26StreamlineTheReviewProcess"
|
|
@@ -94,19 +93,21 @@
|
|
|
94
93
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
95
94
|
}
|
|
96
95
|
},
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
"
|
|
96
|
+
"_id": "n26StreamlineTheReviewProcess",
|
|
97
|
+
"modelCategory": "Requirements",
|
|
98
|
+
"label": "Streamline the review process",
|
|
99
|
+
"section": {
|
|
100
|
+
"_id": "StreamlineTheReviewProcess",
|
|
101
|
+
"fragment": {
|
|
102
|
+
"text": "<p>Streamline the review process</p>",
|
|
103
|
+
"startOffset": 0,
|
|
104
|
+
"endOffset": 29
|
|
105
|
+
}
|
|
102
106
|
}
|
|
103
107
|
}
|
|
104
108
|
},
|
|
105
109
|
{
|
|
106
110
|
"concept": {
|
|
107
|
-
"_id": "n56AllowIntegrationWithOtherSystemsEGUniversityDatabases",
|
|
108
|
-
"modelCategory": "Requirements",
|
|
109
|
-
"label": "Allow integration with other systems (e.g., university databases)",
|
|
110
111
|
"_links": {
|
|
111
112
|
"self": {
|
|
112
113
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n56AllowIntegrationWithOtherSystemsEGUniversityDatabases"
|
|
@@ -115,19 +116,21 @@
|
|
|
115
116
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
116
117
|
}
|
|
117
118
|
},
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
"
|
|
119
|
+
"_id": "n56AllowIntegrationWithOtherSystemsEGUniversityDatabases",
|
|
120
|
+
"modelCategory": "Requirements",
|
|
121
|
+
"label": "Allow integration with other systems (e.g., university databases)",
|
|
122
|
+
"section": {
|
|
123
|
+
"_id": "IntegrationWithExternalSystems_Requirement",
|
|
124
|
+
"fragment": {
|
|
125
|
+
"text": "<p>Allow integration with other systems (e.g., university databases).</p>",
|
|
126
|
+
"startOffset": 13,
|
|
127
|
+
"endOffset": 79
|
|
128
|
+
}
|
|
123
129
|
}
|
|
124
130
|
}
|
|
125
131
|
},
|
|
126
132
|
{
|
|
127
133
|
"concept": {
|
|
128
|
-
"_id": "RulesAreCorrectlyAppliedToReachDecisionsOfEligibilityAndAmountOf",
|
|
129
|
-
"modelCategory": "Requirements",
|
|
130
|
-
"label": "Rules are correctly applied to reach decisions of eligibility and amount of funding",
|
|
131
134
|
"_links": {
|
|
132
135
|
"self": {
|
|
133
136
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/RulesAreCorrectlyAppliedToReachDecisionsOfEligibilityAndAmountOf"
|
|
@@ -136,16 +139,16 @@
|
|
|
136
139
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
137
140
|
}
|
|
138
141
|
},
|
|
139
|
-
"
|
|
140
|
-
|
|
142
|
+
"_id": "RulesAreCorrectlyAppliedToReachDecisionsOfEligibilityAndAmountOf",
|
|
143
|
+
"modelCategory": "Requirements",
|
|
144
|
+
"label": "Rules are correctly applied to reach decisions of eligibility and amount of funding",
|
|
145
|
+
"section": {
|
|
146
|
+
"_id": "RulesCorrectlyApplied_Requirement"
|
|
141
147
|
}
|
|
142
148
|
}
|
|
143
149
|
},
|
|
144
150
|
{
|
|
145
151
|
"concept": {
|
|
146
|
-
"_id": "FacilitateData_drivenDecision_making",
|
|
147
|
-
"modelCategory": "Requirements",
|
|
148
|
-
"label": "Facilitate data-driven decision-making",
|
|
149
152
|
"_links": {
|
|
150
153
|
"self": {
|
|
151
154
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/FacilitateData_drivenDecision_making"
|
|
@@ -154,16 +157,16 @@
|
|
|
154
157
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
155
158
|
}
|
|
156
159
|
},
|
|
157
|
-
"
|
|
158
|
-
|
|
160
|
+
"_id": "FacilitateData_drivenDecision_making",
|
|
161
|
+
"modelCategory": "Requirements",
|
|
162
|
+
"label": "Facilitate data-driven decision-making",
|
|
163
|
+
"section": {
|
|
164
|
+
"_id": "FacilitateDataDrivenDecisionMaking"
|
|
159
165
|
}
|
|
160
166
|
}
|
|
161
167
|
},
|
|
162
168
|
{
|
|
163
169
|
"concept": {
|
|
164
|
-
"_id": "n52EnableApplicantsToCalculateAndSubmitDetailedBudgets",
|
|
165
|
-
"modelCategory": "Requirements",
|
|
166
|
-
"label": "Enable applicants to calculate and submit detailed budgets.",
|
|
167
170
|
"_links": {
|
|
168
171
|
"self": {
|
|
169
172
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n52EnableApplicantsToCalculateAndSubmitDetailedBudgets"
|
|
@@ -172,19 +175,21 @@
|
|
|
172
175
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
173
176
|
}
|
|
174
177
|
},
|
|
175
|
-
"
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
"
|
|
178
|
+
"_id": "n52EnableApplicantsToCalculateAndSubmitDetailedBudgets",
|
|
179
|
+
"modelCategory": "Requirements",
|
|
180
|
+
"label": "Enable applicants to calculate and submit detailed budgets.",
|
|
181
|
+
"section": {
|
|
182
|
+
"_id": "BudgetCalculation_Requirement",
|
|
183
|
+
"fragment": {
|
|
184
|
+
"text": "<p>Enable applicants to calculate and submit detailed budgets.</p>",
|
|
185
|
+
"startOffset": 13,
|
|
186
|
+
"endOffset": 72
|
|
187
|
+
}
|
|
180
188
|
}
|
|
181
189
|
}
|
|
182
190
|
},
|
|
183
191
|
{
|
|
184
192
|
"concept": {
|
|
185
|
-
"_id": "PositiveApplicationExperienceForApplicantAndCaseHandler",
|
|
186
|
-
"modelCategory": "Requirements",
|
|
187
|
-
"label": "Positive application experience for applicant and case handler",
|
|
188
193
|
"_links": {
|
|
189
194
|
"self": {
|
|
190
195
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/PositiveApplicationExperienceForApplicantAndCaseHandler"
|
|
@@ -193,16 +198,16 @@
|
|
|
193
198
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
194
199
|
}
|
|
195
200
|
},
|
|
196
|
-
"
|
|
197
|
-
|
|
201
|
+
"_id": "PositiveApplicationExperienceForApplicantAndCaseHandler",
|
|
202
|
+
"modelCategory": "Requirements",
|
|
203
|
+
"label": "Positive application experience for applicant and case handler",
|
|
204
|
+
"section": {
|
|
205
|
+
"_id": "PositiveApplicationExperienceForApplicantAndCaseHandler"
|
|
198
206
|
}
|
|
199
207
|
}
|
|
200
208
|
},
|
|
201
209
|
{
|
|
202
210
|
"concept": {
|
|
203
|
-
"_id": "n67BuildARegisterOfApplicants",
|
|
204
|
-
"modelCategory": "Requirements",
|
|
205
|
-
"label": "Build a register of applicants",
|
|
206
211
|
"_links": {
|
|
207
212
|
"self": {
|
|
208
213
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n67BuildARegisterOfApplicants"
|
|
@@ -211,19 +216,21 @@
|
|
|
211
216
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
212
217
|
}
|
|
213
218
|
},
|
|
214
|
-
"
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
"
|
|
219
|
+
"_id": "n67BuildARegisterOfApplicants",
|
|
220
|
+
"modelCategory": "Requirements",
|
|
221
|
+
"label": "Build a register of applicants",
|
|
222
|
+
"section": {
|
|
223
|
+
"_id": "RegisterOfApplicants_Requirement",
|
|
224
|
+
"fragment": {
|
|
225
|
+
"text": "<p>Build a register of applicants</p>",
|
|
226
|
+
"startOffset": 13,
|
|
227
|
+
"endOffset": 43
|
|
228
|
+
}
|
|
219
229
|
}
|
|
220
230
|
}
|
|
221
231
|
},
|
|
222
232
|
{
|
|
223
233
|
"concept": {
|
|
224
|
-
"_id": "AllowIntegrationWithOtherSystemsEgUniversityDatabases",
|
|
225
|
-
"modelCategory": "Requirements",
|
|
226
|
-
"label": "Allow integration with other systems (e.g., university databases)",
|
|
227
234
|
"_links": {
|
|
228
235
|
"self": {
|
|
229
236
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/AllowIntegrationWithOtherSystemsEgUniversityDatabases"
|
|
@@ -232,16 +239,16 @@
|
|
|
232
239
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
233
240
|
}
|
|
234
241
|
},
|
|
235
|
-
"
|
|
236
|
-
|
|
242
|
+
"_id": "AllowIntegrationWithOtherSystemsEgUniversityDatabases",
|
|
243
|
+
"modelCategory": "Requirements",
|
|
244
|
+
"label": "Allow integration with other systems (e.g., university databases)",
|
|
245
|
+
"section": {
|
|
246
|
+
"_id": "IntegrationWithExternalSystems_Requirement"
|
|
237
247
|
}
|
|
238
248
|
}
|
|
239
249
|
},
|
|
240
250
|
{
|
|
241
251
|
"concept": {
|
|
242
|
-
"_id": "n42PositiveApplicationExperienceForApplicantAndCaseHandler",
|
|
243
|
-
"modelCategory": "Requirements",
|
|
244
|
-
"label": "Positive application experience for applicant and case handler",
|
|
245
252
|
"_links": {
|
|
246
253
|
"self": {
|
|
247
254
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n42PositiveApplicationExperienceForApplicantAndCaseHandler"
|
|
@@ -250,19 +257,21 @@
|
|
|
250
257
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
251
258
|
}
|
|
252
259
|
},
|
|
253
|
-
"
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
"
|
|
260
|
+
"_id": "n42PositiveApplicationExperienceForApplicantAndCaseHandler",
|
|
261
|
+
"modelCategory": "Requirements",
|
|
262
|
+
"label": "Positive application experience for applicant and case handler",
|
|
263
|
+
"section": {
|
|
264
|
+
"_id": "PositiveApplicationExperienceForApplicantAndCaseHandler",
|
|
265
|
+
"fragment": {
|
|
266
|
+
"text": "<p>Positive application experience for applicant and case handler</p>",
|
|
267
|
+
"startOffset": 0,
|
|
268
|
+
"endOffset": 62
|
|
269
|
+
}
|
|
258
270
|
}
|
|
259
271
|
}
|
|
260
272
|
},
|
|
261
273
|
{
|
|
262
274
|
"concept": {
|
|
263
|
-
"_id": "n58MaintainLogsOfAllActionsAndChangesWithinTheSystem",
|
|
264
|
-
"modelCategory": "Requirements",
|
|
265
|
-
"label": "Maintain logs of all actions and changes within the system",
|
|
266
275
|
"_links": {
|
|
267
276
|
"self": {
|
|
268
277
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n58MaintainLogsOfAllActionsAndChangesWithinTheSystem"
|
|
@@ -271,19 +280,21 @@
|
|
|
271
280
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
272
281
|
}
|
|
273
282
|
},
|
|
274
|
-
"
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
"
|
|
283
|
+
"_id": "n58MaintainLogsOfAllActionsAndChangesWithinTheSystem",
|
|
284
|
+
"modelCategory": "Requirements",
|
|
285
|
+
"label": "Maintain logs of all actions and changes within the system",
|
|
286
|
+
"section": {
|
|
287
|
+
"_id": "AuditTrails_Requirement",
|
|
288
|
+
"fragment": {
|
|
289
|
+
"text": "<p>Maintain logs of all actions and changes within the system.</p>",
|
|
290
|
+
"startOffset": 13,
|
|
291
|
+
"endOffset": 72
|
|
292
|
+
}
|
|
279
293
|
}
|
|
280
294
|
}
|
|
281
295
|
},
|
|
282
296
|
{
|
|
283
297
|
"concept": {
|
|
284
|
-
"_id": "n28EnsureObjectiveAndFairAssessments",
|
|
285
|
-
"modelCategory": "Requirements",
|
|
286
|
-
"label": "Ensure objective and fair assessments",
|
|
287
298
|
"_links": {
|
|
288
299
|
"self": {
|
|
289
300
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n28EnsureObjectiveAndFairAssessments"
|
|
@@ -292,19 +303,21 @@
|
|
|
292
303
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
293
304
|
}
|
|
294
305
|
},
|
|
295
|
-
"
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
"
|
|
306
|
+
"_id": "n28EnsureObjectiveAndFairAssessments",
|
|
307
|
+
"modelCategory": "Requirements",
|
|
308
|
+
"label": "Ensure objective and fair assessments",
|
|
309
|
+
"section": {
|
|
310
|
+
"_id": "EnsureObjectiveAndFairAssessments",
|
|
311
|
+
"fragment": {
|
|
312
|
+
"text": "<p>Ensure objective and fair assessments</p>",
|
|
313
|
+
"startOffset": 0,
|
|
314
|
+
"endOffset": 37
|
|
315
|
+
}
|
|
300
316
|
}
|
|
301
317
|
}
|
|
302
318
|
},
|
|
303
319
|
{
|
|
304
320
|
"concept": {
|
|
305
|
-
"_id": "CorporateComplianceOfLawsAndRegulationsSatisfied",
|
|
306
|
-
"modelCategory": "Requirements",
|
|
307
|
-
"label": "Corporate compliance of laws and regulations satisfied",
|
|
308
321
|
"_links": {
|
|
309
322
|
"self": {
|
|
310
323
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/CorporateComplianceOfLawsAndRegulationsSatisfied"
|
|
@@ -313,16 +326,16 @@
|
|
|
313
326
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
314
327
|
}
|
|
315
328
|
},
|
|
316
|
-
"
|
|
317
|
-
|
|
329
|
+
"_id": "CorporateComplianceOfLawsAndRegulationsSatisfied",
|
|
330
|
+
"modelCategory": "Requirements",
|
|
331
|
+
"label": "Corporate compliance of laws and regulations satisfied",
|
|
332
|
+
"section": {
|
|
333
|
+
"_id": "CorporateComplianceOfLawsAndRegulationsSatisfied"
|
|
318
334
|
}
|
|
319
335
|
}
|
|
320
336
|
},
|
|
321
337
|
{
|
|
322
338
|
"concept": {
|
|
323
|
-
"_id": "UsersMustBeAbleToCreateAccountsAndSecurelyLogIn",
|
|
324
|
-
"modelCategory": "Requirements",
|
|
325
|
-
"label": "Users must be able to create accounts and securely log in.",
|
|
326
339
|
"_links": {
|
|
327
340
|
"self": {
|
|
328
341
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/UsersMustBeAbleToCreateAccountsAndSecurelyLogIn"
|
|
@@ -331,16 +344,16 @@
|
|
|
331
344
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
332
345
|
}
|
|
333
346
|
},
|
|
334
|
-
"
|
|
335
|
-
|
|
347
|
+
"_id": "UsersMustBeAbleToCreateAccountsAndSecurelyLogIn",
|
|
348
|
+
"modelCategory": "Requirements",
|
|
349
|
+
"label": "Users must be able to create accounts and securely log in.",
|
|
350
|
+
"section": {
|
|
351
|
+
"_id": "UserRegistrationAndLogin_Requirement"
|
|
336
352
|
}
|
|
337
353
|
}
|
|
338
354
|
},
|
|
339
355
|
{
|
|
340
356
|
"concept": {
|
|
341
|
-
"_id": "n43CorporateComplianceOfLawsAndRegulationsSatisfied",
|
|
342
|
-
"modelCategory": "Requirements",
|
|
343
|
-
"label": "Corporate compliance of laws and regulations satisfied",
|
|
344
357
|
"_links": {
|
|
345
358
|
"self": {
|
|
346
359
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n43CorporateComplianceOfLawsAndRegulationsSatisfied"
|
|
@@ -349,19 +362,21 @@
|
|
|
349
362
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
350
363
|
}
|
|
351
364
|
},
|
|
352
|
-
"
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
"
|
|
365
|
+
"_id": "n43CorporateComplianceOfLawsAndRegulationsSatisfied",
|
|
366
|
+
"modelCategory": "Requirements",
|
|
367
|
+
"label": "Corporate compliance of laws and regulations satisfied",
|
|
368
|
+
"section": {
|
|
369
|
+
"_id": "CorporateComplianceOfLawsAndRegulationsSatisfied",
|
|
370
|
+
"fragment": {
|
|
371
|
+
"text": "<p>Corporate compliance of laws and regulations satisfied</p>",
|
|
372
|
+
"startOffset": 0,
|
|
373
|
+
"endOffset": 54
|
|
374
|
+
}
|
|
357
375
|
}
|
|
358
376
|
}
|
|
359
377
|
},
|
|
360
378
|
{
|
|
361
379
|
"concept": {
|
|
362
|
-
"_id": "n65JuniorEmployeesAlreadyPrepareTheDecisionButEspeciallyExceptio",
|
|
363
|
-
"modelCategory": "Requirements",
|
|
364
|
-
"label": "Junior employees already prepare the decision, but especially exceptional requests take a lot of effort and need experienced employees to take the final result decision",
|
|
365
380
|
"_links": {
|
|
366
381
|
"self": {
|
|
367
382
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n65JuniorEmployeesAlreadyPrepareTheDecisionButEspeciallyExceptio"
|
|
@@ -370,19 +385,21 @@
|
|
|
370
385
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
371
386
|
}
|
|
372
387
|
},
|
|
373
|
-
"
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
"
|
|
388
|
+
"_id": "n65JuniorEmployeesAlreadyPrepareTheDecisionButEspeciallyExceptio",
|
|
389
|
+
"modelCategory": "Requirements",
|
|
390
|
+
"label": "Junior employees already prepare the decision, but especially exceptional requests take a lot of effort and need experienced employees to take the final result decision",
|
|
391
|
+
"section": {
|
|
392
|
+
"_id": "JuniorEmployees_Requirement",
|
|
393
|
+
"fragment": {
|
|
394
|
+
"text": "<p>Junior employees already prepare the decision, but especially exceptional requests take a lot of effort and need experienced employees to take the final result decision.</p>",
|
|
395
|
+
"startOffset": 13,
|
|
396
|
+
"endOffset": 182
|
|
397
|
+
}
|
|
378
398
|
}
|
|
379
399
|
}
|
|
380
400
|
},
|
|
381
401
|
{
|
|
382
402
|
"concept": {
|
|
383
|
-
"_id": "n37CaterToADiverseUserBase",
|
|
384
|
-
"modelCategory": "Requirements",
|
|
385
|
-
"label": "Cater to a diverse user base",
|
|
386
403
|
"_links": {
|
|
387
404
|
"self": {
|
|
388
405
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n37CaterToADiverseUserBase"
|
|
@@ -391,19 +408,21 @@
|
|
|
391
408
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
392
409
|
}
|
|
393
410
|
},
|
|
394
|
-
"
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
"
|
|
411
|
+
"_id": "n37CaterToADiverseUserBase",
|
|
412
|
+
"modelCategory": "Requirements",
|
|
413
|
+
"label": "Cater to a diverse user base",
|
|
414
|
+
"section": {
|
|
415
|
+
"_id": "CaterToADiverseUserBase",
|
|
416
|
+
"fragment": {
|
|
417
|
+
"text": "<p>Cater to a diverse user base</p>",
|
|
418
|
+
"startOffset": 0,
|
|
419
|
+
"endOffset": 28
|
|
420
|
+
}
|
|
399
421
|
}
|
|
400
422
|
}
|
|
401
423
|
},
|
|
402
424
|
{
|
|
403
425
|
"concept": {
|
|
404
|
-
"_id": "ProtectSensitiveApplicantDataWithRobustSecurityMeasures",
|
|
405
|
-
"modelCategory": "Requirements",
|
|
406
|
-
"label": "Protect sensitive applicant data with robust security measures",
|
|
407
426
|
"_links": {
|
|
408
427
|
"self": {
|
|
409
428
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ProtectSensitiveApplicantDataWithRobustSecurityMeasures"
|
|
@@ -412,16 +431,16 @@
|
|
|
412
431
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
413
432
|
}
|
|
414
433
|
},
|
|
415
|
-
"
|
|
416
|
-
|
|
434
|
+
"_id": "ProtectSensitiveApplicantDataWithRobustSecurityMeasures",
|
|
435
|
+
"modelCategory": "Requirements",
|
|
436
|
+
"label": "Protect sensitive applicant data with robust security measures",
|
|
437
|
+
"section": {
|
|
438
|
+
"_id": "DataSecurityAndPrivacy_Requirement"
|
|
417
439
|
}
|
|
418
440
|
}
|
|
419
441
|
},
|
|
420
442
|
{
|
|
421
443
|
"concept": {
|
|
422
|
-
"_id": "n71NoProperAuthenticationMechanismAvailableForApplicants",
|
|
423
|
-
"modelCategory": "Requirements",
|
|
424
|
-
"label": "No proper authentication mechanism available for applicants",
|
|
425
444
|
"_links": {
|
|
426
445
|
"self": {
|
|
427
446
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n71NoProperAuthenticationMechanismAvailableForApplicants"
|
|
@@ -430,19 +449,21 @@
|
|
|
430
449
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ChallengingIssue"
|
|
431
450
|
}
|
|
432
451
|
},
|
|
433
|
-
"
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
"
|
|
452
|
+
"_id": "n71NoProperAuthenticationMechanismAvailableForApplicants",
|
|
453
|
+
"modelCategory": "Requirements",
|
|
454
|
+
"label": "No proper authentication mechanism available for applicants",
|
|
455
|
+
"section": {
|
|
456
|
+
"_id": "NoProperAuthenticationMechanismAvailableApplicants",
|
|
457
|
+
"fragment": {
|
|
458
|
+
"text": "<p>No proper authentication mechanism available for applicants</p>",
|
|
459
|
+
"startOffset": 0,
|
|
460
|
+
"endOffset": 59
|
|
461
|
+
}
|
|
438
462
|
}
|
|
439
463
|
}
|
|
440
464
|
},
|
|
441
465
|
{
|
|
442
466
|
"concept": {
|
|
443
|
-
"_id": "AutomaticallyCheckApplicationsForComplianceWithGuidelines",
|
|
444
|
-
"modelCategory": "Requirements",
|
|
445
|
-
"label": "Automatically check applications for compliance with guidelines",
|
|
446
467
|
"_links": {
|
|
447
468
|
"self": {
|
|
448
469
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/AutomaticallyCheckApplicationsForComplianceWithGuidelines"
|
|
@@ -451,16 +472,16 @@
|
|
|
451
472
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
452
473
|
}
|
|
453
474
|
},
|
|
454
|
-
"
|
|
455
|
-
|
|
475
|
+
"_id": "AutomaticallyCheckApplicationsForComplianceWithGuidelines",
|
|
476
|
+
"modelCategory": "Requirements",
|
|
477
|
+
"label": "Automatically check applications for compliance with guidelines",
|
|
478
|
+
"section": {
|
|
479
|
+
"_id": "ComplianceChecks_Requirement"
|
|
456
480
|
}
|
|
457
481
|
}
|
|
458
482
|
},
|
|
459
483
|
{
|
|
460
484
|
"concept": {
|
|
461
|
-
"_id": "FlexibilityInHandlingVariousFundingPrograms",
|
|
462
|
-
"modelCategory": "Requirements",
|
|
463
|
-
"label": "Flexibility in handling various funding programs",
|
|
464
485
|
"_links": {
|
|
465
486
|
"self": {
|
|
466
487
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/FlexibilityInHandlingVariousFundingPrograms"
|
|
@@ -469,16 +490,16 @@
|
|
|
469
490
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
470
491
|
}
|
|
471
492
|
},
|
|
472
|
-
"
|
|
473
|
-
|
|
493
|
+
"_id": "FlexibilityInHandlingVariousFundingPrograms",
|
|
494
|
+
"modelCategory": "Requirements",
|
|
495
|
+
"label": "Flexibility in handling various funding programs",
|
|
496
|
+
"section": {
|
|
497
|
+
"_id": "FlexibilityInHandlingVariousFundingPrograms"
|
|
474
498
|
}
|
|
475
499
|
}
|
|
476
500
|
},
|
|
477
501
|
{
|
|
478
502
|
"concept": {
|
|
479
|
-
"_id": "n25KeepApplicantsInformedAndEngaged",
|
|
480
|
-
"modelCategory": "Requirements",
|
|
481
|
-
"label": "Keep applicants informed and engaged",
|
|
482
503
|
"_links": {
|
|
483
504
|
"self": {
|
|
484
505
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n25KeepApplicantsInformedAndEngaged"
|
|
@@ -487,19 +508,21 @@
|
|
|
487
508
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
488
509
|
}
|
|
489
510
|
},
|
|
490
|
-
"
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
"
|
|
511
|
+
"_id": "n25KeepApplicantsInformedAndEngaged",
|
|
512
|
+
"modelCategory": "Requirements",
|
|
513
|
+
"label": "Keep applicants informed and engaged",
|
|
514
|
+
"section": {
|
|
515
|
+
"_id": "KeepApplicantsInformedAndEngaged",
|
|
516
|
+
"fragment": {
|
|
517
|
+
"text": "<p>Keep applicants informed and engaged</p>",
|
|
518
|
+
"startOffset": 0,
|
|
519
|
+
"endOffset": 36
|
|
520
|
+
}
|
|
495
521
|
}
|
|
496
522
|
}
|
|
497
523
|
},
|
|
498
524
|
{
|
|
499
525
|
"concept": {
|
|
500
|
-
"_id": "MaintainAdherenceToFundingRules",
|
|
501
|
-
"modelCategory": "Requirements",
|
|
502
|
-
"label": "Maintain adherence to funding rules",
|
|
503
526
|
"_links": {
|
|
504
527
|
"self": {
|
|
505
528
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/MaintainAdherenceToFundingRules"
|
|
@@ -508,16 +531,16 @@
|
|
|
508
531
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
509
532
|
}
|
|
510
533
|
},
|
|
511
|
-
"
|
|
512
|
-
|
|
534
|
+
"_id": "MaintainAdherenceToFundingRules",
|
|
535
|
+
"modelCategory": "Requirements",
|
|
536
|
+
"label": "Maintain adherence to funding rules",
|
|
537
|
+
"section": {
|
|
538
|
+
"_id": "MaintainAdherenceToFundingRules"
|
|
513
539
|
}
|
|
514
540
|
}
|
|
515
541
|
},
|
|
516
542
|
{
|
|
517
543
|
"concept": {
|
|
518
|
-
"_id": "n36IncreaseAccessibilityAndConvenience",
|
|
519
|
-
"modelCategory": "Requirements",
|
|
520
|
-
"label": "Increase accessibility and convenience",
|
|
521
544
|
"_links": {
|
|
522
545
|
"self": {
|
|
523
546
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n36IncreaseAccessibilityAndConvenience"
|
|
@@ -526,19 +549,21 @@
|
|
|
526
549
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
527
550
|
}
|
|
528
551
|
},
|
|
529
|
-
"
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
"
|
|
552
|
+
"_id": "n36IncreaseAccessibilityAndConvenience",
|
|
553
|
+
"modelCategory": "Requirements",
|
|
554
|
+
"label": "Increase accessibility and convenience",
|
|
555
|
+
"section": {
|
|
556
|
+
"_id": "IncreaseAccessibilityAndConvenience",
|
|
557
|
+
"fragment": {
|
|
558
|
+
"text": "<p>Increase accessibility and convenience</p>",
|
|
559
|
+
"startOffset": 0,
|
|
560
|
+
"endOffset": 38
|
|
561
|
+
}
|
|
534
562
|
}
|
|
535
563
|
}
|
|
536
564
|
},
|
|
537
565
|
{
|
|
538
566
|
"concept": {
|
|
539
|
-
"_id": "StreamlineTheReviewProcess",
|
|
540
|
-
"modelCategory": "Requirements",
|
|
541
|
-
"label": "Streamline the review process",
|
|
542
567
|
"_links": {
|
|
543
568
|
"self": {
|
|
544
569
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/StreamlineTheReviewProcess"
|
|
@@ -547,16 +572,16 @@
|
|
|
547
572
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
548
573
|
}
|
|
549
574
|
},
|
|
550
|
-
"
|
|
551
|
-
|
|
575
|
+
"_id": "StreamlineTheReviewProcess",
|
|
576
|
+
"modelCategory": "Requirements",
|
|
577
|
+
"label": "Streamline the review process",
|
|
578
|
+
"section": {
|
|
579
|
+
"_id": "StreamlineTheReviewProcess"
|
|
552
580
|
}
|
|
553
581
|
}
|
|
554
582
|
},
|
|
555
583
|
{
|
|
556
584
|
"concept": {
|
|
557
|
-
"_id": "n50ProvideToolsToAssistReviewersInDecision_making",
|
|
558
|
-
"modelCategory": "Requirements",
|
|
559
|
-
"label": "Provide tools to assist reviewers in decision-making",
|
|
560
585
|
"_links": {
|
|
561
586
|
"self": {
|
|
562
587
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n50ProvideToolsToAssistReviewersInDecision_making"
|
|
@@ -565,19 +590,21 @@
|
|
|
565
590
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
566
591
|
}
|
|
567
592
|
},
|
|
568
|
-
"
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
"
|
|
593
|
+
"_id": "n50ProvideToolsToAssistReviewersInDecision_making",
|
|
594
|
+
"modelCategory": "Requirements",
|
|
595
|
+
"label": "Provide tools to assist reviewers in decision-making",
|
|
596
|
+
"section": {
|
|
597
|
+
"_id": "DecisionSupportTools_Requirement",
|
|
598
|
+
"fragment": {
|
|
599
|
+
"text": "<p>Provide tools to assist reviewers in decision-making.</p>",
|
|
600
|
+
"startOffset": 13,
|
|
601
|
+
"endOffset": 66
|
|
602
|
+
}
|
|
573
603
|
}
|
|
574
604
|
}
|
|
575
605
|
},
|
|
576
606
|
{
|
|
577
607
|
"concept": {
|
|
578
|
-
"_id": "EnableApplicantsToCalculateAndSubmitDetailedBudgets",
|
|
579
|
-
"modelCategory": "Requirements",
|
|
580
|
-
"label": "Enable applicants to calculate and submit detailed budgets.",
|
|
581
608
|
"_links": {
|
|
582
609
|
"self": {
|
|
583
610
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnableApplicantsToCalculateAndSubmitDetailedBudgets"
|
|
@@ -586,16 +613,16 @@
|
|
|
586
613
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
587
614
|
}
|
|
588
615
|
},
|
|
589
|
-
"
|
|
590
|
-
|
|
616
|
+
"_id": "EnableApplicantsToCalculateAndSubmitDetailedBudgets",
|
|
617
|
+
"modelCategory": "Requirements",
|
|
618
|
+
"label": "Enable applicants to calculate and submit detailed budgets.",
|
|
619
|
+
"section": {
|
|
620
|
+
"_id": "BudgetCalculation_Requirement"
|
|
591
621
|
}
|
|
592
622
|
}
|
|
593
623
|
},
|
|
594
624
|
{
|
|
595
625
|
"concept": {
|
|
596
|
-
"_id": "n45ApplicantsMustBeAbleToSubmitDetailedProjectProposals",
|
|
597
|
-
"modelCategory": "Requirements",
|
|
598
|
-
"label": "Applicants must be able to submit detailed project proposals.",
|
|
599
626
|
"_links": {
|
|
600
627
|
"self": {
|
|
601
628
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n45ApplicantsMustBeAbleToSubmitDetailedProjectProposals"
|
|
@@ -604,19 +631,21 @@
|
|
|
604
631
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
605
632
|
}
|
|
606
633
|
},
|
|
607
|
-
"
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
"
|
|
634
|
+
"_id": "n45ApplicantsMustBeAbleToSubmitDetailedProjectProposals",
|
|
635
|
+
"modelCategory": "Requirements",
|
|
636
|
+
"label": "Applicants must be able to submit detailed project proposals.",
|
|
637
|
+
"section": {
|
|
638
|
+
"_id": "ProjectProposalSubmission_Requirement",
|
|
639
|
+
"fragment": {
|
|
640
|
+
"text": "<p>Applicants must be able to submit detailed project proposals.</p>",
|
|
641
|
+
"startOffset": 13,
|
|
642
|
+
"endOffset": 74
|
|
643
|
+
}
|
|
612
644
|
}
|
|
613
645
|
}
|
|
614
646
|
},
|
|
615
647
|
{
|
|
616
648
|
"concept": {
|
|
617
|
-
"_id": "DesignElementsAreTracedToTheOriginalSource",
|
|
618
|
-
"modelCategory": "Requirements",
|
|
619
|
-
"label": "Design elements are traced to the original source",
|
|
620
649
|
"_links": {
|
|
621
650
|
"self": {
|
|
622
651
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/DesignElementsAreTracedToTheOriginalSource"
|
|
@@ -625,16 +654,16 @@
|
|
|
625
654
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
626
655
|
}
|
|
627
656
|
},
|
|
628
|
-
"
|
|
629
|
-
|
|
657
|
+
"_id": "DesignElementsAreTracedToTheOriginalSource",
|
|
658
|
+
"modelCategory": "Requirements",
|
|
659
|
+
"label": "Design elements are traced to the original source",
|
|
660
|
+
"section": {
|
|
661
|
+
"_id": "DesignElementsTracedToOriginalSource_Requirement"
|
|
630
662
|
}
|
|
631
663
|
}
|
|
632
664
|
},
|
|
633
665
|
{
|
|
634
666
|
"concept": {
|
|
635
|
-
"_id": "n62OfferTrainingMaterialsForNewUsersAndReviewers",
|
|
636
|
-
"modelCategory": "Requirements",
|
|
637
|
-
"label": "Offer training materials for new users and reviewers",
|
|
638
667
|
"_links": {
|
|
639
668
|
"self": {
|
|
640
669
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n62OfferTrainingMaterialsForNewUsersAndReviewers"
|
|
@@ -643,19 +672,21 @@
|
|
|
643
672
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
644
673
|
}
|
|
645
674
|
},
|
|
646
|
-
"
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
"
|
|
675
|
+
"_id": "n62OfferTrainingMaterialsForNewUsersAndReviewers",
|
|
676
|
+
"modelCategory": "Requirements",
|
|
677
|
+
"label": "Offer training materials for new users and reviewers",
|
|
678
|
+
"section": {
|
|
679
|
+
"_id": "TrainingModules_Requirement",
|
|
680
|
+
"fragment": {
|
|
681
|
+
"text": "<p>Offer training materials for new users and reviewers.</p>",
|
|
682
|
+
"startOffset": 13,
|
|
683
|
+
"endOffset": 66
|
|
684
|
+
}
|
|
651
685
|
}
|
|
652
686
|
}
|
|
653
687
|
},
|
|
654
688
|
{
|
|
655
689
|
"concept": {
|
|
656
|
-
"_id": "BuildARegisterOfApplicants",
|
|
657
|
-
"modelCategory": "Requirements",
|
|
658
|
-
"label": "Build a register of applicants",
|
|
659
690
|
"_links": {
|
|
660
691
|
"self": {
|
|
661
692
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/BuildARegisterOfApplicants"
|
|
@@ -664,16 +695,16 @@
|
|
|
664
695
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
665
696
|
}
|
|
666
697
|
},
|
|
667
|
-
"
|
|
668
|
-
|
|
698
|
+
"_id": "BuildARegisterOfApplicants",
|
|
699
|
+
"modelCategory": "Requirements",
|
|
700
|
+
"label": "Build a register of applicants",
|
|
701
|
+
"section": {
|
|
702
|
+
"_id": "RegisterOfApplicants_Requirement"
|
|
669
703
|
}
|
|
670
704
|
}
|
|
671
705
|
},
|
|
672
706
|
{
|
|
673
707
|
"concept": {
|
|
674
|
-
"_id": "n24EnhanceTransparencyAndCommunication",
|
|
675
|
-
"modelCategory": "Requirements",
|
|
676
|
-
"label": "Enhance transparency and communication",
|
|
677
708
|
"_links": {
|
|
678
709
|
"self": {
|
|
679
710
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n24EnhanceTransparencyAndCommunication"
|
|
@@ -682,19 +713,21 @@
|
|
|
682
713
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
683
714
|
}
|
|
684
715
|
},
|
|
685
|
-
"
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
"
|
|
716
|
+
"_id": "n24EnhanceTransparencyAndCommunication",
|
|
717
|
+
"modelCategory": "Requirements",
|
|
718
|
+
"label": "Enhance transparency and communication",
|
|
719
|
+
"section": {
|
|
720
|
+
"_id": "EnhanceTransparencyAndCommunication",
|
|
721
|
+
"fragment": {
|
|
722
|
+
"text": "<p>Enhance transparency and communication</p>",
|
|
723
|
+
"startOffset": 0,
|
|
724
|
+
"endOffset": 38
|
|
725
|
+
}
|
|
690
726
|
}
|
|
691
727
|
}
|
|
692
728
|
},
|
|
693
729
|
{
|
|
694
730
|
"concept": {
|
|
695
|
-
"_id": "n40FlexibilityInHandlingVariousFundingPrograms",
|
|
696
|
-
"modelCategory": "Requirements",
|
|
697
|
-
"label": "Flexibility in handling various funding programs",
|
|
698
731
|
"_links": {
|
|
699
732
|
"self": {
|
|
700
733
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n40FlexibilityInHandlingVariousFundingPrograms"
|
|
@@ -703,19 +736,21 @@
|
|
|
703
736
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
704
737
|
}
|
|
705
738
|
},
|
|
706
|
-
"
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
"
|
|
739
|
+
"_id": "n40FlexibilityInHandlingVariousFundingPrograms",
|
|
740
|
+
"modelCategory": "Requirements",
|
|
741
|
+
"label": "Flexibility in handling various funding programs",
|
|
742
|
+
"section": {
|
|
743
|
+
"_id": "FlexibilityInHandlingVariousFundingPrograms",
|
|
744
|
+
"fragment": {
|
|
745
|
+
"text": "<p>Flexibility in handling various funding programs</p>",
|
|
746
|
+
"startOffset": 0,
|
|
747
|
+
"endOffset": 48
|
|
748
|
+
}
|
|
711
749
|
}
|
|
712
750
|
}
|
|
713
751
|
},
|
|
714
752
|
{
|
|
715
753
|
"concept": {
|
|
716
|
-
"_id": "EnhanceTransparencyAndCommunication",
|
|
717
|
-
"modelCategory": "Requirements",
|
|
718
|
-
"label": "Enhance transparency and communication",
|
|
719
754
|
"_links": {
|
|
720
755
|
"self": {
|
|
721
756
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnhanceTransparencyAndCommunication"
|
|
@@ -724,16 +759,16 @@
|
|
|
724
759
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
725
760
|
}
|
|
726
761
|
},
|
|
727
|
-
"
|
|
728
|
-
|
|
762
|
+
"_id": "EnhanceTransparencyAndCommunication",
|
|
763
|
+
"modelCategory": "Requirements",
|
|
764
|
+
"label": "Enhance transparency and communication",
|
|
765
|
+
"section": {
|
|
766
|
+
"_id": "EnhanceTransparencyAndCommunication"
|
|
729
767
|
}
|
|
730
768
|
}
|
|
731
769
|
},
|
|
732
770
|
{
|
|
733
771
|
"concept": {
|
|
734
|
-
"_id": "ApplicantsShouldBeAbleToUploadSupportingDocuments",
|
|
735
|
-
"modelCategory": "Requirements",
|
|
736
|
-
"label": "Applicants should be able to upload supporting documents.",
|
|
737
772
|
"_links": {
|
|
738
773
|
"self": {
|
|
739
774
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ApplicantsShouldBeAbleToUploadSupportingDocuments"
|
|
@@ -742,16 +777,16 @@
|
|
|
742
777
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
743
778
|
}
|
|
744
779
|
},
|
|
745
|
-
"
|
|
746
|
-
|
|
780
|
+
"_id": "ApplicantsShouldBeAbleToUploadSupportingDocuments",
|
|
781
|
+
"modelCategory": "Requirements",
|
|
782
|
+
"label": "Applicants should be able to upload supporting documents.",
|
|
783
|
+
"section": {
|
|
784
|
+
"_id": "DocumentUpload_Requirement"
|
|
747
785
|
}
|
|
748
786
|
}
|
|
749
787
|
},
|
|
750
788
|
{
|
|
751
789
|
"concept": {
|
|
752
|
-
"_id": "StreamlineDataExchangeAndReduceRedundancy",
|
|
753
|
-
"modelCategory": "Requirements",
|
|
754
|
-
"label": "Streamline data exchange and reduce redundancy",
|
|
755
790
|
"_links": {
|
|
756
791
|
"self": {
|
|
757
792
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/StreamlineDataExchangeAndReduceRedundancy"
|
|
@@ -760,16 +795,16 @@
|
|
|
760
795
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
761
796
|
}
|
|
762
797
|
},
|
|
763
|
-
"
|
|
764
|
-
|
|
798
|
+
"_id": "StreamlineDataExchangeAndReduceRedundancy",
|
|
799
|
+
"modelCategory": "Requirements",
|
|
800
|
+
"label": "Streamline data exchange and reduce redundancy",
|
|
801
|
+
"section": {
|
|
802
|
+
"_id": "StreamlineDataExchangeAndReduceRedundancy"
|
|
765
803
|
}
|
|
766
804
|
}
|
|
767
805
|
},
|
|
768
806
|
{
|
|
769
807
|
"concept": {
|
|
770
|
-
"_id": "n59EnsureTheSystemIsAccessibleOnMobileDevices",
|
|
771
|
-
"modelCategory": "Requirements",
|
|
772
|
-
"label": "Ensure the system is accessible on mobile devices",
|
|
773
808
|
"_links": {
|
|
774
809
|
"self": {
|
|
775
810
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n59EnsureTheSystemIsAccessibleOnMobileDevices"
|
|
@@ -778,19 +813,21 @@
|
|
|
778
813
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
779
814
|
}
|
|
780
815
|
},
|
|
781
|
-
"
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
"
|
|
816
|
+
"_id": "n59EnsureTheSystemIsAccessibleOnMobileDevices",
|
|
817
|
+
"modelCategory": "Requirements",
|
|
818
|
+
"label": "Ensure the system is accessible on mobile devices",
|
|
819
|
+
"section": {
|
|
820
|
+
"_id": "MobileAccessibility_Requirement",
|
|
821
|
+
"fragment": {
|
|
822
|
+
"text": "<p>Ensure the system is accessible on mobile devices.</p>",
|
|
823
|
+
"startOffset": 13,
|
|
824
|
+
"endOffset": 63
|
|
825
|
+
}
|
|
786
826
|
}
|
|
787
827
|
}
|
|
788
828
|
},
|
|
789
829
|
{
|
|
790
830
|
"concept": {
|
|
791
|
-
"_id": "ImplementScoringSystemsBasedOnPredefinedCriteria",
|
|
792
|
-
"modelCategory": "Requirements",
|
|
793
|
-
"label": "Implement scoring systems based on predefined criteria",
|
|
794
831
|
"_links": {
|
|
795
832
|
"self": {
|
|
796
833
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ImplementScoringSystemsBasedOnPredefinedCriteria"
|
|
@@ -799,16 +836,16 @@
|
|
|
799
836
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
800
837
|
}
|
|
801
838
|
},
|
|
802
|
-
"
|
|
803
|
-
|
|
839
|
+
"_id": "ImplementScoringSystemsBasedOnPredefinedCriteria",
|
|
840
|
+
"modelCategory": "Requirements",
|
|
841
|
+
"label": "Implement scoring systems based on predefined criteria",
|
|
842
|
+
"section": {
|
|
843
|
+
"_id": "ScoringAndEvaluationCriteria_Requirement"
|
|
804
844
|
}
|
|
805
845
|
}
|
|
806
846
|
},
|
|
807
847
|
{
|
|
808
848
|
"concept": {
|
|
809
|
-
"_id": "TraceabilityToTheSourceOfTheRegulationsAndPolicies",
|
|
810
|
-
"modelCategory": "Requirements",
|
|
811
|
-
"label": "Traceability to the source of the regulations and policies",
|
|
812
849
|
"_links": {
|
|
813
850
|
"self": {
|
|
814
851
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/TraceabilityToTheSourceOfTheRegulationsAndPolicies"
|
|
@@ -817,16 +854,16 @@
|
|
|
817
854
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
818
855
|
}
|
|
819
856
|
},
|
|
820
|
-
"
|
|
821
|
-
|
|
857
|
+
"_id": "TraceabilityToTheSourceOfTheRegulationsAndPolicies",
|
|
858
|
+
"modelCategory": "Requirements",
|
|
859
|
+
"label": "Traceability to the source of the regulations and policies",
|
|
860
|
+
"section": {
|
|
861
|
+
"_id": "TraceabilityToTheSource_Requirement"
|
|
822
862
|
}
|
|
823
863
|
}
|
|
824
864
|
},
|
|
825
865
|
{
|
|
826
866
|
"concept": {
|
|
827
|
-
"_id": "BusinessRulesCanEasilyBeAdapted",
|
|
828
|
-
"modelCategory": "Requirements",
|
|
829
|
-
"label": "Business rules can easily be adapted",
|
|
830
867
|
"_links": {
|
|
831
868
|
"self": {
|
|
832
869
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/BusinessRulesCanEasilyBeAdapted"
|
|
@@ -835,16 +872,16 @@
|
|
|
835
872
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
836
873
|
}
|
|
837
874
|
},
|
|
838
|
-
"
|
|
839
|
-
|
|
875
|
+
"_id": "BusinessRulesCanEasilyBeAdapted",
|
|
876
|
+
"modelCategory": "Requirements",
|
|
877
|
+
"label": "Business rules can easily be adapted",
|
|
878
|
+
"section": {
|
|
879
|
+
"_id": "BusinessRulesCanEasilyBeAdapted"
|
|
840
880
|
}
|
|
841
881
|
}
|
|
842
882
|
},
|
|
843
883
|
{
|
|
844
884
|
"concept": {
|
|
845
|
-
"_id": "EnhanceUserSatisfactionAndSystemUsability",
|
|
846
|
-
"modelCategory": "Requirements",
|
|
847
|
-
"label": "Enhance user satisfaction and system usability",
|
|
848
885
|
"_links": {
|
|
849
886
|
"self": {
|
|
850
887
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnhanceUserSatisfactionAndSystemUsability"
|
|
@@ -853,16 +890,16 @@
|
|
|
853
890
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
854
891
|
}
|
|
855
892
|
},
|
|
856
|
-
"
|
|
857
|
-
|
|
893
|
+
"_id": "EnhanceUserSatisfactionAndSystemUsability",
|
|
894
|
+
"modelCategory": "Requirements",
|
|
895
|
+
"label": "Enhance user satisfaction and system usability",
|
|
896
|
+
"section": {
|
|
897
|
+
"_id": "EnhanceUserSatisfactionAndSystemUsability"
|
|
858
898
|
}
|
|
859
899
|
}
|
|
860
900
|
},
|
|
861
901
|
{
|
|
862
902
|
"concept": {
|
|
863
|
-
"_id": "n32FacilitateData_drivenDecision_making",
|
|
864
|
-
"modelCategory": "Requirements",
|
|
865
|
-
"label": "Facilitate data-driven decision-making",
|
|
866
903
|
"_links": {
|
|
867
904
|
"self": {
|
|
868
905
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n32FacilitateData_drivenDecision_making"
|
|
@@ -871,19 +908,21 @@
|
|
|
871
908
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
872
909
|
}
|
|
873
910
|
},
|
|
874
|
-
"
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
"
|
|
911
|
+
"_id": "n32FacilitateData_drivenDecision_making",
|
|
912
|
+
"modelCategory": "Requirements",
|
|
913
|
+
"label": "Facilitate data-driven decision-making",
|
|
914
|
+
"section": {
|
|
915
|
+
"_id": "FacilitateDataDrivenDecisionMaking",
|
|
916
|
+
"fragment": {
|
|
917
|
+
"text": "<p>Facilitate data-driven decision-making</p>",
|
|
918
|
+
"startOffset": 0,
|
|
919
|
+
"endOffset": 38
|
|
920
|
+
}
|
|
879
921
|
}
|
|
880
922
|
}
|
|
881
923
|
},
|
|
882
924
|
{
|
|
883
925
|
"concept": {
|
|
884
|
-
"_id": "MaintainLogsOfAllActionsAndChangesWithinTheSystem",
|
|
885
|
-
"modelCategory": "Requirements",
|
|
886
|
-
"label": "Maintain logs of all actions and changes within the system",
|
|
887
926
|
"_links": {
|
|
888
927
|
"self": {
|
|
889
928
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/MaintainLogsOfAllActionsAndChangesWithinTheSystem"
|
|
@@ -892,16 +931,16 @@
|
|
|
892
931
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
893
932
|
}
|
|
894
933
|
},
|
|
895
|
-
"
|
|
896
|
-
|
|
934
|
+
"_id": "MaintainLogsOfAllActionsAndChangesWithinTheSystem",
|
|
935
|
+
"modelCategory": "Requirements",
|
|
936
|
+
"label": "Maintain logs of all actions and changes within the system",
|
|
937
|
+
"section": {
|
|
938
|
+
"_id": "AuditTrails_Requirement"
|
|
897
939
|
}
|
|
898
940
|
}
|
|
899
941
|
},
|
|
900
942
|
{
|
|
901
943
|
"concept": {
|
|
902
|
-
"_id": "TheOutcomeMustBeExplainedInNauturalLanguage",
|
|
903
|
-
"modelCategory": "Requirements",
|
|
904
|
-
"label": "The outcome must be explained in nautural language",
|
|
905
944
|
"_links": {
|
|
906
945
|
"self": {
|
|
907
946
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/TheOutcomeMustBeExplainedInNauturalLanguage"
|
|
@@ -910,16 +949,16 @@
|
|
|
910
949
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/KeySuccessFactor"
|
|
911
950
|
}
|
|
912
951
|
},
|
|
913
|
-
"
|
|
914
|
-
|
|
952
|
+
"_id": "TheOutcomeMustBeExplainedInNauturalLanguage",
|
|
953
|
+
"modelCategory": "Requirements",
|
|
954
|
+
"label": "The outcome must be explained in nautural language",
|
|
955
|
+
"section": {
|
|
956
|
+
"_id": "OutcomeExplainedInNaturalLanguage"
|
|
915
957
|
}
|
|
916
958
|
}
|
|
917
959
|
},
|
|
918
960
|
{
|
|
919
961
|
"concept": {
|
|
920
|
-
"_id": "n64InTheBackOfficeDepartmentThisIncludesLessThanTenEmployeesWith",
|
|
921
|
-
"modelCategory": "Requirements",
|
|
922
|
-
"label": "In the back office department this includes less than ten employees with more than 10 years of experience using back office applications",
|
|
923
962
|
"_links": {
|
|
924
963
|
"self": {
|
|
925
964
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n64InTheBackOfficeDepartmentThisIncludesLessThanTenEmployeesWith"
|
|
@@ -928,19 +967,21 @@
|
|
|
928
967
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
929
968
|
}
|
|
930
969
|
},
|
|
931
|
-
"
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
"
|
|
970
|
+
"_id": "n64InTheBackOfficeDepartmentThisIncludesLessThanTenEmployeesWith",
|
|
971
|
+
"modelCategory": "Requirements",
|
|
972
|
+
"label": "In the back office department this includes less than ten employees with more than 10 years of experience using back office applications",
|
|
973
|
+
"section": {
|
|
974
|
+
"_id": "ExperiencedEmployees_Requirement",
|
|
975
|
+
"fragment": {
|
|
976
|
+
"text": "<p>In the back office department this includes less than ten employees with more than 10 years of experience using back office applications.</p>",
|
|
977
|
+
"startOffset": 13,
|
|
978
|
+
"endOffset": 150
|
|
979
|
+
}
|
|
936
980
|
}
|
|
937
981
|
}
|
|
938
982
|
},
|
|
939
983
|
{
|
|
940
984
|
"concept": {
|
|
941
|
-
"_id": "TheApplicationFunctionalityIsEasilyRecognizableForBackOfficeEmpl",
|
|
942
|
-
"modelCategory": "Requirements",
|
|
943
|
-
"label": "The application functionality is easily recognizable for back office employees",
|
|
944
985
|
"_links": {
|
|
945
986
|
"self": {
|
|
946
987
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/TheApplicationFunctionalityIsEasilyRecognizableForBackOfficeEmpl"
|
|
@@ -949,16 +990,16 @@
|
|
|
949
990
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/KeySuccessFactor"
|
|
950
991
|
}
|
|
951
992
|
},
|
|
952
|
-
"
|
|
953
|
-
|
|
993
|
+
"_id": "TheApplicationFunctionalityIsEasilyRecognizableForBackOfficeEmpl",
|
|
994
|
+
"modelCategory": "Requirements",
|
|
995
|
+
"label": "The application functionality is easily recognizable for back office employees",
|
|
996
|
+
"section": {
|
|
997
|
+
"_id": "EasilyRecognizableBackOfficeEmployees"
|
|
954
998
|
}
|
|
955
999
|
}
|
|
956
1000
|
},
|
|
957
1001
|
{
|
|
958
1002
|
"concept": {
|
|
959
|
-
"_id": "CommonCaseManagementPatternsAreRespected",
|
|
960
|
-
"modelCategory": "Requirements",
|
|
961
|
-
"label": "Common case management patterns are respected",
|
|
962
1003
|
"_links": {
|
|
963
1004
|
"self": {
|
|
964
1005
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/CommonCaseManagementPatternsAreRespected"
|
|
@@ -967,16 +1008,16 @@
|
|
|
967
1008
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
968
1009
|
}
|
|
969
1010
|
},
|
|
970
|
-
"
|
|
971
|
-
|
|
1011
|
+
"_id": "CommonCaseManagementPatternsAreRespected",
|
|
1012
|
+
"modelCategory": "Requirements",
|
|
1013
|
+
"label": "Common case management patterns are respected",
|
|
1014
|
+
"section": {
|
|
1015
|
+
"_id": "CommonCaseManagementPatterns_Requirement"
|
|
972
1016
|
}
|
|
973
1017
|
}
|
|
974
1018
|
},
|
|
975
1019
|
{
|
|
976
1020
|
"concept": {
|
|
977
|
-
"_id": "FacilitateAccessAndPersonalizeUserExperience",
|
|
978
|
-
"modelCategory": "Requirements",
|
|
979
|
-
"label": "Facilitate access and personalize user experience",
|
|
980
1021
|
"_links": {
|
|
981
1022
|
"self": {
|
|
982
1023
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/FacilitateAccessAndPersonalizeUserExperience"
|
|
@@ -985,16 +1026,16 @@
|
|
|
985
1026
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
986
1027
|
}
|
|
987
1028
|
},
|
|
988
|
-
"
|
|
989
|
-
|
|
1029
|
+
"_id": "FacilitateAccessAndPersonalizeUserExperience",
|
|
1030
|
+
"modelCategory": "Requirements",
|
|
1031
|
+
"label": "Facilitate access and personalize user experience",
|
|
1032
|
+
"section": {
|
|
1033
|
+
"_id": "FacilitateAccessAndPersonalizeUserExperience"
|
|
990
1034
|
}
|
|
991
1035
|
}
|
|
992
1036
|
},
|
|
993
1037
|
{
|
|
994
1038
|
"concept": {
|
|
995
|
-
"_id": "n76TheApplicationFunctionalityIsEasilyRecognizableForBackOfficeE",
|
|
996
|
-
"modelCategory": "Requirements",
|
|
997
|
-
"label": "The application functionality is easily recognizable for back office employees",
|
|
998
1039
|
"_links": {
|
|
999
1040
|
"self": {
|
|
1000
1041
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n76TheApplicationFunctionalityIsEasilyRecognizableForBackOfficeE"
|
|
@@ -1003,19 +1044,21 @@
|
|
|
1003
1044
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/KeySuccessFactor"
|
|
1004
1045
|
}
|
|
1005
1046
|
},
|
|
1006
|
-
"
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
"
|
|
1047
|
+
"_id": "n76TheApplicationFunctionalityIsEasilyRecognizableForBackOfficeE",
|
|
1048
|
+
"modelCategory": "Requirements",
|
|
1049
|
+
"label": "The application functionality is easily recognizable for back office employees",
|
|
1050
|
+
"section": {
|
|
1051
|
+
"_id": "EasilyRecognizableBackOfficeEmployees",
|
|
1052
|
+
"fragment": {
|
|
1053
|
+
"text": "<p>The application functionality is easily recognizable for back office employees</p>",
|
|
1054
|
+
"startOffset": 0,
|
|
1055
|
+
"endOffset": 78
|
|
1056
|
+
}
|
|
1011
1057
|
}
|
|
1012
1058
|
}
|
|
1013
1059
|
},
|
|
1014
1060
|
{
|
|
1015
1061
|
"concept": {
|
|
1016
|
-
"_id": "ExperiencedEmployeesAreCurrentlyAlwaysNeededToFinalizeTheResult",
|
|
1017
|
-
"modelCategory": "Requirements",
|
|
1018
|
-
"label": "Experienced employees are currently always needed to finalize the result",
|
|
1019
1062
|
"_links": {
|
|
1020
1063
|
"self": {
|
|
1021
1064
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ExperiencedEmployeesAreCurrentlyAlwaysNeededToFinalizeTheResult"
|
|
@@ -1024,16 +1067,16 @@
|
|
|
1024
1067
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ChallengingIssue"
|
|
1025
1068
|
}
|
|
1026
1069
|
},
|
|
1027
|
-
"
|
|
1028
|
-
|
|
1070
|
+
"_id": "ExperiencedEmployeesAreCurrentlyAlwaysNeededToFinalizeTheResult",
|
|
1071
|
+
"modelCategory": "Requirements",
|
|
1072
|
+
"label": "Experienced employees are currently always needed to finalize the result",
|
|
1073
|
+
"section": {
|
|
1074
|
+
"_id": "ExperiencedEmployeesNeededFinalizeResult"
|
|
1029
1075
|
}
|
|
1030
1076
|
}
|
|
1031
1077
|
},
|
|
1032
1078
|
{
|
|
1033
1079
|
"concept": {
|
|
1034
|
-
"_id": "n20TransparentAndCompliantDecisions",
|
|
1035
|
-
"modelCategory": "Requirements",
|
|
1036
|
-
"label": "Transparent and compliant decisions",
|
|
1037
1080
|
"_links": {
|
|
1038
1081
|
"self": {
|
|
1039
1082
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n20TransparentAndCompliantDecisions"
|
|
@@ -1042,19 +1085,21 @@
|
|
|
1042
1085
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1043
1086
|
}
|
|
1044
1087
|
},
|
|
1045
|
-
"
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
"
|
|
1088
|
+
"_id": "n20TransparentAndCompliantDecisions",
|
|
1089
|
+
"modelCategory": "Requirements",
|
|
1090
|
+
"label": "Transparent and compliant decisions",
|
|
1091
|
+
"section": {
|
|
1092
|
+
"_id": "TransparentAndCompliantDecisions",
|
|
1093
|
+
"fragment": {
|
|
1094
|
+
"text": "<p>Transparent and compliant decisions</p>",
|
|
1095
|
+
"startOffset": 0,
|
|
1096
|
+
"endOffset": 35
|
|
1097
|
+
}
|
|
1050
1098
|
}
|
|
1051
1099
|
}
|
|
1052
1100
|
},
|
|
1053
1101
|
{
|
|
1054
1102
|
"concept": {
|
|
1055
|
-
"_id": "n47ApplicantsMustBeAbleToTrackTheStatusOfTheirSubmissions",
|
|
1056
|
-
"modelCategory": "Requirements",
|
|
1057
|
-
"label": "Applicants must be able to track the status of their submissions.",
|
|
1058
1103
|
"_links": {
|
|
1059
1104
|
"self": {
|
|
1060
1105
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n47ApplicantsMustBeAbleToTrackTheStatusOfTheirSubmissions"
|
|
@@ -1063,19 +1108,21 @@
|
|
|
1063
1108
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1064
1109
|
}
|
|
1065
1110
|
},
|
|
1066
|
-
"
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
"
|
|
1111
|
+
"_id": "n47ApplicantsMustBeAbleToTrackTheStatusOfTheirSubmissions",
|
|
1112
|
+
"modelCategory": "Requirements",
|
|
1113
|
+
"label": "Applicants must be able to track the status of their submissions.",
|
|
1114
|
+
"section": {
|
|
1115
|
+
"_id": "ApplicationTracking_Requirement",
|
|
1116
|
+
"fragment": {
|
|
1117
|
+
"text": "<p>Applicants must be able to track the status of their submissions.</p>",
|
|
1118
|
+
"startOffset": 13,
|
|
1119
|
+
"endOffset": 78
|
|
1120
|
+
}
|
|
1071
1121
|
}
|
|
1072
1122
|
}
|
|
1073
1123
|
},
|
|
1074
1124
|
{
|
|
1075
1125
|
"concept": {
|
|
1076
|
-
"_id": "AllowCustomizationOfApplicationFormsForDifferentGrants",
|
|
1077
|
-
"modelCategory": "Requirements",
|
|
1078
|
-
"label": "Allow customization of application forms for different grants",
|
|
1079
1126
|
"_links": {
|
|
1080
1127
|
"self": {
|
|
1081
1128
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/AllowCustomizationOfApplicationFormsForDifferentGrants"
|
|
@@ -1084,16 +1131,16 @@
|
|
|
1084
1131
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1085
1132
|
}
|
|
1086
1133
|
},
|
|
1087
|
-
"
|
|
1088
|
-
|
|
1134
|
+
"_id": "AllowCustomizationOfApplicationFormsForDifferentGrants",
|
|
1135
|
+
"modelCategory": "Requirements",
|
|
1136
|
+
"label": "Allow customization of application forms for different grants",
|
|
1137
|
+
"section": {
|
|
1138
|
+
"_id": "CustomizableApplicationForms_Requirement"
|
|
1089
1139
|
}
|
|
1090
1140
|
}
|
|
1091
1141
|
},
|
|
1092
1142
|
{
|
|
1093
1143
|
"concept": {
|
|
1094
|
-
"_id": "AllowUsersToProvideFeedbackOnTheApplicationProcess",
|
|
1095
|
-
"modelCategory": "Requirements",
|
|
1096
|
-
"label": "Allow users to provide feedback on the application process",
|
|
1097
1144
|
"_links": {
|
|
1098
1145
|
"self": {
|
|
1099
1146
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/AllowUsersToProvideFeedbackOnTheApplicationProcess"
|
|
@@ -1102,16 +1149,16 @@
|
|
|
1102
1149
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1103
1150
|
}
|
|
1104
1151
|
},
|
|
1105
|
-
"
|
|
1106
|
-
|
|
1152
|
+
"_id": "AllowUsersToProvideFeedbackOnTheApplicationProcess",
|
|
1153
|
+
"modelCategory": "Requirements",
|
|
1154
|
+
"label": "Allow users to provide feedback on the application process",
|
|
1155
|
+
"section": {
|
|
1156
|
+
"_id": "FeedbackMechanism_Requirement"
|
|
1107
1157
|
}
|
|
1108
1158
|
}
|
|
1109
1159
|
},
|
|
1110
1160
|
{
|
|
1111
1161
|
"concept": {
|
|
1112
|
-
"_id": "n44UsersMustBeAbleToCreateAccountsAndSecurelyLogIn",
|
|
1113
|
-
"modelCategory": "Requirements",
|
|
1114
|
-
"label": "Users must be able to create accounts and securely log in.",
|
|
1115
1162
|
"_links": {
|
|
1116
1163
|
"self": {
|
|
1117
1164
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n44UsersMustBeAbleToCreateAccountsAndSecurelyLogIn"
|
|
@@ -1120,19 +1167,21 @@
|
|
|
1120
1167
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1121
1168
|
}
|
|
1122
1169
|
},
|
|
1123
|
-
"
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
"
|
|
1170
|
+
"_id": "n44UsersMustBeAbleToCreateAccountsAndSecurelyLogIn",
|
|
1171
|
+
"modelCategory": "Requirements",
|
|
1172
|
+
"label": "Users must be able to create accounts and securely log in.",
|
|
1173
|
+
"section": {
|
|
1174
|
+
"_id": "UserRegistrationAndLogin_Requirement",
|
|
1175
|
+
"fragment": {
|
|
1176
|
+
"text": "<p>Users must be able to create accounts and securely log in.</p>",
|
|
1177
|
+
"startOffset": 12,
|
|
1178
|
+
"endOffset": 71
|
|
1179
|
+
}
|
|
1128
1180
|
}
|
|
1129
1181
|
}
|
|
1130
1182
|
},
|
|
1131
1183
|
{
|
|
1132
1184
|
"concept": {
|
|
1133
|
-
"_id": "n49ReviewersShouldHaveAStructuredWorkflowForEvaluatingApplicatio",
|
|
1134
|
-
"modelCategory": "Requirements",
|
|
1135
|
-
"label": "Reviewers should have a structured workflow for evaluating applications.",
|
|
1136
1185
|
"_links": {
|
|
1137
1186
|
"self": {
|
|
1138
1187
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n49ReviewersShouldHaveAStructuredWorkflowForEvaluatingApplicatio"
|
|
@@ -1141,19 +1190,21 @@
|
|
|
1141
1190
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1142
1191
|
}
|
|
1143
1192
|
},
|
|
1144
|
-
"
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
"
|
|
1193
|
+
"_id": "n49ReviewersShouldHaveAStructuredWorkflowForEvaluatingApplicatio",
|
|
1194
|
+
"modelCategory": "Requirements",
|
|
1195
|
+
"label": "Reviewers should have a structured workflow for evaluating applications.",
|
|
1196
|
+
"section": {
|
|
1197
|
+
"_id": "ReviewWorkflowManagement_Requirement",
|
|
1198
|
+
"fragment": {
|
|
1199
|
+
"text": "<p>Reviewers should have a structured workflow for evaluating applications.</p>",
|
|
1200
|
+
"startOffset": 13,
|
|
1201
|
+
"endOffset": 85
|
|
1202
|
+
}
|
|
1149
1203
|
}
|
|
1150
1204
|
}
|
|
1151
1205
|
},
|
|
1152
1206
|
{
|
|
1153
1207
|
"concept": {
|
|
1154
|
-
"_id": "n21FacilitateAccessAndPersonalizeUserExperience",
|
|
1155
|
-
"modelCategory": "Requirements",
|
|
1156
|
-
"label": "Facilitate access and personalize user experience",
|
|
1157
1208
|
"_links": {
|
|
1158
1209
|
"self": {
|
|
1159
1210
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n21FacilitateAccessAndPersonalizeUserExperience"
|
|
@@ -1162,19 +1213,21 @@
|
|
|
1162
1213
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1163
1214
|
}
|
|
1164
1215
|
},
|
|
1165
|
-
"
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
"
|
|
1216
|
+
"_id": "n21FacilitateAccessAndPersonalizeUserExperience",
|
|
1217
|
+
"modelCategory": "Requirements",
|
|
1218
|
+
"label": "Facilitate access and personalize user experience",
|
|
1219
|
+
"section": {
|
|
1220
|
+
"_id": "FacilitateAccessAndPersonalizeUserExperience",
|
|
1221
|
+
"fragment": {
|
|
1222
|
+
"text": "<p>Facilitate access and personalize user experience</p>",
|
|
1223
|
+
"startOffset": 0,
|
|
1224
|
+
"endOffset": 49
|
|
1225
|
+
}
|
|
1170
1226
|
}
|
|
1171
1227
|
}
|
|
1172
1228
|
},
|
|
1173
1229
|
{
|
|
1174
1230
|
"concept": {
|
|
1175
|
-
"_id": "n29EnsureDataIntegrityAndApplicantTrust",
|
|
1176
|
-
"modelCategory": "Requirements",
|
|
1177
|
-
"label": "Ensure data integrity and applicant trust",
|
|
1178
1231
|
"_links": {
|
|
1179
1232
|
"self": {
|
|
1180
1233
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n29EnsureDataIntegrityAndApplicantTrust"
|
|
@@ -1183,19 +1236,21 @@
|
|
|
1183
1236
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1184
1237
|
}
|
|
1185
1238
|
},
|
|
1186
|
-
"
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
"
|
|
1239
|
+
"_id": "n29EnsureDataIntegrityAndApplicantTrust",
|
|
1240
|
+
"modelCategory": "Requirements",
|
|
1241
|
+
"label": "Ensure data integrity and applicant trust",
|
|
1242
|
+
"section": {
|
|
1243
|
+
"_id": "EnsureDataIntegrityAndApplicantTrust",
|
|
1244
|
+
"fragment": {
|
|
1245
|
+
"text": "<p>Ensure data integrity and applicant trust</p>",
|
|
1246
|
+
"startOffset": 0,
|
|
1247
|
+
"endOffset": 41
|
|
1248
|
+
}
|
|
1191
1249
|
}
|
|
1192
1250
|
}
|
|
1193
1251
|
},
|
|
1194
1252
|
{
|
|
1195
1253
|
"concept": {
|
|
1196
|
-
"_id": "ContinuousImprovementOfTheSystem",
|
|
1197
|
-
"modelCategory": "Requirements",
|
|
1198
|
-
"label": "Continuous improvement of the system",
|
|
1199
1254
|
"_links": {
|
|
1200
1255
|
"self": {
|
|
1201
1256
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ContinuousImprovementOfTheSystem"
|
|
@@ -1204,16 +1259,16 @@
|
|
|
1204
1259
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1205
1260
|
}
|
|
1206
1261
|
},
|
|
1207
|
-
"
|
|
1208
|
-
|
|
1262
|
+
"_id": "ContinuousImprovementOfTheSystem",
|
|
1263
|
+
"modelCategory": "Requirements",
|
|
1264
|
+
"label": "Continuous improvement of the system",
|
|
1265
|
+
"section": {
|
|
1266
|
+
"_id": "ContinuousImprovementOfTheSystem"
|
|
1209
1267
|
}
|
|
1210
1268
|
}
|
|
1211
1269
|
},
|
|
1212
1270
|
{
|
|
1213
1271
|
"concept": {
|
|
1214
|
-
"_id": "ProvideSystemSupportInMultipleLanguages",
|
|
1215
|
-
"modelCategory": "Requirements",
|
|
1216
|
-
"label": "Provide system support in multiple languages",
|
|
1217
1272
|
"_links": {
|
|
1218
1273
|
"self": {
|
|
1219
1274
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ProvideSystemSupportInMultipleLanguages"
|
|
@@ -1222,16 +1277,16 @@
|
|
|
1222
1277
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1223
1278
|
}
|
|
1224
1279
|
},
|
|
1225
|
-
"
|
|
1226
|
-
|
|
1280
|
+
"_id": "ProvideSystemSupportInMultipleLanguages",
|
|
1281
|
+
"modelCategory": "Requirements",
|
|
1282
|
+
"label": "Provide system support in multiple languages",
|
|
1283
|
+
"section": {
|
|
1284
|
+
"_id": "MultilingualSupport_Requirement"
|
|
1227
1285
|
}
|
|
1228
1286
|
}
|
|
1229
1287
|
},
|
|
1230
1288
|
{
|
|
1231
1289
|
"concept": {
|
|
1232
|
-
"_id": "ApplicantsMustBeAbleToSubmitDetailedProjectProposals",
|
|
1233
|
-
"modelCategory": "Requirements",
|
|
1234
|
-
"label": "Applicants must be able to submit detailed project proposals.",
|
|
1235
1290
|
"_links": {
|
|
1236
1291
|
"self": {
|
|
1237
1292
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ApplicantsMustBeAbleToSubmitDetailedProjectProposals"
|
|
@@ -1240,16 +1295,16 @@
|
|
|
1240
1295
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1241
1296
|
}
|
|
1242
1297
|
},
|
|
1243
|
-
"
|
|
1244
|
-
|
|
1298
|
+
"_id": "ApplicantsMustBeAbleToSubmitDetailedProjectProposals",
|
|
1299
|
+
"modelCategory": "Requirements",
|
|
1300
|
+
"label": "Applicants must be able to submit detailed project proposals.",
|
|
1301
|
+
"section": {
|
|
1302
|
+
"_id": "ProjectProposalSubmission_Requirement"
|
|
1245
1303
|
}
|
|
1246
1304
|
}
|
|
1247
1305
|
},
|
|
1248
1306
|
{
|
|
1249
1307
|
"concept": {
|
|
1250
|
-
"_id": "n54GenerateReportsOnApplicationAndReviewStatistics",
|
|
1251
|
-
"modelCategory": "Requirements",
|
|
1252
|
-
"label": "Generate reports on application and review statistics",
|
|
1253
1308
|
"_links": {
|
|
1254
1309
|
"self": {
|
|
1255
1310
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n54GenerateReportsOnApplicationAndReviewStatistics"
|
|
@@ -1258,19 +1313,21 @@
|
|
|
1258
1313
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1259
1314
|
}
|
|
1260
1315
|
},
|
|
1261
|
-
"
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
"
|
|
1316
|
+
"_id": "n54GenerateReportsOnApplicationAndReviewStatistics",
|
|
1317
|
+
"modelCategory": "Requirements",
|
|
1318
|
+
"label": "Generate reports on application and review statistics",
|
|
1319
|
+
"section": {
|
|
1320
|
+
"_id": "ReportingAndAnalytics_Requirement",
|
|
1321
|
+
"fragment": {
|
|
1322
|
+
"text": "<p>Generate reports on application and review statistics.</p>",
|
|
1323
|
+
"startOffset": 13,
|
|
1324
|
+
"endOffset": 67
|
|
1325
|
+
}
|
|
1266
1326
|
}
|
|
1267
1327
|
}
|
|
1268
1328
|
},
|
|
1269
1329
|
{
|
|
1270
1330
|
"concept": {
|
|
1271
|
-
"_id": "n30EnsureFinancialFeasibilityOfProjects",
|
|
1272
|
-
"modelCategory": "Requirements",
|
|
1273
|
-
"label": "Ensure financial feasibility of projects",
|
|
1274
1331
|
"_links": {
|
|
1275
1332
|
"self": {
|
|
1276
1333
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n30EnsureFinancialFeasibilityOfProjects"
|
|
@@ -1279,19 +1336,21 @@
|
|
|
1279
1336
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1280
1337
|
}
|
|
1281
1338
|
},
|
|
1282
|
-
"
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
"
|
|
1339
|
+
"_id": "n30EnsureFinancialFeasibilityOfProjects",
|
|
1340
|
+
"modelCategory": "Requirements",
|
|
1341
|
+
"label": "Ensure financial feasibility of projects",
|
|
1342
|
+
"section": {
|
|
1343
|
+
"_id": "EnsureFinancialFeasibilityOfProjects",
|
|
1344
|
+
"fragment": {
|
|
1345
|
+
"text": "<p>Ensure financial feasibility of projects</p>",
|
|
1346
|
+
"startOffset": 0,
|
|
1347
|
+
"endOffset": 40
|
|
1348
|
+
}
|
|
1287
1349
|
}
|
|
1288
1350
|
}
|
|
1289
1351
|
},
|
|
1290
1352
|
{
|
|
1291
1353
|
"concept": {
|
|
1292
|
-
"_id": "EnsureEffectiveUseOfTheSystem",
|
|
1293
|
-
"modelCategory": "Requirements",
|
|
1294
|
-
"label": "Ensure effective use of the system",
|
|
1295
1354
|
"_links": {
|
|
1296
1355
|
"self": {
|
|
1297
1356
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnsureEffectiveUseOfTheSystem"
|
|
@@ -1300,16 +1359,16 @@
|
|
|
1300
1359
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1301
1360
|
}
|
|
1302
1361
|
},
|
|
1303
|
-
"
|
|
1304
|
-
|
|
1362
|
+
"_id": "EnsureEffectiveUseOfTheSystem",
|
|
1363
|
+
"modelCategory": "Requirements",
|
|
1364
|
+
"label": "Ensure effective use of the system",
|
|
1365
|
+
"section": {
|
|
1366
|
+
"_id": "EnsureEffectiveUseOfTheSystem"
|
|
1305
1367
|
}
|
|
1306
1368
|
}
|
|
1307
1369
|
},
|
|
1308
1370
|
{
|
|
1309
1371
|
"concept": {
|
|
1310
|
-
"_id": "ImproveTheQualityAndConsistencyOfDecisions",
|
|
1311
|
-
"modelCategory": "Requirements",
|
|
1312
|
-
"label": "Improve the quality and consistency of decisions",
|
|
1313
1372
|
"_links": {
|
|
1314
1373
|
"self": {
|
|
1315
1374
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ImproveTheQualityAndConsistencyOfDecisions"
|
|
@@ -1318,16 +1377,16 @@
|
|
|
1318
1377
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1319
1378
|
}
|
|
1320
1379
|
},
|
|
1321
|
-
"
|
|
1322
|
-
|
|
1380
|
+
"_id": "ImproveTheQualityAndConsistencyOfDecisions",
|
|
1381
|
+
"modelCategory": "Requirements",
|
|
1382
|
+
"label": "Improve the quality and consistency of decisions",
|
|
1383
|
+
"section": {
|
|
1384
|
+
"_id": "ImproveTheQualityAndConsistencyOfDecisions"
|
|
1323
1385
|
}
|
|
1324
1386
|
}
|
|
1325
1387
|
},
|
|
1326
1388
|
{
|
|
1327
1389
|
"concept": {
|
|
1328
|
-
"_id": "EnsureThoroughReviewAndEvaluation",
|
|
1329
|
-
"modelCategory": "Requirements",
|
|
1330
|
-
"label": "Ensure thorough review and evaluation",
|
|
1331
1390
|
"_links": {
|
|
1332
1391
|
"self": {
|
|
1333
1392
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnsureThoroughReviewAndEvaluation"
|
|
@@ -1336,16 +1395,16 @@
|
|
|
1336
1395
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1337
1396
|
}
|
|
1338
1397
|
},
|
|
1339
|
-
"
|
|
1340
|
-
|
|
1398
|
+
"_id": "EnsureThoroughReviewAndEvaluation",
|
|
1399
|
+
"modelCategory": "Requirements",
|
|
1400
|
+
"label": "Ensure thorough review and evaluation",
|
|
1401
|
+
"section": {
|
|
1402
|
+
"_id": "EnsureThoroughReviewAndEvaluation"
|
|
1341
1403
|
}
|
|
1342
1404
|
}
|
|
1343
1405
|
},
|
|
1344
1406
|
{
|
|
1345
1407
|
"concept": {
|
|
1346
|
-
"_id": "n33StreamlineDataExchangeAndReduceRedundancy",
|
|
1347
|
-
"modelCategory": "Requirements",
|
|
1348
|
-
"label": "Streamline data exchange and reduce redundancy",
|
|
1349
1408
|
"_links": {
|
|
1350
1409
|
"self": {
|
|
1351
1410
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n33StreamlineDataExchangeAndReduceRedundancy"
|
|
@@ -1354,19 +1413,21 @@
|
|
|
1354
1413
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1355
1414
|
}
|
|
1356
1415
|
},
|
|
1357
|
-
"
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
"
|
|
1416
|
+
"_id": "n33StreamlineDataExchangeAndReduceRedundancy",
|
|
1417
|
+
"modelCategory": "Requirements",
|
|
1418
|
+
"label": "Streamline data exchange and reduce redundancy",
|
|
1419
|
+
"section": {
|
|
1420
|
+
"_id": "StreamlineDataExchangeAndReduceRedundancy",
|
|
1421
|
+
"fragment": {
|
|
1422
|
+
"text": "<p>Streamline data exchange and reduce redundancy</p>",
|
|
1423
|
+
"startOffset": 0,
|
|
1424
|
+
"endOffset": 46
|
|
1425
|
+
}
|
|
1362
1426
|
}
|
|
1363
1427
|
}
|
|
1364
1428
|
},
|
|
1365
1429
|
{
|
|
1366
1430
|
"concept": {
|
|
1367
|
-
"_id": "EnsureTheSystemIsAccessibleOnMobileDevices",
|
|
1368
|
-
"modelCategory": "Requirements",
|
|
1369
|
-
"label": "Ensure the system is accessible on mobile devices",
|
|
1370
1431
|
"_links": {
|
|
1371
1432
|
"self": {
|
|
1372
1433
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnsureTheSystemIsAccessibleOnMobileDevices"
|
|
@@ -1375,16 +1436,16 @@
|
|
|
1375
1436
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1376
1437
|
}
|
|
1377
1438
|
},
|
|
1378
|
-
"
|
|
1379
|
-
|
|
1439
|
+
"_id": "EnsureTheSystemIsAccessibleOnMobileDevices",
|
|
1440
|
+
"modelCategory": "Requirements",
|
|
1441
|
+
"label": "Ensure the system is accessible on mobile devices",
|
|
1442
|
+
"section": {
|
|
1443
|
+
"_id": "MobileAccessibility_Requirement"
|
|
1380
1444
|
}
|
|
1381
1445
|
}
|
|
1382
1446
|
},
|
|
1383
1447
|
{
|
|
1384
1448
|
"concept": {
|
|
1385
|
-
"_id": "CollectComprehensiveProjectInformation",
|
|
1386
|
-
"modelCategory": "Requirements",
|
|
1387
|
-
"label": "Collect comprehensive project information",
|
|
1388
1449
|
"_links": {
|
|
1389
1450
|
"self": {
|
|
1390
1451
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/CollectComprehensiveProjectInformation"
|
|
@@ -1393,16 +1454,16 @@
|
|
|
1393
1454
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1394
1455
|
}
|
|
1395
1456
|
},
|
|
1396
|
-
"
|
|
1397
|
-
|
|
1457
|
+
"_id": "CollectComprehensiveProjectInformation",
|
|
1458
|
+
"modelCategory": "Requirements",
|
|
1459
|
+
"label": "Collect comprehensive project information",
|
|
1460
|
+
"section": {
|
|
1461
|
+
"_id": "CollectComprehensiveProjectInformation"
|
|
1398
1462
|
}
|
|
1399
1463
|
}
|
|
1400
1464
|
},
|
|
1401
1465
|
{
|
|
1402
1466
|
"concept": {
|
|
1403
|
-
"_id": "GenerateReportsOnApplicationAndReviewStatistics",
|
|
1404
|
-
"modelCategory": "Requirements",
|
|
1405
|
-
"label": "Generate reports on application and review statistics",
|
|
1406
1467
|
"_links": {
|
|
1407
1468
|
"self": {
|
|
1408
1469
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/GenerateReportsOnApplicationAndReviewStatistics"
|
|
@@ -1411,16 +1472,16 @@
|
|
|
1411
1472
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1412
1473
|
}
|
|
1413
1474
|
},
|
|
1414
|
-
"
|
|
1415
|
-
|
|
1475
|
+
"_id": "GenerateReportsOnApplicationAndReviewStatistics",
|
|
1476
|
+
"modelCategory": "Requirements",
|
|
1477
|
+
"label": "Generate reports on application and review statistics",
|
|
1478
|
+
"section": {
|
|
1479
|
+
"_id": "ReportingAndAnalytics_Requirement"
|
|
1416
1480
|
}
|
|
1417
1481
|
}
|
|
1418
1482
|
},
|
|
1419
1483
|
{
|
|
1420
1484
|
"concept": {
|
|
1421
|
-
"_id": "n75TheOutcomeMustBeExplainedInNaturalLanguage",
|
|
1422
|
-
"modelCategory": "Requirements",
|
|
1423
|
-
"label": "The outcome must be explained in natural language",
|
|
1424
1485
|
"_links": {
|
|
1425
1486
|
"self": {
|
|
1426
1487
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n75TheOutcomeMustBeExplainedInNaturalLanguage"
|
|
@@ -1429,19 +1490,21 @@
|
|
|
1429
1490
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/KeySuccessFactor"
|
|
1430
1491
|
}
|
|
1431
1492
|
},
|
|
1432
|
-
"
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
"
|
|
1493
|
+
"_id": "n75TheOutcomeMustBeExplainedInNaturalLanguage",
|
|
1494
|
+
"modelCategory": "Requirements",
|
|
1495
|
+
"label": "The outcome must be explained in natural language",
|
|
1496
|
+
"section": {
|
|
1497
|
+
"_id": "OutcomeExplainedInNaturalLanguage",
|
|
1498
|
+
"fragment": {
|
|
1499
|
+
"text": "<p>The outcome must be explained in natural Language</p>",
|
|
1500
|
+
"startOffset": 0,
|
|
1501
|
+
"endOffset": 49
|
|
1502
|
+
}
|
|
1437
1503
|
}
|
|
1438
1504
|
}
|
|
1439
1505
|
},
|
|
1440
1506
|
{
|
|
1441
1507
|
"concept": {
|
|
1442
|
-
"_id": "IncreaseAccessibilityAndConvenience",
|
|
1443
|
-
"modelCategory": "Requirements",
|
|
1444
|
-
"label": "Increase accessibility and convenience",
|
|
1445
1508
|
"_links": {
|
|
1446
1509
|
"self": {
|
|
1447
1510
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/IncreaseAccessibilityAndConvenience"
|
|
@@ -1450,16 +1513,16 @@
|
|
|
1450
1513
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1451
1514
|
}
|
|
1452
1515
|
},
|
|
1453
|
-
"
|
|
1454
|
-
|
|
1516
|
+
"_id": "IncreaseAccessibilityAndConvenience",
|
|
1517
|
+
"modelCategory": "Requirements",
|
|
1518
|
+
"label": "Increase accessibility and convenience",
|
|
1519
|
+
"section": {
|
|
1520
|
+
"_id": "IncreaseAccessibilityAndConvenience"
|
|
1455
1521
|
}
|
|
1456
1522
|
}
|
|
1457
1523
|
},
|
|
1458
1524
|
{
|
|
1459
1525
|
"concept": {
|
|
1460
|
-
"_id": "ThereIsALackOfExperiencedBackOfficeEmployees",
|
|
1461
|
-
"modelCategory": "Requirements",
|
|
1462
|
-
"label": "There is a lack of experienced back office employees",
|
|
1463
1526
|
"_links": {
|
|
1464
1527
|
"self": {
|
|
1465
1528
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ThereIsALackOfExperiencedBackOfficeEmployees"
|
|
@@ -1468,16 +1531,16 @@
|
|
|
1468
1531
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ChallengingIssue"
|
|
1469
1532
|
}
|
|
1470
1533
|
},
|
|
1471
|
-
"
|
|
1472
|
-
|
|
1534
|
+
"_id": "ThereIsALackOfExperiencedBackOfficeEmployees",
|
|
1535
|
+
"modelCategory": "Requirements",
|
|
1536
|
+
"label": "There is a lack of experienced back office employees",
|
|
1537
|
+
"section": {
|
|
1538
|
+
"_id": "LackExperiencedBackOfficeEmployees"
|
|
1473
1539
|
}
|
|
1474
1540
|
}
|
|
1475
1541
|
},
|
|
1476
1542
|
{
|
|
1477
1543
|
"concept": {
|
|
1478
|
-
"_id": "KeepApplicantsInformedAndEngaged",
|
|
1479
|
-
"modelCategory": "Requirements",
|
|
1480
|
-
"label": "Keep applicants informed and engaged",
|
|
1481
1544
|
"_links": {
|
|
1482
1545
|
"self": {
|
|
1483
1546
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/KeepApplicantsInformedAndEngaged"
|
|
@@ -1486,16 +1549,16 @@
|
|
|
1486
1549
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1487
1550
|
}
|
|
1488
1551
|
},
|
|
1489
|
-
"
|
|
1490
|
-
|
|
1552
|
+
"_id": "KeepApplicantsInformedAndEngaged",
|
|
1553
|
+
"modelCategory": "Requirements",
|
|
1554
|
+
"label": "Keep applicants informed and engaged",
|
|
1555
|
+
"section": {
|
|
1556
|
+
"_id": "KeepApplicantsInformedAndEngaged"
|
|
1491
1557
|
}
|
|
1492
1558
|
}
|
|
1493
1559
|
},
|
|
1494
1560
|
{
|
|
1495
1561
|
"concept": {
|
|
1496
|
-
"_id": "EnsureAccountabilityAndTraceability",
|
|
1497
|
-
"modelCategory": "Requirements",
|
|
1498
|
-
"label": "Ensure accountability and traceability",
|
|
1499
1562
|
"_links": {
|
|
1500
1563
|
"self": {
|
|
1501
1564
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnsureAccountabilityAndTraceability"
|
|
@@ -1504,16 +1567,16 @@
|
|
|
1504
1567
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1505
1568
|
}
|
|
1506
1569
|
},
|
|
1507
|
-
"
|
|
1508
|
-
|
|
1570
|
+
"_id": "EnsureAccountabilityAndTraceability",
|
|
1571
|
+
"modelCategory": "Requirements",
|
|
1572
|
+
"label": "Ensure accountability and traceability",
|
|
1573
|
+
"section": {
|
|
1574
|
+
"_id": "EnsureAccountabilityAndTraceability"
|
|
1509
1575
|
}
|
|
1510
1576
|
}
|
|
1511
1577
|
},
|
|
1512
1578
|
{
|
|
1513
1579
|
"concept": {
|
|
1514
|
-
"_id": "TransparentAndCompliantDecisions",
|
|
1515
|
-
"modelCategory": "Requirements",
|
|
1516
|
-
"label": "Transparent and compliant decisions",
|
|
1517
1580
|
"_links": {
|
|
1518
1581
|
"self": {
|
|
1519
1582
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/TransparentAndCompliantDecisions"
|
|
@@ -1522,16 +1585,16 @@
|
|
|
1522
1585
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1523
1586
|
}
|
|
1524
1587
|
},
|
|
1525
|
-
"
|
|
1526
|
-
|
|
1588
|
+
"_id": "TransparentAndCompliantDecisions",
|
|
1589
|
+
"modelCategory": "Requirements",
|
|
1590
|
+
"label": "Transparent and compliant decisions",
|
|
1591
|
+
"section": {
|
|
1592
|
+
"_id": "TransparentAndCompliantDecisions"
|
|
1527
1593
|
}
|
|
1528
1594
|
}
|
|
1529
1595
|
},
|
|
1530
1596
|
{
|
|
1531
1597
|
"concept": {
|
|
1532
|
-
"_id": "n39EnsureEffectiveUseOfTheSystem",
|
|
1533
|
-
"modelCategory": "Requirements",
|
|
1534
|
-
"label": "Ensure effective use of the system",
|
|
1535
1598
|
"_links": {
|
|
1536
1599
|
"self": {
|
|
1537
1600
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n39EnsureEffectiveUseOfTheSystem"
|
|
@@ -1540,19 +1603,21 @@
|
|
|
1540
1603
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1541
1604
|
}
|
|
1542
1605
|
},
|
|
1543
|
-
"
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
"
|
|
1606
|
+
"_id": "n39EnsureEffectiveUseOfTheSystem",
|
|
1607
|
+
"modelCategory": "Requirements",
|
|
1608
|
+
"label": "Ensure effective use of the system",
|
|
1609
|
+
"section": {
|
|
1610
|
+
"_id": "EnsureEffectiveUseOfTheSystem",
|
|
1611
|
+
"fragment": {
|
|
1612
|
+
"text": "<p>Ensure effective use of the system</p>",
|
|
1613
|
+
"startOffset": 0,
|
|
1614
|
+
"endOffset": 34
|
|
1615
|
+
}
|
|
1548
1616
|
}
|
|
1549
1617
|
}
|
|
1550
1618
|
},
|
|
1551
1619
|
{
|
|
1552
1620
|
"concept": {
|
|
1553
|
-
"_id": "EnsureObjectiveAndFairAssessments",
|
|
1554
|
-
"modelCategory": "Requirements",
|
|
1555
|
-
"label": "Ensure objective and fair assessments",
|
|
1556
1621
|
"_links": {
|
|
1557
1622
|
"self": {
|
|
1558
1623
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnsureObjectiveAndFairAssessments"
|
|
@@ -1561,16 +1626,16 @@
|
|
|
1561
1626
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1562
1627
|
}
|
|
1563
1628
|
},
|
|
1564
|
-
"
|
|
1565
|
-
|
|
1629
|
+
"_id": "EnsureObjectiveAndFairAssessments",
|
|
1630
|
+
"modelCategory": "Requirements",
|
|
1631
|
+
"label": "Ensure objective and fair assessments",
|
|
1632
|
+
"section": {
|
|
1633
|
+
"_id": "EnsureObjectiveAndFairAssessments"
|
|
1566
1634
|
}
|
|
1567
1635
|
}
|
|
1568
1636
|
},
|
|
1569
1637
|
{
|
|
1570
1638
|
"concept": {
|
|
1571
|
-
"_id": "JuniorEmployeesAlreadyPrepareTheDecisionButEspeciallyExceptional",
|
|
1572
|
-
"modelCategory": "Requirements",
|
|
1573
|
-
"label": "Junior employees already prepare the decision, but especially exceptional requests take a lot of effort and need experienced employees to take the final result decision",
|
|
1574
1639
|
"_links": {
|
|
1575
1640
|
"self": {
|
|
1576
1641
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/JuniorEmployeesAlreadyPrepareTheDecisionButEspeciallyExceptional"
|
|
@@ -1579,16 +1644,16 @@
|
|
|
1579
1644
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1580
1645
|
}
|
|
1581
1646
|
},
|
|
1582
|
-
"
|
|
1583
|
-
|
|
1647
|
+
"_id": "JuniorEmployeesAlreadyPrepareTheDecisionButEspeciallyExceptional",
|
|
1648
|
+
"modelCategory": "Requirements",
|
|
1649
|
+
"label": "Junior employees already prepare the decision, but especially exceptional requests take a lot of effort and need experienced employees to take the final result decision",
|
|
1650
|
+
"section": {
|
|
1651
|
+
"_id": "JuniorEmployees_Requirement"
|
|
1584
1652
|
}
|
|
1585
1653
|
}
|
|
1586
1654
|
},
|
|
1587
1655
|
{
|
|
1588
1656
|
"concept": {
|
|
1589
|
-
"_id": "n23EnsureThoroughReviewAndEvaluation",
|
|
1590
|
-
"modelCategory": "Requirements",
|
|
1591
|
-
"label": "Ensure thorough review and evaluation",
|
|
1592
1657
|
"_links": {
|
|
1593
1658
|
"self": {
|
|
1594
1659
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n23EnsureThoroughReviewAndEvaluation"
|
|
@@ -1597,19 +1662,21 @@
|
|
|
1597
1662
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1598
1663
|
}
|
|
1599
1664
|
},
|
|
1600
|
-
"
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
"
|
|
1665
|
+
"_id": "n23EnsureThoroughReviewAndEvaluation",
|
|
1666
|
+
"modelCategory": "Requirements",
|
|
1667
|
+
"label": "Ensure thorough review and evaluation",
|
|
1668
|
+
"section": {
|
|
1669
|
+
"_id": "EnsureThoroughReviewAndEvaluation",
|
|
1670
|
+
"fragment": {
|
|
1671
|
+
"text": "<p>Ensure thorough review and evaluation</p>",
|
|
1672
|
+
"startOffset": 0,
|
|
1673
|
+
"endOffset": 37
|
|
1674
|
+
}
|
|
1605
1675
|
}
|
|
1606
1676
|
}
|
|
1607
1677
|
},
|
|
1608
1678
|
{
|
|
1609
1679
|
"concept": {
|
|
1610
|
-
"_id": "n19EfficientProcessingOfApplications",
|
|
1611
|
-
"modelCategory": "Requirements",
|
|
1612
|
-
"label": "Efficient processing of applications",
|
|
1613
1680
|
"_links": {
|
|
1614
1681
|
"self": {
|
|
1615
1682
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n19EfficientProcessingOfApplications"
|
|
@@ -1618,19 +1685,21 @@
|
|
|
1618
1685
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1619
1686
|
}
|
|
1620
1687
|
},
|
|
1621
|
-
"
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
"
|
|
1688
|
+
"_id": "n19EfficientProcessingOfApplications",
|
|
1689
|
+
"modelCategory": "Requirements",
|
|
1690
|
+
"label": "Efficient processing of applications",
|
|
1691
|
+
"section": {
|
|
1692
|
+
"_id": "EfficientProcessOfApplications",
|
|
1693
|
+
"fragment": {
|
|
1694
|
+
"text": "<p>Efficient processing of applications</p>",
|
|
1695
|
+
"startOffset": 0,
|
|
1696
|
+
"endOffset": 36
|
|
1697
|
+
}
|
|
1626
1698
|
}
|
|
1627
1699
|
}
|
|
1628
1700
|
},
|
|
1629
1701
|
{
|
|
1630
1702
|
"concept": {
|
|
1631
|
-
"_id": "CaterToADiverseUserBase",
|
|
1632
|
-
"modelCategory": "Requirements",
|
|
1633
|
-
"label": "Cater to a diverse user base",
|
|
1634
1703
|
"_links": {
|
|
1635
1704
|
"self": {
|
|
1636
1705
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/CaterToADiverseUserBase"
|
|
@@ -1639,16 +1708,16 @@
|
|
|
1639
1708
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1640
1709
|
}
|
|
1641
1710
|
},
|
|
1642
|
-
"
|
|
1643
|
-
|
|
1711
|
+
"_id": "CaterToADiverseUserBase",
|
|
1712
|
+
"modelCategory": "Requirements",
|
|
1713
|
+
"label": "Cater to a diverse user base",
|
|
1714
|
+
"section": {
|
|
1715
|
+
"_id": "CaterToADiverseUserBase"
|
|
1644
1716
|
}
|
|
1645
1717
|
}
|
|
1646
1718
|
},
|
|
1647
1719
|
{
|
|
1648
1720
|
"concept": {
|
|
1649
|
-
"_id": "n63AllowCustomizationOfApplicationFormsForDifferentGrants",
|
|
1650
|
-
"modelCategory": "Requirements",
|
|
1651
|
-
"label": "Allow customization of application forms for different grants",
|
|
1652
1721
|
"_links": {
|
|
1653
1722
|
"self": {
|
|
1654
1723
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n63AllowCustomizationOfApplicationFormsForDifferentGrants"
|
|
@@ -1657,19 +1726,21 @@
|
|
|
1657
1726
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1658
1727
|
}
|
|
1659
1728
|
},
|
|
1660
|
-
"
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
"
|
|
1729
|
+
"_id": "n63AllowCustomizationOfApplicationFormsForDifferentGrants",
|
|
1730
|
+
"modelCategory": "Requirements",
|
|
1731
|
+
"label": "Allow customization of application forms for different grants",
|
|
1732
|
+
"section": {
|
|
1733
|
+
"_id": "CustomizableApplicationForms_Requirement",
|
|
1734
|
+
"fragment": {
|
|
1735
|
+
"text": "<p>Allow customization of application forms for different grants.</p>",
|
|
1736
|
+
"startOffset": 13,
|
|
1737
|
+
"endOffset": 75
|
|
1738
|
+
}
|
|
1665
1739
|
}
|
|
1666
1740
|
}
|
|
1667
1741
|
},
|
|
1668
1742
|
{
|
|
1669
1743
|
"concept": {
|
|
1670
|
-
"_id": "ProvideToolsToAssistReviewersInDecision_making",
|
|
1671
|
-
"modelCategory": "Requirements",
|
|
1672
|
-
"label": "Provide tools to assist reviewers in decision-making",
|
|
1673
1744
|
"_links": {
|
|
1674
1745
|
"self": {
|
|
1675
1746
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ProvideToolsToAssistReviewersInDecision_making"
|
|
@@ -1678,16 +1749,16 @@
|
|
|
1678
1749
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1679
1750
|
}
|
|
1680
1751
|
},
|
|
1681
|
-
"
|
|
1682
|
-
|
|
1752
|
+
"_id": "ProvideToolsToAssistReviewersInDecision_making",
|
|
1753
|
+
"modelCategory": "Requirements",
|
|
1754
|
+
"label": "Provide tools to assist reviewers in decision-making",
|
|
1755
|
+
"section": {
|
|
1756
|
+
"_id": "DecisionSupportTools_Requirement"
|
|
1683
1757
|
}
|
|
1684
1758
|
}
|
|
1685
1759
|
},
|
|
1686
1760
|
{
|
|
1687
1761
|
"concept": {
|
|
1688
|
-
"_id": "n22CollectComprehensiveProjectInformation",
|
|
1689
|
-
"modelCategory": "Requirements",
|
|
1690
|
-
"label": "Collect comprehensive project information",
|
|
1691
1762
|
"_links": {
|
|
1692
1763
|
"self": {
|
|
1693
1764
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n22CollectComprehensiveProjectInformation"
|
|
@@ -1696,19 +1767,21 @@
|
|
|
1696
1767
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1697
1768
|
}
|
|
1698
1769
|
},
|
|
1699
|
-
"
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
"
|
|
1770
|
+
"_id": "n22CollectComprehensiveProjectInformation",
|
|
1771
|
+
"modelCategory": "Requirements",
|
|
1772
|
+
"label": "Collect comprehensive project information",
|
|
1773
|
+
"section": {
|
|
1774
|
+
"_id": "CollectComprehensiveProjectInformation",
|
|
1775
|
+
"fragment": {
|
|
1776
|
+
"text": "<p>Collect comprehensive project information</p>",
|
|
1777
|
+
"startOffset": 0,
|
|
1778
|
+
"endOffset": 41
|
|
1779
|
+
}
|
|
1704
1780
|
}
|
|
1705
1781
|
}
|
|
1706
1782
|
},
|
|
1707
1783
|
{
|
|
1708
1784
|
"concept": {
|
|
1709
|
-
"_id": "InTheBackOfficeDepartmentThisIncludesLessThanTenEmployeesWithMor",
|
|
1710
|
-
"modelCategory": "Requirements",
|
|
1711
|
-
"label": "In the back office department this includes less than ten employees with more than 10 years of experience using back office applications",
|
|
1712
1785
|
"_links": {
|
|
1713
1786
|
"self": {
|
|
1714
1787
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/InTheBackOfficeDepartmentThisIncludesLessThanTenEmployeesWithMor"
|
|
@@ -1717,16 +1790,16 @@
|
|
|
1717
1790
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1718
1791
|
}
|
|
1719
1792
|
},
|
|
1720
|
-
"
|
|
1721
|
-
|
|
1793
|
+
"_id": "InTheBackOfficeDepartmentThisIncludesLessThanTenEmployeesWithMor",
|
|
1794
|
+
"modelCategory": "Requirements",
|
|
1795
|
+
"label": "In the back office department this includes less than ten employees with more than 10 years of experience using back office applications",
|
|
1796
|
+
"section": {
|
|
1797
|
+
"_id": "ExperiencedEmployees_Requirement"
|
|
1722
1798
|
}
|
|
1723
1799
|
}
|
|
1724
1800
|
},
|
|
1725
1801
|
{
|
|
1726
1802
|
"concept": {
|
|
1727
|
-
"_id": "n68RulesAreCorrectlyAppliedToReachDecisionsOfEligibilityAndAmoun",
|
|
1728
|
-
"modelCategory": "Requirements",
|
|
1729
|
-
"label": "Rules are correctly applied to reach decisions of eligibility and amount of funding",
|
|
1730
1803
|
"_links": {
|
|
1731
1804
|
"self": {
|
|
1732
1805
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n68RulesAreCorrectlyAppliedToReachDecisionsOfEligibilityAndAmoun"
|
|
@@ -1735,19 +1808,21 @@
|
|
|
1735
1808
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1736
1809
|
}
|
|
1737
1810
|
},
|
|
1738
|
-
"
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
"
|
|
1811
|
+
"_id": "n68RulesAreCorrectlyAppliedToReachDecisionsOfEligibilityAndAmoun",
|
|
1812
|
+
"modelCategory": "Requirements",
|
|
1813
|
+
"label": "Rules are correctly applied to reach decisions of eligibility and amount of funding",
|
|
1814
|
+
"section": {
|
|
1815
|
+
"_id": "RulesCorrectlyApplied_Requirement",
|
|
1816
|
+
"fragment": {
|
|
1817
|
+
"text": "<p>Rules are correctly applied to reach decisions of eligibility and amount of funding</p>",
|
|
1818
|
+
"startOffset": 13,
|
|
1819
|
+
"endOffset": 96
|
|
1820
|
+
}
|
|
1743
1821
|
}
|
|
1744
1822
|
}
|
|
1745
1823
|
},
|
|
1746
1824
|
{
|
|
1747
1825
|
"concept": {
|
|
1748
|
-
"_id": "n48SystemMustSendAutomatedNotificationsForStatusChanges",
|
|
1749
|
-
"modelCategory": "Requirements",
|
|
1750
|
-
"label": "System must send automated notifications for status changes.",
|
|
1751
1826
|
"_links": {
|
|
1752
1827
|
"self": {
|
|
1753
1828
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n48SystemMustSendAutomatedNotificationsForStatusChanges"
|
|
@@ -1756,19 +1831,21 @@
|
|
|
1756
1831
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1757
1832
|
}
|
|
1758
1833
|
},
|
|
1759
|
-
"
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
"
|
|
1834
|
+
"_id": "n48SystemMustSendAutomatedNotificationsForStatusChanges",
|
|
1835
|
+
"modelCategory": "Requirements",
|
|
1836
|
+
"label": "System must send automated notifications for status changes.",
|
|
1837
|
+
"section": {
|
|
1838
|
+
"_id": "AutomatedNotifications_Requirement",
|
|
1839
|
+
"fragment": {
|
|
1840
|
+
"text": "<p>System must send automated notifications for status changes.</p>",
|
|
1841
|
+
"startOffset": 13,
|
|
1842
|
+
"endOffset": 73
|
|
1843
|
+
}
|
|
1764
1844
|
}
|
|
1765
1845
|
}
|
|
1766
1846
|
},
|
|
1767
1847
|
{
|
|
1768
1848
|
"concept": {
|
|
1769
|
-
"_id": "n69CommonCaseManagementPatternsAreRespected",
|
|
1770
|
-
"modelCategory": "Requirements",
|
|
1771
|
-
"label": "Common case management patterns are respected",
|
|
1772
1849
|
"_links": {
|
|
1773
1850
|
"self": {
|
|
1774
1851
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n69CommonCaseManagementPatternsAreRespected"
|
|
@@ -1777,19 +1854,21 @@
|
|
|
1777
1854
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1778
1855
|
}
|
|
1779
1856
|
},
|
|
1780
|
-
"
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
"
|
|
1857
|
+
"_id": "n69CommonCaseManagementPatternsAreRespected",
|
|
1858
|
+
"modelCategory": "Requirements",
|
|
1859
|
+
"label": "Common case management patterns are respected",
|
|
1860
|
+
"section": {
|
|
1861
|
+
"_id": "CommonCaseManagementPatterns_Requirement",
|
|
1862
|
+
"fragment": {
|
|
1863
|
+
"text": "<p>Common case management patterns are respected</p>",
|
|
1864
|
+
"startOffset": 13,
|
|
1865
|
+
"endOffset": 58
|
|
1866
|
+
}
|
|
1785
1867
|
}
|
|
1786
1868
|
}
|
|
1787
1869
|
},
|
|
1788
1870
|
{
|
|
1789
1871
|
"concept": {
|
|
1790
|
-
"_id": "n60ProvideSystemSupportInMultipleLanguages",
|
|
1791
|
-
"modelCategory": "Requirements",
|
|
1792
|
-
"label": "Provide system support in multiple languages",
|
|
1793
1872
|
"_links": {
|
|
1794
1873
|
"self": {
|
|
1795
1874
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n60ProvideSystemSupportInMultipleLanguages"
|
|
@@ -1798,19 +1877,21 @@
|
|
|
1798
1877
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1799
1878
|
}
|
|
1800
1879
|
},
|
|
1801
|
-
"
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
"
|
|
1880
|
+
"_id": "n60ProvideSystemSupportInMultipleLanguages",
|
|
1881
|
+
"modelCategory": "Requirements",
|
|
1882
|
+
"label": "Provide system support in multiple languages",
|
|
1883
|
+
"section": {
|
|
1884
|
+
"_id": "MultilingualSupport_Requirement",
|
|
1885
|
+
"fragment": {
|
|
1886
|
+
"text": "<p>Provide system support in multiple languages.</p>",
|
|
1887
|
+
"startOffset": 13,
|
|
1888
|
+
"endOffset": 58
|
|
1889
|
+
}
|
|
1806
1890
|
}
|
|
1807
1891
|
}
|
|
1808
1892
|
},
|
|
1809
1893
|
{
|
|
1810
1894
|
"concept": {
|
|
1811
|
-
"_id": "ProvideSupportServicesForUsersEncounteringIssues",
|
|
1812
|
-
"modelCategory": "Requirements",
|
|
1813
|
-
"label": "Provide support services for users encountering issues",
|
|
1814
1895
|
"_links": {
|
|
1815
1896
|
"self": {
|
|
1816
1897
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ProvideSupportServicesForUsersEncounteringIssues"
|
|
@@ -1819,16 +1900,16 @@
|
|
|
1819
1900
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1820
1901
|
}
|
|
1821
1902
|
},
|
|
1822
|
-
"
|
|
1823
|
-
|
|
1903
|
+
"_id": "ProvideSupportServicesForUsersEncounteringIssues",
|
|
1904
|
+
"modelCategory": "Requirements",
|
|
1905
|
+
"label": "Provide support services for users encountering issues",
|
|
1906
|
+
"section": {
|
|
1907
|
+
"_id": "UserSupportAndHelpdesk_Requirement"
|
|
1824
1908
|
}
|
|
1825
1909
|
}
|
|
1826
1910
|
},
|
|
1827
1911
|
{
|
|
1828
1912
|
"concept": {
|
|
1829
|
-
"_id": "n41BusinessRulesCanEasilyBeAdapted",
|
|
1830
|
-
"modelCategory": "Requirements",
|
|
1831
|
-
"label": "Business rules can easily be adapted",
|
|
1832
1913
|
"_links": {
|
|
1833
1914
|
"self": {
|
|
1834
1915
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n41BusinessRulesCanEasilyBeAdapted"
|
|
@@ -1837,19 +1918,21 @@
|
|
|
1837
1918
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1838
1919
|
}
|
|
1839
1920
|
},
|
|
1840
|
-
"
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
"
|
|
1921
|
+
"_id": "n41BusinessRulesCanEasilyBeAdapted",
|
|
1922
|
+
"modelCategory": "Requirements",
|
|
1923
|
+
"label": "Business rules can easily be adapted",
|
|
1924
|
+
"section": {
|
|
1925
|
+
"_id": "BusinessRulesCanEasilyBeAdapted",
|
|
1926
|
+
"fragment": {
|
|
1927
|
+
"text": "<p>Business rules can easily be adapted</p>",
|
|
1928
|
+
"startOffset": 0,
|
|
1929
|
+
"endOffset": 36
|
|
1930
|
+
}
|
|
1845
1931
|
}
|
|
1846
1932
|
}
|
|
1847
1933
|
},
|
|
1848
1934
|
{
|
|
1849
1935
|
"concept": {
|
|
1850
|
-
"_id": "UsersHaveMaximumFlexibilityWithinPolicyConstraints",
|
|
1851
|
-
"modelCategory": "Requirements",
|
|
1852
|
-
"label": "Users have maximum flexibility within policy constraints",
|
|
1853
1936
|
"_links": {
|
|
1854
1937
|
"self": {
|
|
1855
1938
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/UsersHaveMaximumFlexibilityWithinPolicyConstraints"
|
|
@@ -1858,16 +1941,16 @@
|
|
|
1858
1941
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/KeySuccessFactor"
|
|
1859
1942
|
}
|
|
1860
1943
|
},
|
|
1861
|
-
"
|
|
1862
|
-
|
|
1944
|
+
"_id": "UsersHaveMaximumFlexibilityWithinPolicyConstraints",
|
|
1945
|
+
"modelCategory": "Requirements",
|
|
1946
|
+
"label": "Users have maximum flexibility within policy constraints",
|
|
1947
|
+
"section": {
|
|
1948
|
+
"_id": "MaximumFlexibilityWithinPolicyConstraints"
|
|
1863
1949
|
}
|
|
1864
1950
|
}
|
|
1865
1951
|
},
|
|
1866
1952
|
{
|
|
1867
1953
|
"concept": {
|
|
1868
|
-
"_id": "EfficientProcessingOfApplications",
|
|
1869
|
-
"modelCategory": "Requirements",
|
|
1870
|
-
"label": "Efficient processing of applications",
|
|
1871
1954
|
"_links": {
|
|
1872
1955
|
"self": {
|
|
1873
1956
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EfficientProcessingOfApplications"
|
|
@@ -1876,16 +1959,16 @@
|
|
|
1876
1959
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1877
1960
|
}
|
|
1878
1961
|
},
|
|
1879
|
-
"
|
|
1880
|
-
|
|
1962
|
+
"_id": "EfficientProcessingOfApplications",
|
|
1963
|
+
"modelCategory": "Requirements",
|
|
1964
|
+
"label": "Efficient processing of applications",
|
|
1965
|
+
"section": {
|
|
1966
|
+
"_id": "EfficientProcessOfApplications"
|
|
1881
1967
|
}
|
|
1882
1968
|
}
|
|
1883
1969
|
},
|
|
1884
1970
|
{
|
|
1885
1971
|
"concept": {
|
|
1886
|
-
"_id": "n35EnsureAccountabilityAndTraceability",
|
|
1887
|
-
"modelCategory": "Requirements",
|
|
1888
|
-
"label": "Ensure accountability and traceability",
|
|
1889
1972
|
"_links": {
|
|
1890
1973
|
"self": {
|
|
1891
1974
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n35EnsureAccountabilityAndTraceability"
|
|
@@ -1894,19 +1977,21 @@
|
|
|
1894
1977
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1895
1978
|
}
|
|
1896
1979
|
},
|
|
1897
|
-
"
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
"
|
|
1980
|
+
"_id": "n35EnsureAccountabilityAndTraceability",
|
|
1981
|
+
"modelCategory": "Requirements",
|
|
1982
|
+
"label": "Ensure accountability and traceability",
|
|
1983
|
+
"section": {
|
|
1984
|
+
"_id": "EnsureAccountabilityAndTraceability",
|
|
1985
|
+
"fragment": {
|
|
1986
|
+
"text": "<p>Ensure accountability and traceability</p>",
|
|
1987
|
+
"startOffset": 0,
|
|
1988
|
+
"endOffset": 38
|
|
1989
|
+
}
|
|
1902
1990
|
}
|
|
1903
1991
|
}
|
|
1904
1992
|
},
|
|
1905
1993
|
{
|
|
1906
1994
|
"concept": {
|
|
1907
|
-
"_id": "OfferTrainingMaterialsForNewUsersAndReviewers",
|
|
1908
|
-
"modelCategory": "Requirements",
|
|
1909
|
-
"label": "Offer training materials for new users and reviewers",
|
|
1910
1995
|
"_links": {
|
|
1911
1996
|
"self": {
|
|
1912
1997
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/OfferTrainingMaterialsForNewUsersAndReviewers"
|
|
@@ -1915,16 +2000,16 @@
|
|
|
1915
2000
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1916
2001
|
}
|
|
1917
2002
|
},
|
|
1918
|
-
"
|
|
1919
|
-
|
|
2003
|
+
"_id": "OfferTrainingMaterialsForNewUsersAndReviewers",
|
|
2004
|
+
"modelCategory": "Requirements",
|
|
2005
|
+
"label": "Offer training materials for new users and reviewers",
|
|
2006
|
+
"section": {
|
|
2007
|
+
"_id": "TrainingModules_Requirement"
|
|
1920
2008
|
}
|
|
1921
2009
|
}
|
|
1922
2010
|
},
|
|
1923
2011
|
{
|
|
1924
2012
|
"concept": {
|
|
1925
|
-
"_id": "n53AutomaticallyCheckApplicationsForComplianceWithGuidelines",
|
|
1926
|
-
"modelCategory": "Requirements",
|
|
1927
|
-
"label": "Automatically check applications for compliance with guidelines",
|
|
1928
2013
|
"_links": {
|
|
1929
2014
|
"self": {
|
|
1930
2015
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n53AutomaticallyCheckApplicationsForComplianceWithGuidelines"
|
|
@@ -1933,19 +2018,21 @@
|
|
|
1933
2018
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1934
2019
|
}
|
|
1935
2020
|
},
|
|
1936
|
-
"
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
"
|
|
2021
|
+
"_id": "n53AutomaticallyCheckApplicationsForComplianceWithGuidelines",
|
|
2022
|
+
"modelCategory": "Requirements",
|
|
2023
|
+
"label": "Automatically check applications for compliance with guidelines",
|
|
2024
|
+
"section": {
|
|
2025
|
+
"_id": "ComplianceChecks_Requirement",
|
|
2026
|
+
"fragment": {
|
|
2027
|
+
"text": "<p>Automatically check applications for compliance with guidelines.</p>",
|
|
2028
|
+
"startOffset": 13,
|
|
2029
|
+
"endOffset": 77
|
|
2030
|
+
}
|
|
1941
2031
|
}
|
|
1942
2032
|
}
|
|
1943
2033
|
},
|
|
1944
2034
|
{
|
|
1945
2035
|
"concept": {
|
|
1946
|
-
"_id": "n61AllowUsersToProvideFeedbackOnTheApplicationProcess",
|
|
1947
|
-
"modelCategory": "Requirements",
|
|
1948
|
-
"label": "Allow users to provide feedback on the application process",
|
|
1949
2036
|
"_links": {
|
|
1950
2037
|
"self": {
|
|
1951
2038
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n61AllowUsersToProvideFeedbackOnTheApplicationProcess"
|
|
@@ -1954,19 +2041,21 @@
|
|
|
1954
2041
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1955
2042
|
}
|
|
1956
2043
|
},
|
|
1957
|
-
"
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
"
|
|
2044
|
+
"_id": "n61AllowUsersToProvideFeedbackOnTheApplicationProcess",
|
|
2045
|
+
"modelCategory": "Requirements",
|
|
2046
|
+
"label": "Allow users to provide feedback on the application process",
|
|
2047
|
+
"section": {
|
|
2048
|
+
"_id": "FeedbackMechanism_Requirement",
|
|
2049
|
+
"fragment": {
|
|
2050
|
+
"text": "<p>Allow users to provide feedback on the application process.</p>",
|
|
2051
|
+
"startOffset": 13,
|
|
2052
|
+
"endOffset": 72
|
|
2053
|
+
}
|
|
1962
2054
|
}
|
|
1963
2055
|
}
|
|
1964
2056
|
},
|
|
1965
2057
|
{
|
|
1966
2058
|
"concept": {
|
|
1967
|
-
"_id": "n34EnhanceUserSatisfactionAndSystemUsability",
|
|
1968
|
-
"modelCategory": "Requirements",
|
|
1969
|
-
"label": "Enhance user satisfaction and system usability",
|
|
1970
2059
|
"_links": {
|
|
1971
2060
|
"self": {
|
|
1972
2061
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n34EnhanceUserSatisfactionAndSystemUsability"
|
|
@@ -1975,19 +2064,21 @@
|
|
|
1975
2064
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
1976
2065
|
}
|
|
1977
2066
|
},
|
|
1978
|
-
"
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
"
|
|
2067
|
+
"_id": "n34EnhanceUserSatisfactionAndSystemUsability",
|
|
2068
|
+
"modelCategory": "Requirements",
|
|
2069
|
+
"label": "Enhance user satisfaction and system usability",
|
|
2070
|
+
"section": {
|
|
2071
|
+
"_id": "EnhanceUserSatisfactionAndSystemUsability",
|
|
2072
|
+
"fragment": {
|
|
2073
|
+
"text": "<p>Enhance user satisfaction and system usability</p>",
|
|
2074
|
+
"startOffset": 0,
|
|
2075
|
+
"endOffset": 46
|
|
2076
|
+
}
|
|
1983
2077
|
}
|
|
1984
2078
|
}
|
|
1985
2079
|
},
|
|
1986
2080
|
{
|
|
1987
2081
|
"concept": {
|
|
1988
|
-
"_id": "ApplicantsMustBeAbleToTrackTheStatusOfTheirSubmissions",
|
|
1989
|
-
"modelCategory": "Requirements",
|
|
1990
|
-
"label": "Applicants must be able to track the status of their submissions.",
|
|
1991
2082
|
"_links": {
|
|
1992
2083
|
"self": {
|
|
1993
2084
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ApplicantsMustBeAbleToTrackTheStatusOfTheirSubmissions"
|
|
@@ -1996,16 +2087,16 @@
|
|
|
1996
2087
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
1997
2088
|
}
|
|
1998
2089
|
},
|
|
1999
|
-
"
|
|
2000
|
-
|
|
2090
|
+
"_id": "ApplicantsMustBeAbleToTrackTheStatusOfTheirSubmissions",
|
|
2091
|
+
"modelCategory": "Requirements",
|
|
2092
|
+
"label": "Applicants must be able to track the status of their submissions.",
|
|
2093
|
+
"section": {
|
|
2094
|
+
"_id": "ApplicationTracking_Requirement"
|
|
2001
2095
|
}
|
|
2002
2096
|
}
|
|
2003
2097
|
},
|
|
2004
2098
|
{
|
|
2005
2099
|
"concept": {
|
|
2006
|
-
"_id": "ReviewersShouldHaveAStructuredWorkflowForEvaluatingApplications",
|
|
2007
|
-
"modelCategory": "Requirements",
|
|
2008
|
-
"label": "Reviewers should have a structured workflow for evaluating applications.",
|
|
2009
2100
|
"_links": {
|
|
2010
2101
|
"self": {
|
|
2011
2102
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ReviewersShouldHaveAStructuredWorkflowForEvaluatingApplications"
|
|
@@ -2014,16 +2105,16 @@
|
|
|
2014
2105
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
2015
2106
|
}
|
|
2016
2107
|
},
|
|
2017
|
-
"
|
|
2018
|
-
|
|
2108
|
+
"_id": "ReviewersShouldHaveAStructuredWorkflowForEvaluatingApplications",
|
|
2109
|
+
"modelCategory": "Requirements",
|
|
2110
|
+
"label": "Reviewers should have a structured workflow for evaluating applications.",
|
|
2111
|
+
"section": {
|
|
2112
|
+
"_id": "ReviewWorkflowManagement_Requirement"
|
|
2019
2113
|
}
|
|
2020
2114
|
}
|
|
2021
2115
|
},
|
|
2022
2116
|
{
|
|
2023
2117
|
"concept": {
|
|
2024
|
-
"_id": "NoProperAuthenticationMechanismAvailableForApplicants",
|
|
2025
|
-
"modelCategory": "Requirements",
|
|
2026
|
-
"label": "No proper authentication mechanism available for applicants",
|
|
2027
2118
|
"_links": {
|
|
2028
2119
|
"self": {
|
|
2029
2120
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/NoProperAuthenticationMechanismAvailableForApplicants"
|
|
@@ -2032,16 +2123,16 @@
|
|
|
2032
2123
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ChallengingIssue"
|
|
2033
2124
|
}
|
|
2034
2125
|
},
|
|
2035
|
-
"
|
|
2036
|
-
|
|
2126
|
+
"_id": "NoProperAuthenticationMechanismAvailableForApplicants",
|
|
2127
|
+
"modelCategory": "Requirements",
|
|
2128
|
+
"label": "No proper authentication mechanism available for applicants",
|
|
2129
|
+
"section": {
|
|
2130
|
+
"_id": "NoProperAuthenticationMechanismAvailableApplicants"
|
|
2037
2131
|
}
|
|
2038
2132
|
}
|
|
2039
2133
|
},
|
|
2040
2134
|
{
|
|
2041
2135
|
"concept": {
|
|
2042
|
-
"_id": "n38ContinuousImprovementOfTheSystem",
|
|
2043
|
-
"modelCategory": "Requirements",
|
|
2044
|
-
"label": "Continuous improvement of the system",
|
|
2045
2136
|
"_links": {
|
|
2046
2137
|
"self": {
|
|
2047
2138
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n38ContinuousImprovementOfTheSystem"
|
|
@@ -2050,19 +2141,21 @@
|
|
|
2050
2141
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
2051
2142
|
}
|
|
2052
2143
|
},
|
|
2053
|
-
"
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
"
|
|
2144
|
+
"_id": "n38ContinuousImprovementOfTheSystem",
|
|
2145
|
+
"modelCategory": "Requirements",
|
|
2146
|
+
"label": "Continuous improvement of the system",
|
|
2147
|
+
"section": {
|
|
2148
|
+
"_id": "ContinuousImprovementOfTheSystem",
|
|
2149
|
+
"fragment": {
|
|
2150
|
+
"text": "<p>Continuous improvement of the system</p>",
|
|
2151
|
+
"startOffset": 0,
|
|
2152
|
+
"endOffset": 36
|
|
2153
|
+
}
|
|
2058
2154
|
}
|
|
2059
2155
|
}
|
|
2060
2156
|
},
|
|
2061
2157
|
{
|
|
2062
2158
|
"concept": {
|
|
2063
|
-
"_id": "n31MaintainAdherenceToFundingRules",
|
|
2064
|
-
"modelCategory": "Requirements",
|
|
2065
|
-
"label": "Maintain adherence to funding rules",
|
|
2066
2159
|
"_links": {
|
|
2067
2160
|
"self": {
|
|
2068
2161
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n31MaintainAdherenceToFundingRules"
|
|
@@ -2071,19 +2164,21 @@
|
|
|
2071
2164
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
2072
2165
|
}
|
|
2073
2166
|
},
|
|
2074
|
-
"
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
"
|
|
2167
|
+
"_id": "n31MaintainAdherenceToFundingRules",
|
|
2168
|
+
"modelCategory": "Requirements",
|
|
2169
|
+
"label": "Maintain adherence to funding rules",
|
|
2170
|
+
"section": {
|
|
2171
|
+
"_id": "MaintainAdherenceToFundingRules",
|
|
2172
|
+
"fragment": {
|
|
2173
|
+
"text": "<p>Maintain adherence to funding rules</p>",
|
|
2174
|
+
"startOffset": 0,
|
|
2175
|
+
"endOffset": 35
|
|
2176
|
+
}
|
|
2079
2177
|
}
|
|
2080
2178
|
}
|
|
2081
2179
|
},
|
|
2082
2180
|
{
|
|
2083
2181
|
"concept": {
|
|
2084
|
-
"_id": "n70DesignElementsAreTracedToTheOriginalSource",
|
|
2085
|
-
"modelCategory": "Requirements",
|
|
2086
|
-
"label": "Design elements are traced to the original source",
|
|
2087
2182
|
"_links": {
|
|
2088
2183
|
"self": {
|
|
2089
2184
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n70DesignElementsAreTracedToTheOriginalSource"
|
|
@@ -2092,19 +2187,21 @@
|
|
|
2092
2187
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
2093
2188
|
}
|
|
2094
2189
|
},
|
|
2095
|
-
"
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
"
|
|
2190
|
+
"_id": "n70DesignElementsAreTracedToTheOriginalSource",
|
|
2191
|
+
"modelCategory": "Requirements",
|
|
2192
|
+
"label": "Design elements are traced to the original source",
|
|
2193
|
+
"section": {
|
|
2194
|
+
"_id": "DesignElementsTracedToOriginalSource_Requirement",
|
|
2195
|
+
"fragment": {
|
|
2196
|
+
"text": "<p>Design elements are traced to the original source</p>",
|
|
2197
|
+
"startOffset": 13,
|
|
2198
|
+
"endOffset": 62
|
|
2199
|
+
}
|
|
2100
2200
|
}
|
|
2101
2201
|
}
|
|
2102
2202
|
},
|
|
2103
2203
|
{
|
|
2104
2204
|
"concept": {
|
|
2105
|
-
"_id": "n57ProvideSupportServicesForUsersEncounteringIssues",
|
|
2106
|
-
"modelCategory": "Requirements",
|
|
2107
|
-
"label": "Provide support services for users encountering issues",
|
|
2108
2205
|
"_links": {
|
|
2109
2206
|
"self": {
|
|
2110
2207
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n57ProvideSupportServicesForUsersEncounteringIssues"
|
|
@@ -2113,19 +2210,21 @@
|
|
|
2113
2210
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
2114
2211
|
}
|
|
2115
2212
|
},
|
|
2116
|
-
"
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
"
|
|
2213
|
+
"_id": "n57ProvideSupportServicesForUsersEncounteringIssues",
|
|
2214
|
+
"modelCategory": "Requirements",
|
|
2215
|
+
"label": "Provide support services for users encountering issues",
|
|
2216
|
+
"section": {
|
|
2217
|
+
"_id": "UserSupportAndHelpdesk_Requirement",
|
|
2218
|
+
"fragment": {
|
|
2219
|
+
"text": "<p>Provide support services for users encountering issues.</p>",
|
|
2220
|
+
"startOffset": 13,
|
|
2221
|
+
"endOffset": 68
|
|
2222
|
+
}
|
|
2121
2223
|
}
|
|
2122
2224
|
}
|
|
2123
2225
|
},
|
|
2124
2226
|
{
|
|
2125
2227
|
"concept": {
|
|
2126
|
-
"_id": "n55ProtectSensitiveApplicantDataWithRobustSecurityMeasures",
|
|
2127
|
-
"modelCategory": "Requirements",
|
|
2128
|
-
"label": "Protect sensitive applicant data with robust security measures",
|
|
2129
2228
|
"_links": {
|
|
2130
2229
|
"self": {
|
|
2131
2230
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n55ProtectSensitiveApplicantDataWithRobustSecurityMeasures"
|
|
@@ -2134,19 +2233,21 @@
|
|
|
2134
2233
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
2135
2234
|
}
|
|
2136
2235
|
},
|
|
2137
|
-
"
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
"
|
|
2236
|
+
"_id": "n55ProtectSensitiveApplicantDataWithRobustSecurityMeasures",
|
|
2237
|
+
"modelCategory": "Requirements",
|
|
2238
|
+
"label": "Protect sensitive applicant data with robust security measures",
|
|
2239
|
+
"section": {
|
|
2240
|
+
"_id": "DataSecurityAndPrivacy_Requirement",
|
|
2241
|
+
"fragment": {
|
|
2242
|
+
"text": "<p>Protect sensitive applicant data with robust security measures.</p>",
|
|
2243
|
+
"startOffset": 13,
|
|
2244
|
+
"endOffset": 76
|
|
2245
|
+
}
|
|
2142
2246
|
}
|
|
2143
2247
|
}
|
|
2144
2248
|
},
|
|
2145
2249
|
{
|
|
2146
2250
|
"concept": {
|
|
2147
|
-
"_id": "n51ImplementScoringSystemsBasedOnPredefinedCriteria",
|
|
2148
|
-
"modelCategory": "Requirements",
|
|
2149
|
-
"label": "Implement scoring systems based on predefined criteria",
|
|
2150
2251
|
"_links": {
|
|
2151
2252
|
"self": {
|
|
2152
2253
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n51ImplementScoringSystemsBasedOnPredefinedCriteria"
|
|
@@ -2155,19 +2256,21 @@
|
|
|
2155
2256
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
2156
2257
|
}
|
|
2157
2258
|
},
|
|
2158
|
-
"
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
"
|
|
2259
|
+
"_id": "n51ImplementScoringSystemsBasedOnPredefinedCriteria",
|
|
2260
|
+
"modelCategory": "Requirements",
|
|
2261
|
+
"label": "Implement scoring systems based on predefined criteria",
|
|
2262
|
+
"section": {
|
|
2263
|
+
"_id": "ScoringAndEvaluationCriteria_Requirement",
|
|
2264
|
+
"fragment": {
|
|
2265
|
+
"text": "<p>Implement scoring systems based on predefined criteria.</p>",
|
|
2266
|
+
"startOffset": 12,
|
|
2267
|
+
"endOffset": 68
|
|
2268
|
+
}
|
|
2163
2269
|
}
|
|
2164
2270
|
}
|
|
2165
2271
|
},
|
|
2166
2272
|
{
|
|
2167
2273
|
"concept": {
|
|
2168
|
-
"_id": "n27ImproveTheQualityAndConsistencyOfDecisions",
|
|
2169
|
-
"modelCategory": "Requirements",
|
|
2170
|
-
"label": "Improve the quality and consistency of decisions",
|
|
2171
2274
|
"_links": {
|
|
2172
2275
|
"self": {
|
|
2173
2276
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n27ImproveTheQualityAndConsistencyOfDecisions"
|
|
@@ -2176,19 +2279,21 @@
|
|
|
2176
2279
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
2177
2280
|
}
|
|
2178
2281
|
},
|
|
2179
|
-
"
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
"
|
|
2282
|
+
"_id": "n27ImproveTheQualityAndConsistencyOfDecisions",
|
|
2283
|
+
"modelCategory": "Requirements",
|
|
2284
|
+
"label": "Improve the quality and consistency of decisions",
|
|
2285
|
+
"section": {
|
|
2286
|
+
"_id": "ImproveTheQualityAndConsistencyOfDecisions",
|
|
2287
|
+
"fragment": {
|
|
2288
|
+
"text": "<p>Improve the quality and consistency of decisions</p>",
|
|
2289
|
+
"startOffset": 0,
|
|
2290
|
+
"endOffset": 48
|
|
2291
|
+
}
|
|
2184
2292
|
}
|
|
2185
2293
|
}
|
|
2186
2294
|
},
|
|
2187
2295
|
{
|
|
2188
2296
|
"concept": {
|
|
2189
|
-
"_id": "n66TraceabilityToTheSourceOfTheRegulationsAndPolicies",
|
|
2190
|
-
"modelCategory": "Requirements",
|
|
2191
|
-
"label": "Traceability to the source of the regulations and policies",
|
|
2192
2297
|
"_links": {
|
|
2193
2298
|
"self": {
|
|
2194
2299
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n66TraceabilityToTheSourceOfTheRegulationsAndPolicies"
|
|
@@ -2197,19 +2302,21 @@
|
|
|
2197
2302
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
2198
2303
|
}
|
|
2199
2304
|
},
|
|
2200
|
-
"
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
"
|
|
2305
|
+
"_id": "n66TraceabilityToTheSourceOfTheRegulationsAndPolicies",
|
|
2306
|
+
"modelCategory": "Requirements",
|
|
2307
|
+
"label": "Traceability to the source of the regulations and policies",
|
|
2308
|
+
"section": {
|
|
2309
|
+
"_id": "TraceabilityToTheSource_Requirement",
|
|
2310
|
+
"fragment": {
|
|
2311
|
+
"text": "<p>Traceability to the source of the regulations and policies</p>",
|
|
2312
|
+
"startOffset": 13,
|
|
2313
|
+
"endOffset": 71
|
|
2314
|
+
}
|
|
2205
2315
|
}
|
|
2206
2316
|
}
|
|
2207
2317
|
},
|
|
2208
2318
|
{
|
|
2209
2319
|
"concept": {
|
|
2210
|
-
"_id": "EnsureFinancialFeasibilityOfProjects",
|
|
2211
|
-
"modelCategory": "Requirements",
|
|
2212
|
-
"label": "Ensure financial feasibility of projects",
|
|
2213
2320
|
"_links": {
|
|
2214
2321
|
"self": {
|
|
2215
2322
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnsureFinancialFeasibilityOfProjects"
|
|
@@ -2218,16 +2325,16 @@
|
|
|
2218
2325
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
|
|
2219
2326
|
}
|
|
2220
2327
|
},
|
|
2221
|
-
"
|
|
2222
|
-
|
|
2328
|
+
"_id": "EnsureFinancialFeasibilityOfProjects",
|
|
2329
|
+
"modelCategory": "Requirements",
|
|
2330
|
+
"label": "Ensure financial feasibility of projects",
|
|
2331
|
+
"section": {
|
|
2332
|
+
"_id": "EnsureFinancialFeasibilityOfProjects"
|
|
2223
2333
|
}
|
|
2224
2334
|
}
|
|
2225
2335
|
},
|
|
2226
2336
|
{
|
|
2227
2337
|
"concept": {
|
|
2228
|
-
"_id": "n46ApplicantsShouldBeAbleToUploadSupportingDocuments",
|
|
2229
|
-
"modelCategory": "Requirements",
|
|
2230
|
-
"label": "Applicants should be able to upload supporting documents.",
|
|
2231
2338
|
"_links": {
|
|
2232
2339
|
"self": {
|
|
2233
2340
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n46ApplicantsShouldBeAbleToUploadSupportingDocuments"
|
|
@@ -2236,19 +2343,21 @@
|
|
|
2236
2343
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
|
|
2237
2344
|
}
|
|
2238
2345
|
},
|
|
2239
|
-
"
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
"
|
|
2346
|
+
"_id": "n46ApplicantsShouldBeAbleToUploadSupportingDocuments",
|
|
2347
|
+
"modelCategory": "Requirements",
|
|
2348
|
+
"label": "Applicants should be able to upload supporting documents.",
|
|
2349
|
+
"section": {
|
|
2350
|
+
"_id": "DocumentUpload_Requirement",
|
|
2351
|
+
"fragment": {
|
|
2352
|
+
"text": "<p>Applicants should be able to upload supporting documents.</p>",
|
|
2353
|
+
"startOffset": 13,
|
|
2354
|
+
"endOffset": 70
|
|
2355
|
+
}
|
|
2244
2356
|
}
|
|
2245
2357
|
}
|
|
2246
2358
|
},
|
|
2247
2359
|
{
|
|
2248
2360
|
"concept": {
|
|
2249
|
-
"_id": "n72ThereIsALackOfExperiencedBackOfficeEmployees",
|
|
2250
|
-
"modelCategory": "Requirements",
|
|
2251
|
-
"label": "There is a lack of experienced back office employees",
|
|
2252
2361
|
"_links": {
|
|
2253
2362
|
"self": {
|
|
2254
2363
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n72ThereIsALackOfExperiencedBackOfficeEmployees"
|
|
@@ -2257,19 +2366,21 @@
|
|
|
2257
2366
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ChallengingIssue"
|
|
2258
2367
|
}
|
|
2259
2368
|
},
|
|
2260
|
-
"
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
"
|
|
2369
|
+
"_id": "n72ThereIsALackOfExperiencedBackOfficeEmployees",
|
|
2370
|
+
"modelCategory": "Requirements",
|
|
2371
|
+
"label": "There is a lack of experienced back office employees",
|
|
2372
|
+
"section": {
|
|
2373
|
+
"_id": "LackExperiencedBackOfficeEmployees",
|
|
2374
|
+
"fragment": {
|
|
2375
|
+
"text": "<p>There is a lack of experienced back office employees</p>",
|
|
2376
|
+
"startOffset": 0,
|
|
2377
|
+
"endOffset": 52
|
|
2378
|
+
}
|
|
2265
2379
|
}
|
|
2266
2380
|
}
|
|
2267
2381
|
},
|
|
2268
2382
|
{
|
|
2269
2383
|
"concept": {
|
|
2270
|
-
"_id": "n73ExperiencedEmployeesAreCurrentlyAlwaysNeededToFinalizeTheResu",
|
|
2271
|
-
"modelCategory": "Requirements",
|
|
2272
|
-
"label": "Experienced employees are currently always needed to finalize the result",
|
|
2273
2384
|
"_links": {
|
|
2274
2385
|
"self": {
|
|
2275
2386
|
"href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n73ExperiencedEmployeesAreCurrentlyAlwaysNeededToFinalizeTheResu"
|
|
@@ -2278,11 +2389,16 @@
|
|
|
2278
2389
|
"href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ChallengingIssue"
|
|
2279
2390
|
}
|
|
2280
2391
|
},
|
|
2281
|
-
"
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
"
|
|
2392
|
+
"_id": "n73ExperiencedEmployeesAreCurrentlyAlwaysNeededToFinalizeTheResu",
|
|
2393
|
+
"modelCategory": "Requirements",
|
|
2394
|
+
"label": "Experienced employees are currently always needed to finalize the result",
|
|
2395
|
+
"section": {
|
|
2396
|
+
"_id": "ExperiencedEmployeesNeededFinalizeResult",
|
|
2397
|
+
"fragment": {
|
|
2398
|
+
"text": "<p>Experienced employees are currently always needed to finalize the result</p>",
|
|
2399
|
+
"startOffset": 0,
|
|
2400
|
+
"endOffset": 72
|
|
2401
|
+
}
|
|
2286
2402
|
}
|
|
2287
2403
|
}
|
|
2288
2404
|
}
|