@beinformed/ui 1.65.13 → 1.65.15

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.
Files changed (656) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/esm/hooks/useList.js +3 -1
  3. package/esm/hooks/useList.js.flow +11 -4
  4. package/esm/hooks/useList.js.map +1 -1
  5. package/esm/hooks/useModularUI.js +21 -26
  6. package/esm/hooks/useModularUI.js.flow +28 -34
  7. package/esm/hooks/useModularUI.js.map +1 -1
  8. package/esm/hooks/useModularUIBasic.js +8 -39
  9. package/esm/hooks/useModularUIBasic.js.flow +6 -42
  10. package/esm/hooks/useModularUIBasic.js.map +1 -1
  11. package/lib/hooks/useList.js +3 -1
  12. package/lib/hooks/useList.js.map +1 -1
  13. package/lib/hooks/useModularUI.js +20 -25
  14. package/lib/hooks/useModularUI.js.map +1 -1
  15. package/lib/hooks/useModularUIBasic.js +9 -39
  16. package/lib/hooks/useModularUIBasic.js.map +1 -1
  17. package/package.json +2 -3
  18. package/src/builder/__tests__/LayoutHintConfig.json +0 -20
  19. package/src/builder/__tests__/mergeLayoutHintConfigurations.spec.js +0 -71
  20. package/src/builder/__tests__/subdir/LayoutHintConfig.json +0 -20
  21. package/src/builder/index.js +0 -2
  22. package/src/builder/mergeLayoutHintConfigurations.js +0 -62
  23. package/src/constants/Constants.js +0 -196
  24. package/src/constants/LayoutHintConfig.js +0 -186
  25. package/src/constants/LayoutHints.js +0 -134
  26. package/src/constants/Settings.js +0 -267
  27. package/src/constants/index.js +0 -4
  28. package/src/exceptions/ConfigurationException.js +0 -13
  29. package/src/exceptions/FetchException.js +0 -101
  30. package/src/exceptions/IllegalArgumentException.js +0 -12
  31. package/src/exceptions/IllegalReturnException.js +0 -11
  32. package/src/exceptions/IllegalStateException.js +0 -12
  33. package/src/exceptions/JsonParseException.js +0 -12
  34. package/src/exceptions/MissingPropertyException.js +0 -13
  35. package/src/exceptions/NetworkException.js +0 -20
  36. package/src/exceptions/NotAllowedUriException.js +0 -12
  37. package/src/exceptions/NotFoundException.js +0 -20
  38. package/src/exceptions/ServerRequestException.js +0 -12
  39. package/src/exceptions/ThemePropertyException.js +0 -12
  40. package/src/exceptions/TimeoutException.js +0 -13
  41. package/src/exceptions/UnauthorizedException.js +0 -26
  42. package/src/exceptions/UnsupportedOperationException.js +0 -12
  43. package/src/exceptions/index.js +0 -16
  44. package/src/hooks/__tests__/UseModularUIModel.spec.js +0 -194
  45. package/src/hooks/__tests__/useAuthentication.spec.js +0 -166
  46. package/src/hooks/__tests__/useForm.spec.js +0 -300
  47. package/src/hooks/__tests__/useI18n.spec.js +0 -30
  48. package/src/hooks/__tests__/useModal.spec.js +0 -67
  49. package/src/hooks/__tests__/useModelCatalog.spec.js +0 -180
  50. package/src/hooks/__tests__/useModels.spec.js +0 -138
  51. package/src/hooks/__tests__/useModularUIBasic.spec.js +0 -126
  52. package/src/hooks/__tests__/useNotification.spec.js +0 -47
  53. package/src/hooks/__tests__/usePreference.spec.js +0 -72
  54. package/src/hooks/__tests__/useProgressIndicator.spec.js +0 -67
  55. package/src/hooks/index.js +0 -21
  56. package/src/hooks/useAllFormsOnModel.js +0 -92
  57. package/src/hooks/useAuthentication.js +0 -113
  58. package/src/hooks/useContent.js +0 -48
  59. package/src/hooks/useDeepCompareEffect.js +0 -50
  60. package/src/hooks/useForm.js +0 -156
  61. package/src/hooks/useI18n.js +0 -46
  62. package/src/hooks/useList.js +0 -221
  63. package/src/hooks/useLookup.js +0 -82
  64. package/src/hooks/useModal.js +0 -46
  65. package/src/hooks/useModelCatalog.js +0 -256
  66. package/src/hooks/useModels.js +0 -50
  67. package/src/hooks/useModularUI.js +0 -79
  68. package/src/hooks/useModularUIBasic.js +0 -152
  69. package/src/hooks/useModularUIKey.js +0 -14
  70. package/src/hooks/useModularUIModel.js +0 -86
  71. package/src/hooks/useModularUIRequest.js +0 -25
  72. package/src/hooks/useNotification.js +0 -48
  73. package/src/hooks/usePanel.js +0 -79
  74. package/src/hooks/usePreference.js +0 -27
  75. package/src/hooks/useProgressIndicator.js +0 -50
  76. package/src/hooks/useRouter.js +0 -70
  77. package/src/hooks/useSearch.js +0 -31
  78. package/src/i18n/Locale.js +0 -157
  79. package/src/i18n/Locales.js +0 -171
  80. package/src/i18n/Message.js +0 -66
  81. package/src/i18n/__tests__/Locale.spec.js +0 -108
  82. package/src/i18n/__tests__/Locales.spec.js +0 -137
  83. package/src/i18n/index.js +0 -12
  84. package/src/i18n/languages.js +0 -207
  85. package/src/i18n/translations/beinformed_error_messages_en.nl.js +0 -98
  86. package/src/i18n/translations/beinformed_error_messages_nl.nl.js +0 -98
  87. package/src/i18n/types.js +0 -23
  88. package/src/i18n/withMessage.js +0 -47
  89. package/src/index.js +0 -7
  90. package/src/models/__tests__/resolveModel.spec.js +0 -34
  91. package/src/models/actions/ActionCollection.js +0 -100
  92. package/src/models/actions/ActionModel.js +0 -207
  93. package/src/models/actions/__mock__/action.js +0 -35
  94. package/src/models/actions/__tests__/ActionCollection.spec.js +0 -98
  95. package/src/models/actions/__tests__/ActionModel.spec.js +0 -75
  96. package/src/models/application/ApplicationModel.js +0 -168
  97. package/src/models/application/__mock__/application.js +0 -14
  98. package/src/models/application/__mock__/contributions.json +0 -312
  99. package/src/models/application/__mock__/data.json +0 -263
  100. package/src/models/application/__tests__/Application.spec.js +0 -99
  101. package/src/models/application/__tests__/webapp.json +0 -42
  102. package/src/models/application/__tests__/webappContributions.json +0 -43
  103. package/src/models/attributes/AttributeCollection.js +0 -306
  104. package/src/models/attributes/AttributeContent.js +0 -233
  105. package/src/models/attributes/AttributeDataHelper.js +0 -323
  106. package/src/models/attributes/AttributeModel.js +0 -1021
  107. package/src/models/attributes/AttributeSetModel.js +0 -117
  108. package/src/models/attributes/BooleanAttributeModel.js +0 -319
  109. package/src/models/attributes/CaptchaAttributeModel.js +0 -51
  110. package/src/models/attributes/ChoiceAttributeModel.js +0 -520
  111. package/src/models/attributes/ChoiceAttributeOptionCollection.js +0 -372
  112. package/src/models/attributes/ChoiceAttributeOptionModel.js +0 -415
  113. package/src/models/attributes/CompositeAttributeChildCollection.js +0 -254
  114. package/src/models/attributes/CompositeAttributeModel.js +0 -439
  115. package/src/models/attributes/DatetimeAttributeModel.js +0 -566
  116. package/src/models/attributes/HelptextAttributeModel.js +0 -54
  117. package/src/models/attributes/LabelAttributeModel.js +0 -36
  118. package/src/models/attributes/MemoAttributeModel.js +0 -43
  119. package/src/models/attributes/MoneyAttributeModel.js +0 -45
  120. package/src/models/attributes/NumberAttributeModel.js +0 -255
  121. package/src/models/attributes/PasswordAttributeModel.js +0 -245
  122. package/src/models/attributes/StringAttributeModel.js +0 -314
  123. package/src/models/attributes/UploadAttributeModel.js +0 -261
  124. package/src/models/attributes/XMLAttributeModel.js +0 -51
  125. package/src/models/attributes/__mock__/_ActionFieldsContributions.json +0 -12
  126. package/src/models/attributes/__mock__/_ActionFieldsData.json +0 -7
  127. package/src/models/attributes/__mock__/_FormCollectionContribution.json +0 -419
  128. package/src/models/attributes/__mock__/_FormCollectionData.json +0 -122
  129. package/src/models/attributes/__mock__/_InstrumentQuestionContributions.json +0 -178
  130. package/src/models/attributes/__mock__/_ListAttributeContributions.json +0 -82
  131. package/src/models/attributes/__mock__/_ListAttributeData.json +0 -70
  132. package/src/models/attributes/__mock__/_ListDetailContributions.json +0 -75
  133. package/src/models/attributes/__mock__/_ListDetailData.json +0 -38
  134. package/src/models/attributes/__mock__/_TreeFormAttributeContribution.json +0 -117
  135. package/src/models/attributes/__mock__/_TreeFormAttributeData.json +0 -27
  136. package/src/models/attributes/__mock__/form.contributions.json +0 -410
  137. package/src/models/attributes/__mock__/form.data.json +0 -113
  138. package/src/models/attributes/__mock__/form.js +0 -6
  139. package/src/models/attributes/__mock__/list.contributions.json +0 -110
  140. package/src/models/attributes/__mock__/list.data.json +0 -84
  141. package/src/models/attributes/__mock__/list.js +0 -6
  142. package/src/models/attributes/__tests__/AttributeCollection.spec.js +0 -160
  143. package/src/models/attributes/__tests__/AttributeCollectionComposite.spec.js +0 -146
  144. package/src/models/attributes/__tests__/AttributeContent.spec.js +0 -225
  145. package/src/models/attributes/__tests__/AttributeDataHelper.spec.js +0 -634
  146. package/src/models/attributes/__tests__/AttributeModel.spec.js +0 -274
  147. package/src/models/attributes/__tests__/AttributeSetModel.spec.js +0 -39
  148. package/src/models/attributes/__tests__/BooleanAttributeModel.spec.js +0 -107
  149. package/src/models/attributes/__tests__/CaptchaAttributeModel.spec.js +0 -13
  150. package/src/models/attributes/__tests__/ChoiceAttributeModel.spec.js +0 -750
  151. package/src/models/attributes/__tests__/ChoiceAttributeOptionCollection.spec.js +0 -507
  152. package/src/models/attributes/__tests__/ChoiceAttributeOptionModel.spec.js +0 -107
  153. package/src/models/attributes/__tests__/CompositeAttributeModel.spec.js +0 -467
  154. package/src/models/attributes/__tests__/DateAttributeModel.spec.js +0 -134
  155. package/src/models/attributes/__tests__/DatetimeAttributeModel.spec.js +0 -206
  156. package/src/models/attributes/__tests__/DatetimeAttributeModel_offset.spec.js +0 -345
  157. package/src/models/attributes/__tests__/HelptextAttributeModel.spec.js +0 -64
  158. package/src/models/attributes/__tests__/LabelAttributeModel.spec.js +0 -13
  159. package/src/models/attributes/__tests__/LookupAttributeModel.spec.js +0 -47
  160. package/src/models/attributes/__tests__/MemoAttributeModel.spec.js +0 -28
  161. package/src/models/attributes/__tests__/MoneyAttributeModel.spec.js +0 -22
  162. package/src/models/attributes/__tests__/NumberAttributeModel.spec.js +0 -67
  163. package/src/models/attributes/__tests__/PasswordAttributeModel.spec.js +0 -49
  164. package/src/models/attributes/__tests__/StringAttributeModel.spec.js +0 -125
  165. package/src/models/attributes/__tests__/TimeAttributeModel.spec.js +0 -57
  166. package/src/models/attributes/__tests__/TimestampModel.spec.js +0 -43
  167. package/src/models/attributes/__tests__/UploadAttributeModel.spec.js +0 -67
  168. package/src/models/attributes/__tests__/XMLAttributeModel.spec.js +0 -17
  169. package/src/models/attributes/__tests__/_createAttribute.spec.js +0 -106
  170. package/src/models/attributes/__tests__/createAttributeComposite.spec.js +0 -151
  171. package/src/models/attributes/__tests__/createAttributeDynamicSchema.spec.js +0 -134
  172. package/src/models/attributes/_createAttribute.js +0 -147
  173. package/src/models/attributes/input-constraints/BSNConstraint.js +0 -80
  174. package/src/models/attributes/input-constraints/ConstraintCollection.js +0 -65
  175. package/src/models/attributes/input-constraints/ConstraintModel.js +0 -76
  176. package/src/models/attributes/input-constraints/DateBoundaryConstraint.js +0 -240
  177. package/src/models/attributes/input-constraints/DateTimeDateFormatConstraint.js +0 -72
  178. package/src/models/attributes/input-constraints/DateTimeTimeFormatConstraint.js +0 -72
  179. package/src/models/attributes/input-constraints/DatetimeFormatConstraint.js +0 -132
  180. package/src/models/attributes/input-constraints/FileExtensionConstraint.js +0 -60
  181. package/src/models/attributes/input-constraints/FileSizeConstraint.js +0 -101
  182. package/src/models/attributes/input-constraints/IBANConstraint.js +0 -46
  183. package/src/models/attributes/input-constraints/MandatoryConstraint.js +0 -54
  184. package/src/models/attributes/input-constraints/MandatoryRangeConstraint.js +0 -84
  185. package/src/models/attributes/input-constraints/NumberBoundaryConstraint.js +0 -213
  186. package/src/models/attributes/input-constraints/NumberFormatConstraint.js +0 -153
  187. package/src/models/attributes/input-constraints/NumberGroupingConstraint.js +0 -140
  188. package/src/models/attributes/input-constraints/PasswordConfirmConstraint.js +0 -68
  189. package/src/models/attributes/input-constraints/PasswordLowerAndUpperCaseConstraint.js +0 -44
  190. package/src/models/attributes/input-constraints/PasswordMinNumericCharactersConstraint.js +0 -60
  191. package/src/models/attributes/input-constraints/PasswordMinSpecialCharactersConstraint.js +0 -60
  192. package/src/models/attributes/input-constraints/PasswordThreeConsecutiveCharactersNotAllowedConstraint.js +0 -72
  193. package/src/models/attributes/input-constraints/RangeConstraint.js +0 -161
  194. package/src/models/attributes/input-constraints/RegexConstraint.js +0 -72
  195. package/src/models/attributes/input-constraints/StringLengthConstraint.js +0 -179
  196. package/src/models/attributes/input-constraints/XMLConstraint.js +0 -62
  197. package/src/models/attributes/input-constraints/__tests__/BSNConstraint.spec.js +0 -25
  198. package/src/models/attributes/input-constraints/__tests__/ConstraintCollection.spec.js +0 -9
  199. package/src/models/attributes/input-constraints/__tests__/ConstraintModel.spec.js +0 -35
  200. package/src/models/attributes/input-constraints/__tests__/DateBoundaryConstraint.spec.js +0 -117
  201. package/src/models/attributes/input-constraints/__tests__/DateTimeDateFormatConstraint.spec.js +0 -30
  202. package/src/models/attributes/input-constraints/__tests__/DateTimeTimeFormatConstraint.spec.js +0 -54
  203. package/src/models/attributes/input-constraints/__tests__/DatetimeFormatConstraint.spec.js +0 -79
  204. package/src/models/attributes/input-constraints/__tests__/FileExtensionConstraint.spec.js +0 -20
  205. package/src/models/attributes/input-constraints/__tests__/FileSizeConstraint.spec.js +0 -53
  206. package/src/models/attributes/input-constraints/__tests__/IBANConstraint.spec.js +0 -12
  207. package/src/models/attributes/input-constraints/__tests__/MandatoryConstraint.spec.js +0 -14
  208. package/src/models/attributes/input-constraints/__tests__/NumberBoundaryConstraint.spec.js +0 -46
  209. package/src/models/attributes/input-constraints/__tests__/NumberFormatConstraint.spec.js +0 -137
  210. package/src/models/attributes/input-constraints/__tests__/NumberGroupingConstraint.spec.js +0 -85
  211. package/src/models/attributes/input-constraints/__tests__/PasswordConfirmConstraint.spec.js +0 -21
  212. package/src/models/attributes/input-constraints/__tests__/PasswordLowerAndUpperCaseConstraint.spec.js +0 -14
  213. package/src/models/attributes/input-constraints/__tests__/PasswordMinNumericCharactersConstraint.spec.js +0 -11
  214. package/src/models/attributes/input-constraints/__tests__/PasswordMinSpecialCharactersConstraint.spec.js +0 -11
  215. package/src/models/attributes/input-constraints/__tests__/PasswordThreeConsecutiveCharactersNotAllowedConstraint.spec.js +0 -22
  216. package/src/models/attributes/input-constraints/__tests__/RegexConstraint.spec.js +0 -42
  217. package/src/models/attributes/input-constraints/__tests__/StringLengthConstraint.spec.js +0 -102
  218. package/src/models/attributes/input-constraints/__tests__/XMLConstraint.spec.js +0 -15
  219. package/src/models/attributes/layouthint-rules/BaseLayoutHintRule.js +0 -74
  220. package/src/models/attributes/layouthint-rules/DependentAttribute.js +0 -246
  221. package/src/models/attributes/layouthint-rules/LayoutHintRuleCollection.js +0 -101
  222. package/src/models/attributes/layouthint-rules/RemainingTotalUploadSize.js +0 -67
  223. package/src/models/attributes/layouthint-rules/__mock__/MockedCollectionFactory.js +0 -54
  224. package/src/models/attributes/layouthint-rules/__tests__/BaseLayoutHintRule.spec.js +0 -29
  225. package/src/models/attributes/layouthint-rules/__tests__/DependentAttribute.spec.js +0 -310
  226. package/src/models/attributes/layouthint-rules/__tests__/LayoutHintRuleCollection.spec.js +0 -58
  227. package/src/models/attributes/layouthint-rules/__tests__/RemainingTotalUploadSize.spec.js +0 -24
  228. package/src/models/base/BaseCollection.js +0 -191
  229. package/src/models/base/BaseModel.js +0 -155
  230. package/src/models/base/ResourceCollection.js +0 -42
  231. package/src/models/base/ResourceModel.js +0 -246
  232. package/src/models/base/__tests__/BaseCollection.spec.js +0 -108
  233. package/src/models/base/__tests__/BaseModel.spec.js +0 -85
  234. package/src/models/base/__tests__/ResourceCollection.spec.js +0 -51
  235. package/src/models/base/__tests__/ResourceModel.spec.js +0 -100
  236. package/src/models/base/__tests__/webapp.json +0 -52
  237. package/src/models/caseview/CaseViewModel.js +0 -188
  238. package/src/models/caseview/__mock__/caseview.js +0 -14
  239. package/src/models/caseview/__mock__/contributions.json +0 -146
  240. package/src/models/caseview/__mock__/data.json +0 -21
  241. package/src/models/caseview/__tests__/CaseViewModel.spec.js +0 -132
  242. package/src/models/caseview/__tests__/caseview.json +0 -49
  243. package/src/models/caseview/__tests__/caseviewContributions.json +0 -118
  244. package/src/models/caseview/__tests__/caseview_local_taskgroup.json +0 -57
  245. package/src/models/concepts/BusinessScenarioModel.js +0 -176
  246. package/src/models/concepts/ConceptDetailModel.js +0 -349
  247. package/src/models/concepts/ConceptIndexModel.js +0 -186
  248. package/src/models/concepts/ConceptLinkModel.js +0 -208
  249. package/src/models/concepts/ConceptRelationCollection.js +0 -95
  250. package/src/models/concepts/ConceptRelationModel.js +0 -129
  251. package/src/models/concepts/ConceptTypeDetailModel.js +0 -128
  252. package/src/models/concepts/SourceReferenceCollection.js +0 -40
  253. package/src/models/concepts/SourceReferenceModel.js +0 -126
  254. package/src/models/concepts/__mock__/business_scenario.js +0 -26
  255. package/src/models/concepts/__mock__/business_scenario_data.json +0 -234
  256. package/src/models/concepts/__mock__/business_scenario_step.json +0 -64
  257. package/src/models/concepts/__mock__/conceptdetail.js +0 -27
  258. package/src/models/concepts/__mock__/conceptdetail_contributions.json +0 -156
  259. package/src/models/concepts/__mock__/conceptdetail_data.json +0 -164
  260. package/src/models/concepts/__mock__/conceptindex.js +0 -15
  261. package/src/models/concepts/__mock__/conceptindex_contributions.json +0 -86
  262. package/src/models/concepts/__mock__/conceptindex_data.json +0 -329
  263. package/src/models/concepts/__mock__/concepttype.js +0 -13
  264. package/src/models/concepts/__mock__/concepttype_Calculation.json +0 -75
  265. package/src/models/concepts/__mock__/concepttype_contributions.json +0 -139
  266. package/src/models/concepts/__mock__/concepttype_data.json +0 -32
  267. package/src/models/concepts/__mock__/concepttype_hierarchy.js +0 -13
  268. package/src/models/concepts/__mock__/concepttype_hierarchy.json +0 -32
  269. package/src/models/concepts/__mock__/related_concepts.js +0 -12
  270. package/src/models/concepts/__mock__/related_concepts_contributions.json +0 -41
  271. package/src/models/concepts/__mock__/related_concepts_data.json +0 -2408
  272. package/src/models/concepts/__mock__/relation_with_props_and_tf_data.js +0 -27
  273. package/src/models/concepts/__mock__/relation_with_props_and_tf_data.json +0 -67
  274. package/src/models/concepts/__tests__/BusinessScenarioModel.spec.js +0 -28
  275. package/src/models/concepts/__tests__/ConceptDetailModel.spec.js +0 -65
  276. package/src/models/concepts/__tests__/ConceptIndexModel.spec.js +0 -42
  277. package/src/models/concepts/__tests__/ConceptLinkModel.spec.js +0 -9
  278. package/src/models/concepts/__tests__/ConceptRelationCollection.spec.js +0 -9
  279. package/src/models/concepts/__tests__/ConceptRelationModel.spec.js +0 -53
  280. package/src/models/concepts/__tests__/ConceptTypeDetailModel.spec.js +0 -31
  281. package/src/models/concepts/__tests__/RelatedConcepts.spec.js +0 -58
  282. package/src/models/concepts/__tests__/SourceReferenceCollection.spec.js +0 -9
  283. package/src/models/concepts/__tests__/SourceReferenceModel.spec.js +0 -108
  284. package/src/models/content/ContentIndexModel.js +0 -165
  285. package/src/models/content/ContentLinkModel.js +0 -308
  286. package/src/models/content/ContentModel.js +0 -227
  287. package/src/models/content/ContentTOCModel.js +0 -237
  288. package/src/models/content/ContentTypeModel.js +0 -71
  289. package/src/models/content/SectionModel.js +0 -236
  290. package/src/models/content/SubSectionModel.js +0 -181
  291. package/src/models/content/__tests__/ContentIndexModel.spec.js +0 -40
  292. package/src/models/content/__tests__/ContentLinkModel.spec.js +0 -129
  293. package/src/models/content/__tests__/ContentModel.spec.js +0 -241
  294. package/src/models/content/__tests__/Formalsource.spec.js +0 -133
  295. package/src/models/content/__tests__/content-index-contributions.json +0 -50
  296. package/src/models/content/__tests__/content-index.json +0 -164
  297. package/src/models/content/__tests__/content-with-childsections.json +0 -105
  298. package/src/models/content/__tests__/content-with-sections.json +0 -105
  299. package/src/models/content/__tests__/content-with-subsections.json +0 -119
  300. package/src/models/content/__tests__/content-with-subsections2.json +0 -79
  301. package/src/models/content/__tests__/content.json +0 -31
  302. package/src/models/content/__tests__/contributions.json +0 -84
  303. package/src/models/content/__tests__/formalsource-complete.json +0 -235
  304. package/src/models/content/__tests__/formalsource-contributions.json +0 -110
  305. package/src/models/content/__tests__/formalsource-section-contributions.json +0 -84
  306. package/src/models/content/__tests__/formalsource-section.json +0 -60
  307. package/src/models/content/__tests__/formalsource-toc.json +0 -122
  308. package/src/models/contentconfiguration/ContentConfiguration.js +0 -70
  309. package/src/models/contentconfiguration/ContentConfigurationElements.js +0 -152
  310. package/src/models/contentconfiguration/ContentConfigurationEndResults.js +0 -45
  311. package/src/models/contentconfiguration/ContentConfigurationQuestions.js +0 -60
  312. package/src/models/contentconfiguration/ContentConfigurationResults.js +0 -105
  313. package/src/models/contentconfiguration/__tests__/ContentConfigurationElements.spec.js +0 -29
  314. package/src/models/contentconfiguration/__tests__/ContentConfigurationResults.spec.js +0 -101
  315. package/src/models/detail/DetailModel.js +0 -241
  316. package/src/models/detail/__tests__/DetailModel.spec.js +0 -41
  317. package/src/models/detail/__tests__/detail.json +0 -37
  318. package/src/models/detail/__tests__/detailContributions.json +0 -124
  319. package/src/models/error/ErrorCollection.js +0 -127
  320. package/src/models/error/ErrorModel.js +0 -83
  321. package/src/models/error/ErrorResponse.js +0 -343
  322. package/src/models/error/__tests__/ErrorCollection.spec.js +0 -41
  323. package/src/models/error/__tests__/ErrorModel.spec.js +0 -24
  324. package/src/models/filters/AssignmentFilterModel.js +0 -218
  325. package/src/models/filters/BaseFilterModel.js +0 -146
  326. package/src/models/filters/ConceptIndexFilterModel.js +0 -43
  327. package/src/models/filters/FilterCollection.js +0 -227
  328. package/src/models/filters/FilterModel.js +0 -151
  329. package/src/models/filters/RangeFilterModel.js +0 -36
  330. package/src/models/filters/StringFilterModel.js +0 -167
  331. package/src/models/filters/__tests__/AssignmentFilterModel.spec.js +0 -140
  332. package/src/models/filters/__tests__/FilterCollection.spec.js +0 -68
  333. package/src/models/filters/__tests__/FilterModel.spec.js +0 -65
  334. package/src/models/filters/__tests__/RangeFilterModel.spec.js +0 -55
  335. package/src/models/filters/__tests__/ZipcodeFilter.spec.js +0 -145
  336. package/src/models/filters/__tests__/filters.json +0 -91
  337. package/src/models/filters/__tests__/filtersContributions.json +0 -110
  338. package/src/models/form/FormModel.js +0 -1280
  339. package/src/models/form/FormObjectModel.js +0 -590
  340. package/src/models/form/__mock__/contributions.json +0 -525
  341. package/src/models/form/__mock__/data.json +0 -78
  342. package/src/models/form/__mock__/form.js +0 -17
  343. package/src/models/form/__tests__/FormContributions.json +0 -495
  344. package/src/models/form/__tests__/FormContributionsUnknownRepeat.json +0 -67
  345. package/src/models/form/__tests__/FormInstrumentContributions.json +0 -183
  346. package/src/models/form/__tests__/FormModel.getters.spec.js +0 -149
  347. package/src/models/form/__tests__/FormModel.instrument.spec.js +0 -202
  348. package/src/models/form/__tests__/FormModel.repeating.spec.js +0 -65
  349. package/src/models/form/__tests__/FormModel.selfhref.spec.js +0 -84
  350. package/src/models/form/__tests__/FormModel.spec.js +0 -752
  351. package/src/models/form/__tests__/FormModel.unknown-repeat.spec.js +0 -52
  352. package/src/models/form/__tests__/FormObjectModel.spec.js +0 -180
  353. package/src/models/form/__tests__/FormResultData.spec.js +0 -86
  354. package/src/models/form/__tests__/FormValidation.spec.js +0 -79
  355. package/src/models/form/__tests__/FormValidationContributions.json +0 -45
  356. package/src/models/form/__tests__/FormValidationDataInitial.json +0 -33
  357. package/src/models/form/__tests__/FormValidationDataUpdate1.json +0 -25
  358. package/src/models/form/__tests__/FormValidationDataUpdate2.json +0 -33
  359. package/src/models/form/__tests__/FormWithContent.spec.js +0 -71
  360. package/src/models/form/__tests__/FormWithContentContributions.json +0 -242
  361. package/src/models/form/__tests__/FormWithContentData.json +0 -244
  362. package/src/models/grouping/GroupingModel.js +0 -232
  363. package/src/models/grouping/__tests__/GroupingModel.spec.js +0 -80
  364. package/src/models/href/Href.js +0 -592
  365. package/src/models/href/ListHref.js +0 -161
  366. package/src/models/href/__tests__/Href.spec.js +0 -184
  367. package/src/models/href/__tests__/ListHref.spec.js +0 -61
  368. package/src/models/href/__tests__/list.json +0 -2417
  369. package/src/models/href/__tests__/listContributions.json +0 -330
  370. package/src/models/index.js +0 -177
  371. package/src/models/layouthint/LayoutHintCollection.js +0 -116
  372. package/src/models/layouthint/__tests__/LayoutHintCollection.spec.js +0 -89
  373. package/src/models/links/LinkCollection.js +0 -169
  374. package/src/models/links/LinkModel.js +0 -246
  375. package/src/models/links/__tests__/LinkCollection.spec.js +0 -426
  376. package/src/models/links/__tests__/LinkModel.spec.js +0 -103
  377. package/src/models/links/__tests__/normalizeLinkJSON.spec.js +0 -212
  378. package/src/models/links/normalizeLinkJSON.js +0 -121
  379. package/src/models/list/ListDetailModel.js +0 -332
  380. package/src/models/list/ListHeaderModel.js +0 -96
  381. package/src/models/list/ListItemCollection.js +0 -80
  382. package/src/models/list/ListItemModel.js +0 -111
  383. package/src/models/list/ListModel.js +0 -485
  384. package/src/models/list/__mock__/caselist.contributions.json +0 -372
  385. package/src/models/list/__mock__/caselist.data.json +0 -519
  386. package/src/models/list/__mock__/caselist.js +0 -14
  387. package/src/models/list/__tests__/ListDetailModel.hierarchy.spec.js +0 -88
  388. package/src/models/list/__tests__/ListDetailModel.spec.js +0 -96
  389. package/src/models/list/__tests__/ListItemCollection.spec.js +0 -22
  390. package/src/models/list/__tests__/ListModel.spec.js +0 -152
  391. package/src/models/list/__tests__/ListResultDetail.spec.js +0 -37
  392. package/src/models/list/__tests__/caselist-34.contributions.json +0 -146
  393. package/src/models/list/__tests__/caselist-34.data.json +0 -21
  394. package/src/models/list/__tests__/hierarchy.json +0 -185
  395. package/src/models/list/__tests__/hierarchyContributions.json +0 -582
  396. package/src/models/list/__tests__/instrument-detail-contributions.json +0 -761
  397. package/src/models/list/__tests__/instrument-detail-data.json +0 -66
  398. package/src/models/list/__tests__/list.json +0 -2426
  399. package/src/models/list/__tests__/listContributions.json +0 -349
  400. package/src/models/list/__tests__/related-contributions.json +0 -42
  401. package/src/models/list/__tests__/related-data.json +0 -32
  402. package/src/models/lookup/LookupOptionCollection.js +0 -54
  403. package/src/models/lookup/LookupOptionsModel.js +0 -81
  404. package/src/models/lookup/__tests__/LookupOptionCollection.spec.js +0 -80
  405. package/src/models/lookup/__tests__/LookupOptionsModel.spec.js +0 -82
  406. package/src/models/lookup/__tests__/_LookupOptionsContributions.json +0 -29
  407. package/src/models/lookup/__tests__/_LookupOptionsData.json +0 -34
  408. package/src/models/lookup/__tests__/_LookupOptionsListContributions.json +0 -129
  409. package/src/models/lookup/__tests__/_LookupOptionsListData.json +0 -134
  410. package/src/models/lookup/__tests__/_TaxonomyAttributeData.json +0 -42
  411. package/src/models/modelcatalog/ModelCatalogModel.js +0 -73
  412. package/src/models/modelcatalog/ModelCategoryCollection.js +0 -22
  413. package/src/models/modelcatalog/ModelCategoryModel.js +0 -63
  414. package/src/models/modelcatalog/__mock__/contributions.json +0 -6
  415. package/src/models/modelcatalog/__mock__/data.json +0 -29
  416. package/src/models/modelcatalog/__mock__/modelcatalog.js +0 -14
  417. package/src/models/modelcatalog/__tests__/ModelCatalogModel.spec.js +0 -49
  418. package/src/models/paging/PagesizeModel.js +0 -50
  419. package/src/models/paging/PagingModel.js +0 -105
  420. package/src/models/paging/__tests__/PageSizeModel.spec.js +0 -31
  421. package/src/models/paging/__tests__/PagingModel.spec.js +0 -40
  422. package/src/models/paging/__tests__/list.json +0 -8
  423. package/src/models/paging/__tests__/listContributions.json +0 -7
  424. package/src/models/panels/GroupingPanelModel.js +0 -164
  425. package/src/models/panels/__tests__/GroupingPanelModel.spec.js +0 -142
  426. package/src/models/panels/__tests__/groupingPanel.json +0 -49
  427. package/src/models/panels/__tests__/groupingPanelContributions.json +0 -59
  428. package/src/models/parameter/Parameter.js +0 -117
  429. package/src/models/parameter/__tests__/Parameter.spec.js +0 -125
  430. package/src/models/process/ProcessStatusSettingsModel.js +0 -88
  431. package/src/models/process/__tests__/ProcessStatusSettingsModel.spec.js +0 -52
  432. package/src/models/resolveModel.js +0 -92
  433. package/src/models/search/CaseSearchModel.js +0 -46
  434. package/src/models/search/__tests__/CaseSearchModel.spec.js +0 -10
  435. package/src/models/sorting/SortOptionModel.js +0 -114
  436. package/src/models/sorting/SortingModel.js +0 -140
  437. package/src/models/sorting/__tests__/SortingModel.spec.js +0 -96
  438. package/src/models/tab/TabModel.js +0 -160
  439. package/src/models/tab/__mock__/contributions.json +0 -77
  440. package/src/models/tab/__mock__/data.json +0 -20
  441. package/src/models/tab/__mock__/personContributions.json +0 -35
  442. package/src/models/tab/__mock__/personData.json +0 -21
  443. package/src/models/tab/__mock__/tab.js +0 -14
  444. package/src/models/tab/__mock__/tabPerson.js +0 -14
  445. package/src/models/tab/__tests__/TabModel.spec.js +0 -72
  446. package/src/models/tab/__tests__/tab.json +0 -37
  447. package/src/models/tab/__tests__/tabContributions.json +0 -39
  448. package/src/models/taskgroup/TaskGroupCollection.js +0 -16
  449. package/src/models/taskgroup/TaskGroupModel.js +0 -102
  450. package/src/models/taskgroup/__mock__/contributions.json +0 -18
  451. package/src/models/taskgroup/__mock__/data.json +0 -21
  452. package/src/models/taskgroup/__mock__/taskgroup.js +0 -14
  453. package/src/models/taskgroup/__tests__/TaskGroupModel.spec.js +0 -26
  454. package/src/models/taskgroup/__tests__/taskgroup.json +0 -25
  455. package/src/models/taskgroup/__tests__/taskgroupContributions.json +0 -23
  456. package/src/models/types.js +0 -291
  457. package/src/models/user/UserModel.js +0 -57
  458. package/src/models/user/UserProfileModel.js +0 -54
  459. package/src/models/user/UserServicesModel.js +0 -136
  460. package/src/models/user/__mock__/contributions.json +0 -148
  461. package/src/models/user/__mock__/data.json +0 -22
  462. package/src/models/user/__tests__/UserModel.spec.js +0 -43
  463. package/src/models/user/__tests__/UserProfileModel.spec.js +0 -45
  464. package/src/models/user/__tests__/UserServicesModel.spec.js +0 -55
  465. package/src/modularui/Authenticate.js +0 -217
  466. package/src/modularui/CaptchaRequest.js +0 -104
  467. package/src/modularui/ModularUIError.js +0 -25
  468. package/src/modularui/ModularUIRequest.js +0 -872
  469. package/src/modularui/ModularUIResponse.js +0 -160
  470. package/src/modularui/UploadRequest.js +0 -151
  471. package/src/modularui/__tests__/CustomContextPath.spec.js +0 -61
  472. package/src/modularui/__tests__/ModularUIError.spec.js +0 -22
  473. package/src/modularui/__tests__/ModularUIRequest.spec.js +0 -495
  474. package/src/modularui/__tests__/contributions.json +0 -312
  475. package/src/modularui/__tests__/data.json +0 -263
  476. package/src/modularui/index.js +0 -6
  477. package/src/modularui/types.js +0 -4
  478. package/src/react/ErrorBoundary.js +0 -61
  479. package/src/react/ErrorBoundaryFallback.js +0 -46
  480. package/src/react/index.js +0 -3
  481. package/src/react/utils.js +0 -33
  482. package/src/react-client/Init.js +0 -46
  483. package/src/react-client/client.js +0 -309
  484. package/src/react-client/contextPath.js +0 -30
  485. package/src/react-client/index.js +0 -4
  486. package/src/react-client/rehydrate.js +0 -94
  487. package/src/react-server/__tests__/htmlpage.spec.js +0 -75
  488. package/src/react-server/__tests__/requestInformation.spec.js +0 -266
  489. package/src/react-server/__tests__/serverUtil.spec.js +0 -183
  490. package/src/react-server/contextPath.js +0 -8
  491. package/src/react-server/createSSRComplete.js +0 -63
  492. package/src/react-server/htmlpage.js +0 -55
  493. package/src/react-server/index.js +0 -13
  494. package/src/react-server/renderSSRComplete.js +0 -111
  495. package/src/react-server/renderSSRMinimal.js +0 -54
  496. package/src/react-server/requestInformation.js +0 -68
  497. package/src/react-server/serverNoSSR.js +0 -87
  498. package/src/react-server/serverSSR.js +0 -70
  499. package/src/react-server/serverUtil.js +0 -279
  500. package/src/react-theme/ThemeProvider.js +0 -25
  501. package/src/react-theme/__tests__/ThemeProvider.spec.js +0 -84
  502. package/src/react-theme/__tests__/createTheme.spec.js +0 -172
  503. package/src/react-theme/createTheme.js +0 -118
  504. package/src/react-theme/index.js +0 -15
  505. package/src/react-theme/types.js +0 -16
  506. package/src/react-theme/useTheme.js +0 -13
  507. package/src/react-theme/utils/__tests__/background.spec.js +0 -30
  508. package/src/react-theme/utils/__tests__/colors.spec.js +0 -30
  509. package/src/react-theme/utils/__tests__/contrast.spec.js +0 -44
  510. package/src/react-theme/utils/__tests__/corners.spec.js +0 -27
  511. package/src/react-theme/utils/__tests__/spacers.spec.js +0 -44
  512. package/src/react-theme/utils/__tests__/themeProps.spec.js +0 -72
  513. package/src/react-theme/utils/background.js +0 -20
  514. package/src/react-theme/utils/colors.js +0 -47
  515. package/src/react-theme/utils/contrast.js +0 -117
  516. package/src/react-theme/utils/corners.js +0 -37
  517. package/src/react-theme/utils/spacers.js +0 -65
  518. package/src/react-theme/utils/themeProps.js +0 -90
  519. package/src/redux/_i18n/I18nActions.js +0 -38
  520. package/src/redux/_i18n/I18nReducer.js +0 -91
  521. package/src/redux/_i18n/__tests__/actions.spec.js +0 -37
  522. package/src/redux/_i18n/__tests__/reducer.spec.js +0 -29
  523. package/src/redux/_i18n/index.js +0 -6
  524. package/src/redux/_i18n/types.js +0 -20
  525. package/src/redux/_modularui/ModularUIActions.js +0 -227
  526. package/src/redux/_modularui/ModularUIConnector.js +0 -157
  527. package/src/redux/_modularui/ModularUIMiddleware.js +0 -182
  528. package/src/redux/_modularui/ModularUIReducer.js +0 -169
  529. package/src/redux/_modularui/ModularUISelectors.js +0 -322
  530. package/src/redux/_modularui/ModularUIUtils.js +0 -96
  531. package/src/redux/_modularui/__tests__/actions.spec.js +0 -159
  532. package/src/redux/_modularui/__tests__/reducer.spec.js +0 -134
  533. package/src/redux/_modularui/__tests__/selectors.spec.js +0 -153
  534. package/src/redux/_modularui/index.js +0 -11
  535. package/src/redux/_modularui/types.js +0 -121
  536. package/src/redux/_modularui/withModularUI.js +0 -85
  537. package/src/redux/_router/RouterActions.js +0 -75
  538. package/src/redux/_router/RouterConnectors.js +0 -97
  539. package/src/redux/_router/RouterMiddleware.js +0 -37
  540. package/src/redux/_router/RouterReducer.js +0 -21
  541. package/src/redux/_router/__tests__/actions.spec.js +0 -109
  542. package/src/redux/_router/__tests__/hooks.spec.js +0 -98
  543. package/src/redux/_router/__tests__/middleware.spec.js +0 -62
  544. package/src/redux/_router/__tests__/reducer.spec.js +0 -26
  545. package/src/redux/_router/index.js +0 -8
  546. package/src/redux/_router/types.js +0 -43
  547. package/src/redux/actions/Application.js +0 -45
  548. package/src/redux/actions/Authorization.js +0 -65
  549. package/src/redux/actions/Error.js +0 -95
  550. package/src/redux/actions/Form.js +0 -42
  551. package/src/redux/actions/FormAttributeSet.js +0 -98
  552. package/src/redux/actions/FormAttributeSetRepeatable.js +0 -45
  553. package/src/redux/actions/FormAutosave.js +0 -73
  554. package/src/redux/actions/FormAutosubmit.js +0 -43
  555. package/src/redux/actions/FormAutoupdate.js +0 -47
  556. package/src/redux/actions/FormValidations.js +0 -71
  557. package/src/redux/actions/Modals.js +0 -16
  558. package/src/redux/actions/ModelCatalog.js +0 -12
  559. package/src/redux/actions/Notification.js +0 -101
  560. package/src/redux/actions/Preferences.js +0 -173
  561. package/src/redux/actions/ProgressIndicator.js +0 -39
  562. package/src/redux/actions/SignIn.js +0 -102
  563. package/src/redux/actions/SignOut.js +0 -29
  564. package/src/redux/actions/__tests__/Application.spec.js +0 -52
  565. package/src/redux/actions/__tests__/Authorization.spec.js +0 -121
  566. package/src/redux/actions/__tests__/CustomErrorResponseHandler.spec.js +0 -72
  567. package/src/redux/actions/__tests__/Error-server.spec.js +0 -134
  568. package/src/redux/actions/__tests__/Error.spec.js +0 -116
  569. package/src/redux/actions/__tests__/Form.spec.js +0 -39
  570. package/src/redux/actions/__tests__/Modals.spec.js +0 -34
  571. package/src/redux/actions/__tests__/Notification.spec.js +0 -94
  572. package/src/redux/actions/__tests__/Preferences.spec.js +0 -71
  573. package/src/redux/actions/__tests__/ProgressIndicator.spec.js +0 -53
  574. package/src/redux/actions/index.js +0 -17
  575. package/src/redux/connectors/Application.js +0 -14
  576. package/src/redux/connectors/Breadcrumb.js +0 -28
  577. package/src/redux/connectors/CaseView.js +0 -14
  578. package/src/redux/connectors/ConceptDetail.js +0 -12
  579. package/src/redux/connectors/ContentBrowser.js +0 -14
  580. package/src/redux/connectors/ContentDetail.js +0 -13
  581. package/src/redux/connectors/ContentDetailSection.js +0 -17
  582. package/src/redux/connectors/Form.js +0 -83
  583. package/src/redux/connectors/FormAttributeSet.js +0 -85
  584. package/src/redux/connectors/ListDetail.js +0 -16
  585. package/src/redux/connectors/Modal.js +0 -47
  586. package/src/redux/connectors/ModelCatalog.js +0 -14
  587. package/src/redux/connectors/Notification.js +0 -47
  588. package/src/redux/connectors/PanelRenderer.js +0 -29
  589. package/src/redux/connectors/Preferences.js +0 -53
  590. package/src/redux/connectors/Progress.js +0 -35
  591. package/src/redux/connectors/ProgressIndicator.js +0 -35
  592. package/src/redux/connectors/QuickSearch.js +0 -36
  593. package/src/redux/connectors/SignIn.js +0 -47
  594. package/src/redux/connectors/SignOut.js +0 -38
  595. package/src/redux/connectors/Tab.js +0 -14
  596. package/src/redux/connectors/index.js +0 -22
  597. package/src/redux/index.js +0 -27
  598. package/src/redux/reducers/AuthReducer.js +0 -56
  599. package/src/redux/reducers/ErrorReducer.js +0 -22
  600. package/src/redux/reducers/ModalsReducer.js +0 -58
  601. package/src/redux/reducers/ModelCatalogReducer.js +0 -34
  602. package/src/redux/reducers/NotificationReducer.js +0 -45
  603. package/src/redux/reducers/PreferencesReducer.js +0 -31
  604. package/src/redux/reducers/ProgressIndicatorReducer.js +0 -60
  605. package/src/redux/reducers/__tests__/AuthReducer.spec.js +0 -95
  606. package/src/redux/reducers/__tests__/ErrorReducer.spec.js +0 -17
  607. package/src/redux/reducers/__tests__/ModalsReducer.spec.js +0 -34
  608. package/src/redux/reducers/__tests__/ModelCatalogReducer.spec.js +0 -23
  609. package/src/redux/reducers/__tests__/NotificationReducer.spec.js +0 -53
  610. package/src/redux/reducers/__tests__/PreferencesReducer.spec.js +0 -31
  611. package/src/redux/reducers/__tests__/ProgressIndicatorReducer.spec.js +0 -82
  612. package/src/redux/reducers/createReducer.js +0 -55
  613. package/src/redux/reducers/index.js +0 -10
  614. package/src/redux/selectors/i18n.js +0 -15
  615. package/src/redux/selectors/index.js +0 -3
  616. package/src/redux/selectors/modelcatalog.js +0 -11
  617. package/src/redux/store/__tests__/beforeRenderHooks.spec.js +0 -13
  618. package/src/redux/store/beforeRenderHooks.js +0 -26
  619. package/src/redux/store/configureStore.js +0 -59
  620. package/src/redux/types.js +0 -241
  621. package/src/utils/browser/Cache.js +0 -157
  622. package/src/utils/browser/Cookies.js +0 -44
  623. package/src/utils/browser/__tests__/Cookies.spec.js +0 -51
  624. package/src/utils/datetime/DateTimeUtil.js +0 -858
  625. package/src/utils/datetime/__tests__/DateTime.spec.js +0 -873
  626. package/src/utils/datetime/__tests__/DateTimeFormat.spec.js +0 -146
  627. package/src/utils/fetch/__mocks__/applicationContributions.json +0 -323
  628. package/src/utils/fetch/__mocks__/applicationData.json +0 -216
  629. package/src/utils/fetch/__mocks__/formContributions.json +0 -527
  630. package/src/utils/fetch/__mocks__/formData.json +0 -21
  631. package/src/utils/fetch/__mocks__/universalFetch.js +0 -38
  632. package/src/utils/fetch/__tests__/xhr.spec.js +0 -281
  633. package/src/utils/fetch/serverFetch.js +0 -33
  634. package/src/utils/fetch/types.js +0 -46
  635. package/src/utils/fetch/universalFetch.js +0 -106
  636. package/src/utils/fetch/xhr.js +0 -409
  637. package/src/utils/helpers/__tests__/checkResource.spec.js +0 -60
  638. package/src/utils/helpers/__tests__/createHash.spec.js +0 -11
  639. package/src/utils/helpers/__tests__/createHref.spec.js +0 -39
  640. package/src/utils/helpers/__tests__/objects.spec.js +0 -50
  641. package/src/utils/helpers/__tests__/sanitizeHTML.spec.js +0 -69
  642. package/src/utils/helpers/checkResource.js +0 -43
  643. package/src/utils/helpers/createHash.js +0 -28
  644. package/src/utils/helpers/createHref.js +0 -117
  645. package/src/utils/helpers/createUUID.js +0 -13
  646. package/src/utils/helpers/index.js +0 -9
  647. package/src/utils/helpers/objects.js +0 -33
  648. package/src/utils/helpers/repositoryResource.js +0 -22
  649. package/src/utils/helpers/sanitizeHtml.js +0 -55
  650. package/src/utils/helpers/text.js +0 -23
  651. package/src/utils/index.js +0 -22
  652. package/src/utils/number/DecimalFormat.js +0 -410
  653. package/src/utils/number/__tests__/formatValue.spec.js +0 -36
  654. package/src/utils/number/__tests__/parseNumbers.spec.js +0 -50
  655. package/src/utils/number/formatValue.js +0 -60
  656. package/src/utils/number/parseNumbers.js +0 -94
@@ -1,2408 +0,0 @@
1
- {
2
- "relatedConcepts": {
3
- "_links": {
4
- "self": {
5
- "href": "/content/bundle-com.beinformed.source.Highlevelrequirements/ResearchGrant/High%20level%20requirements.formalsource/relatedConcepts"
6
- },
7
- "api_doc": {
8
- "href": "/api-docs/v3/content/(content-identifier)/relatedConcepts"
9
- },
10
- "contributions": {
11
- "href": "/contributions/content/(content-identifier)/relatedConcepts"
12
- }
13
- },
14
- "filter": {
15
- "entryDate": {
16
- "param": "entryDate",
17
- "name": "entryDate",
18
- "value": "2025-06-04"
19
- },
20
- "modelCategory": {
21
- "param": "modelCategory",
22
- "name": "modelCategory"
23
- }
24
- },
25
- "_embedded": {
26
- "results": [
27
- {
28
- "concept": {
29
- "_links": {
30
- "self": {
31
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/SystemMustSendAutomatedNotificationsForStatusChanges"
32
- },
33
- "concepttype": {
34
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
35
- }
36
- },
37
- "_id": "SystemMustSendAutomatedNotificationsForStatusChanges",
38
- "modelCategory": "Requirements",
39
- "label": "System must send automated notifications for status changes.",
40
- "section": {
41
- "_id": "AutomatedNotifications_Requirement"
42
- }
43
- }
44
- },
45
- {
46
- "concept": {
47
- "_links": {
48
- "self": {
49
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n74UsersHaveMaximumFlexibilityWithinPolicyConstraints"
50
- },
51
- "concepttype": {
52
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/KeySuccessFactor"
53
- }
54
- },
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
- }
65
- }
66
- }
67
- },
68
- {
69
- "concept": {
70
- "_links": {
71
- "self": {
72
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnsureDataIntegrityAndApplicantTrust"
73
- },
74
- "concepttype": {
75
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
76
- }
77
- },
78
- "_id": "EnsureDataIntegrityAndApplicantTrust",
79
- "modelCategory": "Requirements",
80
- "label": "Ensure data integrity and applicant trust",
81
- "section": {
82
- "_id": "EnsureDataIntegrityAndApplicantTrust"
83
- }
84
- }
85
- },
86
- {
87
- "concept": {
88
- "_links": {
89
- "self": {
90
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n26StreamlineTheReviewProcess"
91
- },
92
- "concepttype": {
93
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
94
- }
95
- },
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
- }
106
- }
107
- }
108
- },
109
- {
110
- "concept": {
111
- "_links": {
112
- "self": {
113
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n56AllowIntegrationWithOtherSystemsEGUniversityDatabases"
114
- },
115
- "concepttype": {
116
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
117
- }
118
- },
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
- }
129
- }
130
- }
131
- },
132
- {
133
- "concept": {
134
- "_links": {
135
- "self": {
136
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/RulesAreCorrectlyAppliedToReachDecisionsOfEligibilityAndAmountOf"
137
- },
138
- "concepttype": {
139
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
140
- }
141
- },
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"
147
- }
148
- }
149
- },
150
- {
151
- "concept": {
152
- "_links": {
153
- "self": {
154
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/FacilitateData_drivenDecision_making"
155
- },
156
- "concepttype": {
157
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
158
- }
159
- },
160
- "_id": "FacilitateData_drivenDecision_making",
161
- "modelCategory": "Requirements",
162
- "label": "Facilitate data-driven decision-making",
163
- "section": {
164
- "_id": "FacilitateDataDrivenDecisionMaking"
165
- }
166
- }
167
- },
168
- {
169
- "concept": {
170
- "_links": {
171
- "self": {
172
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n52EnableApplicantsToCalculateAndSubmitDetailedBudgets"
173
- },
174
- "concepttype": {
175
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
176
- }
177
- },
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
- }
188
- }
189
- }
190
- },
191
- {
192
- "concept": {
193
- "_links": {
194
- "self": {
195
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/PositiveApplicationExperienceForApplicantAndCaseHandler"
196
- },
197
- "concepttype": {
198
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
199
- }
200
- },
201
- "_id": "PositiveApplicationExperienceForApplicantAndCaseHandler",
202
- "modelCategory": "Requirements",
203
- "label": "Positive application experience for applicant and case handler",
204
- "section": {
205
- "_id": "PositiveApplicationExperienceForApplicantAndCaseHandler"
206
- }
207
- }
208
- },
209
- {
210
- "concept": {
211
- "_links": {
212
- "self": {
213
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n67BuildARegisterOfApplicants"
214
- },
215
- "concepttype": {
216
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
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
- }
229
- }
230
- }
231
- },
232
- {
233
- "concept": {
234
- "_links": {
235
- "self": {
236
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/AllowIntegrationWithOtherSystemsEgUniversityDatabases"
237
- },
238
- "concepttype": {
239
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
240
- }
241
- },
242
- "_id": "AllowIntegrationWithOtherSystemsEgUniversityDatabases",
243
- "modelCategory": "Requirements",
244
- "label": "Allow integration with other systems (e.g., university databases)",
245
- "section": {
246
- "_id": "IntegrationWithExternalSystems_Requirement"
247
- }
248
- }
249
- },
250
- {
251
- "concept": {
252
- "_links": {
253
- "self": {
254
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n42PositiveApplicationExperienceForApplicantAndCaseHandler"
255
- },
256
- "concepttype": {
257
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
258
- }
259
- },
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
- }
270
- }
271
- }
272
- },
273
- {
274
- "concept": {
275
- "_links": {
276
- "self": {
277
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n58MaintainLogsOfAllActionsAndChangesWithinTheSystem"
278
- },
279
- "concepttype": {
280
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
281
- }
282
- },
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
- }
293
- }
294
- }
295
- },
296
- {
297
- "concept": {
298
- "_links": {
299
- "self": {
300
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n28EnsureObjectiveAndFairAssessments"
301
- },
302
- "concepttype": {
303
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
304
- }
305
- },
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
- }
316
- }
317
- }
318
- },
319
- {
320
- "concept": {
321
- "_links": {
322
- "self": {
323
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/CorporateComplianceOfLawsAndRegulationsSatisfied"
324
- },
325
- "concepttype": {
326
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
327
- }
328
- },
329
- "_id": "CorporateComplianceOfLawsAndRegulationsSatisfied",
330
- "modelCategory": "Requirements",
331
- "label": "Corporate compliance of laws and regulations satisfied",
332
- "section": {
333
- "_id": "CorporateComplianceOfLawsAndRegulationsSatisfied"
334
- }
335
- }
336
- },
337
- {
338
- "concept": {
339
- "_links": {
340
- "self": {
341
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/UsersMustBeAbleToCreateAccountsAndSecurelyLogIn"
342
- },
343
- "concepttype": {
344
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
345
- }
346
- },
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"
352
- }
353
- }
354
- },
355
- {
356
- "concept": {
357
- "_links": {
358
- "self": {
359
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n43CorporateComplianceOfLawsAndRegulationsSatisfied"
360
- },
361
- "concepttype": {
362
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
363
- }
364
- },
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
- }
375
- }
376
- }
377
- },
378
- {
379
- "concept": {
380
- "_links": {
381
- "self": {
382
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n65JuniorEmployeesAlreadyPrepareTheDecisionButEspeciallyExceptio"
383
- },
384
- "concepttype": {
385
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
386
- }
387
- },
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
- }
398
- }
399
- }
400
- },
401
- {
402
- "concept": {
403
- "_links": {
404
- "self": {
405
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n37CaterToADiverseUserBase"
406
- },
407
- "concepttype": {
408
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
409
- }
410
- },
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
- }
421
- }
422
- }
423
- },
424
- {
425
- "concept": {
426
- "_links": {
427
- "self": {
428
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ProtectSensitiveApplicantDataWithRobustSecurityMeasures"
429
- },
430
- "concepttype": {
431
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
432
- }
433
- },
434
- "_id": "ProtectSensitiveApplicantDataWithRobustSecurityMeasures",
435
- "modelCategory": "Requirements",
436
- "label": "Protect sensitive applicant data with robust security measures",
437
- "section": {
438
- "_id": "DataSecurityAndPrivacy_Requirement"
439
- }
440
- }
441
- },
442
- {
443
- "concept": {
444
- "_links": {
445
- "self": {
446
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n71NoProperAuthenticationMechanismAvailableForApplicants"
447
- },
448
- "concepttype": {
449
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ChallengingIssue"
450
- }
451
- },
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
- }
462
- }
463
- }
464
- },
465
- {
466
- "concept": {
467
- "_links": {
468
- "self": {
469
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/AutomaticallyCheckApplicationsForComplianceWithGuidelines"
470
- },
471
- "concepttype": {
472
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
473
- }
474
- },
475
- "_id": "AutomaticallyCheckApplicationsForComplianceWithGuidelines",
476
- "modelCategory": "Requirements",
477
- "label": "Automatically check applications for compliance with guidelines",
478
- "section": {
479
- "_id": "ComplianceChecks_Requirement"
480
- }
481
- }
482
- },
483
- {
484
- "concept": {
485
- "_links": {
486
- "self": {
487
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/FlexibilityInHandlingVariousFundingPrograms"
488
- },
489
- "concepttype": {
490
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
491
- }
492
- },
493
- "_id": "FlexibilityInHandlingVariousFundingPrograms",
494
- "modelCategory": "Requirements",
495
- "label": "Flexibility in handling various funding programs",
496
- "section": {
497
- "_id": "FlexibilityInHandlingVariousFundingPrograms"
498
- }
499
- }
500
- },
501
- {
502
- "concept": {
503
- "_links": {
504
- "self": {
505
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n25KeepApplicantsInformedAndEngaged"
506
- },
507
- "concepttype": {
508
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
509
- }
510
- },
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
- }
521
- }
522
- }
523
- },
524
- {
525
- "concept": {
526
- "_links": {
527
- "self": {
528
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/MaintainAdherenceToFundingRules"
529
- },
530
- "concepttype": {
531
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
532
- }
533
- },
534
- "_id": "MaintainAdherenceToFundingRules",
535
- "modelCategory": "Requirements",
536
- "label": "Maintain adherence to funding rules",
537
- "section": {
538
- "_id": "MaintainAdherenceToFundingRules"
539
- }
540
- }
541
- },
542
- {
543
- "concept": {
544
- "_links": {
545
- "self": {
546
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n36IncreaseAccessibilityAndConvenience"
547
- },
548
- "concepttype": {
549
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
550
- }
551
- },
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
- }
562
- }
563
- }
564
- },
565
- {
566
- "concept": {
567
- "_links": {
568
- "self": {
569
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/StreamlineTheReviewProcess"
570
- },
571
- "concepttype": {
572
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
573
- }
574
- },
575
- "_id": "StreamlineTheReviewProcess",
576
- "modelCategory": "Requirements",
577
- "label": "Streamline the review process",
578
- "section": {
579
- "_id": "StreamlineTheReviewProcess"
580
- }
581
- }
582
- },
583
- {
584
- "concept": {
585
- "_links": {
586
- "self": {
587
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n50ProvideToolsToAssistReviewersInDecision_making"
588
- },
589
- "concepttype": {
590
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
591
- }
592
- },
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
- }
603
- }
604
- }
605
- },
606
- {
607
- "concept": {
608
- "_links": {
609
- "self": {
610
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnableApplicantsToCalculateAndSubmitDetailedBudgets"
611
- },
612
- "concepttype": {
613
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
614
- }
615
- },
616
- "_id": "EnableApplicantsToCalculateAndSubmitDetailedBudgets",
617
- "modelCategory": "Requirements",
618
- "label": "Enable applicants to calculate and submit detailed budgets.",
619
- "section": {
620
- "_id": "BudgetCalculation_Requirement"
621
- }
622
- }
623
- },
624
- {
625
- "concept": {
626
- "_links": {
627
- "self": {
628
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n45ApplicantsMustBeAbleToSubmitDetailedProjectProposals"
629
- },
630
- "concepttype": {
631
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
632
- }
633
- },
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
- }
644
- }
645
- }
646
- },
647
- {
648
- "concept": {
649
- "_links": {
650
- "self": {
651
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/DesignElementsAreTracedToTheOriginalSource"
652
- },
653
- "concepttype": {
654
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
655
- }
656
- },
657
- "_id": "DesignElementsAreTracedToTheOriginalSource",
658
- "modelCategory": "Requirements",
659
- "label": "Design elements are traced to the original source",
660
- "section": {
661
- "_id": "DesignElementsTracedToOriginalSource_Requirement"
662
- }
663
- }
664
- },
665
- {
666
- "concept": {
667
- "_links": {
668
- "self": {
669
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n62OfferTrainingMaterialsForNewUsersAndReviewers"
670
- },
671
- "concepttype": {
672
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
673
- }
674
- },
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
- }
685
- }
686
- }
687
- },
688
- {
689
- "concept": {
690
- "_links": {
691
- "self": {
692
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/BuildARegisterOfApplicants"
693
- },
694
- "concepttype": {
695
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
696
- }
697
- },
698
- "_id": "BuildARegisterOfApplicants",
699
- "modelCategory": "Requirements",
700
- "label": "Build a register of applicants",
701
- "section": {
702
- "_id": "RegisterOfApplicants_Requirement"
703
- }
704
- }
705
- },
706
- {
707
- "concept": {
708
- "_links": {
709
- "self": {
710
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n24EnhanceTransparencyAndCommunication"
711
- },
712
- "concepttype": {
713
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
714
- }
715
- },
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
- }
726
- }
727
- }
728
- },
729
- {
730
- "concept": {
731
- "_links": {
732
- "self": {
733
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n40FlexibilityInHandlingVariousFundingPrograms"
734
- },
735
- "concepttype": {
736
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
737
- }
738
- },
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
- }
749
- }
750
- }
751
- },
752
- {
753
- "concept": {
754
- "_links": {
755
- "self": {
756
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnhanceTransparencyAndCommunication"
757
- },
758
- "concepttype": {
759
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
760
- }
761
- },
762
- "_id": "EnhanceTransparencyAndCommunication",
763
- "modelCategory": "Requirements",
764
- "label": "Enhance transparency and communication",
765
- "section": {
766
- "_id": "EnhanceTransparencyAndCommunication"
767
- }
768
- }
769
- },
770
- {
771
- "concept": {
772
- "_links": {
773
- "self": {
774
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ApplicantsShouldBeAbleToUploadSupportingDocuments"
775
- },
776
- "concepttype": {
777
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
778
- }
779
- },
780
- "_id": "ApplicantsShouldBeAbleToUploadSupportingDocuments",
781
- "modelCategory": "Requirements",
782
- "label": "Applicants should be able to upload supporting documents.",
783
- "section": {
784
- "_id": "DocumentUpload_Requirement"
785
- }
786
- }
787
- },
788
- {
789
- "concept": {
790
- "_links": {
791
- "self": {
792
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/StreamlineDataExchangeAndReduceRedundancy"
793
- },
794
- "concepttype": {
795
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
796
- }
797
- },
798
- "_id": "StreamlineDataExchangeAndReduceRedundancy",
799
- "modelCategory": "Requirements",
800
- "label": "Streamline data exchange and reduce redundancy",
801
- "section": {
802
- "_id": "StreamlineDataExchangeAndReduceRedundancy"
803
- }
804
- }
805
- },
806
- {
807
- "concept": {
808
- "_links": {
809
- "self": {
810
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n59EnsureTheSystemIsAccessibleOnMobileDevices"
811
- },
812
- "concepttype": {
813
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
814
- }
815
- },
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
- }
826
- }
827
- }
828
- },
829
- {
830
- "concept": {
831
- "_links": {
832
- "self": {
833
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ImplementScoringSystemsBasedOnPredefinedCriteria"
834
- },
835
- "concepttype": {
836
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
837
- }
838
- },
839
- "_id": "ImplementScoringSystemsBasedOnPredefinedCriteria",
840
- "modelCategory": "Requirements",
841
- "label": "Implement scoring systems based on predefined criteria",
842
- "section": {
843
- "_id": "ScoringAndEvaluationCriteria_Requirement"
844
- }
845
- }
846
- },
847
- {
848
- "concept": {
849
- "_links": {
850
- "self": {
851
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/TraceabilityToTheSourceOfTheRegulationsAndPolicies"
852
- },
853
- "concepttype": {
854
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
855
- }
856
- },
857
- "_id": "TraceabilityToTheSourceOfTheRegulationsAndPolicies",
858
- "modelCategory": "Requirements",
859
- "label": "Traceability to the source of the regulations and policies",
860
- "section": {
861
- "_id": "TraceabilityToTheSource_Requirement"
862
- }
863
- }
864
- },
865
- {
866
- "concept": {
867
- "_links": {
868
- "self": {
869
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/BusinessRulesCanEasilyBeAdapted"
870
- },
871
- "concepttype": {
872
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
873
- }
874
- },
875
- "_id": "BusinessRulesCanEasilyBeAdapted",
876
- "modelCategory": "Requirements",
877
- "label": "Business rules can easily be adapted",
878
- "section": {
879
- "_id": "BusinessRulesCanEasilyBeAdapted"
880
- }
881
- }
882
- },
883
- {
884
- "concept": {
885
- "_links": {
886
- "self": {
887
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnhanceUserSatisfactionAndSystemUsability"
888
- },
889
- "concepttype": {
890
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
891
- }
892
- },
893
- "_id": "EnhanceUserSatisfactionAndSystemUsability",
894
- "modelCategory": "Requirements",
895
- "label": "Enhance user satisfaction and system usability",
896
- "section": {
897
- "_id": "EnhanceUserSatisfactionAndSystemUsability"
898
- }
899
- }
900
- },
901
- {
902
- "concept": {
903
- "_links": {
904
- "self": {
905
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n32FacilitateData_drivenDecision_making"
906
- },
907
- "concepttype": {
908
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
909
- }
910
- },
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
- }
921
- }
922
- }
923
- },
924
- {
925
- "concept": {
926
- "_links": {
927
- "self": {
928
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/MaintainLogsOfAllActionsAndChangesWithinTheSystem"
929
- },
930
- "concepttype": {
931
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
932
- }
933
- },
934
- "_id": "MaintainLogsOfAllActionsAndChangesWithinTheSystem",
935
- "modelCategory": "Requirements",
936
- "label": "Maintain logs of all actions and changes within the system",
937
- "section": {
938
- "_id": "AuditTrails_Requirement"
939
- }
940
- }
941
- },
942
- {
943
- "concept": {
944
- "_links": {
945
- "self": {
946
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/TheOutcomeMustBeExplainedInNauturalLanguage"
947
- },
948
- "concepttype": {
949
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/KeySuccessFactor"
950
- }
951
- },
952
- "_id": "TheOutcomeMustBeExplainedInNauturalLanguage",
953
- "modelCategory": "Requirements",
954
- "label": "The outcome must be explained in nautural language",
955
- "section": {
956
- "_id": "OutcomeExplainedInNaturalLanguage"
957
- }
958
- }
959
- },
960
- {
961
- "concept": {
962
- "_links": {
963
- "self": {
964
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n64InTheBackOfficeDepartmentThisIncludesLessThanTenEmployeesWith"
965
- },
966
- "concepttype": {
967
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
968
- }
969
- },
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
- }
980
- }
981
- }
982
- },
983
- {
984
- "concept": {
985
- "_links": {
986
- "self": {
987
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/TheApplicationFunctionalityIsEasilyRecognizableForBackOfficeEmpl"
988
- },
989
- "concepttype": {
990
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/KeySuccessFactor"
991
- }
992
- },
993
- "_id": "TheApplicationFunctionalityIsEasilyRecognizableForBackOfficeEmpl",
994
- "modelCategory": "Requirements",
995
- "label": "The application functionality is easily recognizable for back office employees",
996
- "section": {
997
- "_id": "EasilyRecognizableBackOfficeEmployees"
998
- }
999
- }
1000
- },
1001
- {
1002
- "concept": {
1003
- "_links": {
1004
- "self": {
1005
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/CommonCaseManagementPatternsAreRespected"
1006
- },
1007
- "concepttype": {
1008
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1009
- }
1010
- },
1011
- "_id": "CommonCaseManagementPatternsAreRespected",
1012
- "modelCategory": "Requirements",
1013
- "label": "Common case management patterns are respected",
1014
- "section": {
1015
- "_id": "CommonCaseManagementPatterns_Requirement"
1016
- }
1017
- }
1018
- },
1019
- {
1020
- "concept": {
1021
- "_links": {
1022
- "self": {
1023
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/FacilitateAccessAndPersonalizeUserExperience"
1024
- },
1025
- "concepttype": {
1026
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1027
- }
1028
- },
1029
- "_id": "FacilitateAccessAndPersonalizeUserExperience",
1030
- "modelCategory": "Requirements",
1031
- "label": "Facilitate access and personalize user experience",
1032
- "section": {
1033
- "_id": "FacilitateAccessAndPersonalizeUserExperience"
1034
- }
1035
- }
1036
- },
1037
- {
1038
- "concept": {
1039
- "_links": {
1040
- "self": {
1041
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n76TheApplicationFunctionalityIsEasilyRecognizableForBackOfficeE"
1042
- },
1043
- "concepttype": {
1044
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/KeySuccessFactor"
1045
- }
1046
- },
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
- }
1057
- }
1058
- }
1059
- },
1060
- {
1061
- "concept": {
1062
- "_links": {
1063
- "self": {
1064
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ExperiencedEmployeesAreCurrentlyAlwaysNeededToFinalizeTheResult"
1065
- },
1066
- "concepttype": {
1067
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ChallengingIssue"
1068
- }
1069
- },
1070
- "_id": "ExperiencedEmployeesAreCurrentlyAlwaysNeededToFinalizeTheResult",
1071
- "modelCategory": "Requirements",
1072
- "label": "Experienced employees are currently always needed to finalize the result",
1073
- "section": {
1074
- "_id": "ExperiencedEmployeesNeededFinalizeResult"
1075
- }
1076
- }
1077
- },
1078
- {
1079
- "concept": {
1080
- "_links": {
1081
- "self": {
1082
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n20TransparentAndCompliantDecisions"
1083
- },
1084
- "concepttype": {
1085
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1086
- }
1087
- },
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
- }
1098
- }
1099
- }
1100
- },
1101
- {
1102
- "concept": {
1103
- "_links": {
1104
- "self": {
1105
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n47ApplicantsMustBeAbleToTrackTheStatusOfTheirSubmissions"
1106
- },
1107
- "concepttype": {
1108
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1109
- }
1110
- },
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
- }
1121
- }
1122
- }
1123
- },
1124
- {
1125
- "concept": {
1126
- "_links": {
1127
- "self": {
1128
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/AllowCustomizationOfApplicationFormsForDifferentGrants"
1129
- },
1130
- "concepttype": {
1131
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1132
- }
1133
- },
1134
- "_id": "AllowCustomizationOfApplicationFormsForDifferentGrants",
1135
- "modelCategory": "Requirements",
1136
- "label": "Allow customization of application forms for different grants",
1137
- "section": {
1138
- "_id": "CustomizableApplicationForms_Requirement"
1139
- }
1140
- }
1141
- },
1142
- {
1143
- "concept": {
1144
- "_links": {
1145
- "self": {
1146
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/AllowUsersToProvideFeedbackOnTheApplicationProcess"
1147
- },
1148
- "concepttype": {
1149
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1150
- }
1151
- },
1152
- "_id": "AllowUsersToProvideFeedbackOnTheApplicationProcess",
1153
- "modelCategory": "Requirements",
1154
- "label": "Allow users to provide feedback on the application process",
1155
- "section": {
1156
- "_id": "FeedbackMechanism_Requirement"
1157
- }
1158
- }
1159
- },
1160
- {
1161
- "concept": {
1162
- "_links": {
1163
- "self": {
1164
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n44UsersMustBeAbleToCreateAccountsAndSecurelyLogIn"
1165
- },
1166
- "concepttype": {
1167
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1168
- }
1169
- },
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
- }
1180
- }
1181
- }
1182
- },
1183
- {
1184
- "concept": {
1185
- "_links": {
1186
- "self": {
1187
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n49ReviewersShouldHaveAStructuredWorkflowForEvaluatingApplicatio"
1188
- },
1189
- "concepttype": {
1190
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1191
- }
1192
- },
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
- }
1203
- }
1204
- }
1205
- },
1206
- {
1207
- "concept": {
1208
- "_links": {
1209
- "self": {
1210
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n21FacilitateAccessAndPersonalizeUserExperience"
1211
- },
1212
- "concepttype": {
1213
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1214
- }
1215
- },
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
- }
1226
- }
1227
- }
1228
- },
1229
- {
1230
- "concept": {
1231
- "_links": {
1232
- "self": {
1233
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n29EnsureDataIntegrityAndApplicantTrust"
1234
- },
1235
- "concepttype": {
1236
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1237
- }
1238
- },
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
- }
1249
- }
1250
- }
1251
- },
1252
- {
1253
- "concept": {
1254
- "_links": {
1255
- "self": {
1256
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ContinuousImprovementOfTheSystem"
1257
- },
1258
- "concepttype": {
1259
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1260
- }
1261
- },
1262
- "_id": "ContinuousImprovementOfTheSystem",
1263
- "modelCategory": "Requirements",
1264
- "label": "Continuous improvement of the system",
1265
- "section": {
1266
- "_id": "ContinuousImprovementOfTheSystem"
1267
- }
1268
- }
1269
- },
1270
- {
1271
- "concept": {
1272
- "_links": {
1273
- "self": {
1274
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ProvideSystemSupportInMultipleLanguages"
1275
- },
1276
- "concepttype": {
1277
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1278
- }
1279
- },
1280
- "_id": "ProvideSystemSupportInMultipleLanguages",
1281
- "modelCategory": "Requirements",
1282
- "label": "Provide system support in multiple languages",
1283
- "section": {
1284
- "_id": "MultilingualSupport_Requirement"
1285
- }
1286
- }
1287
- },
1288
- {
1289
- "concept": {
1290
- "_links": {
1291
- "self": {
1292
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ApplicantsMustBeAbleToSubmitDetailedProjectProposals"
1293
- },
1294
- "concepttype": {
1295
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1296
- }
1297
- },
1298
- "_id": "ApplicantsMustBeAbleToSubmitDetailedProjectProposals",
1299
- "modelCategory": "Requirements",
1300
- "label": "Applicants must be able to submit detailed project proposals.",
1301
- "section": {
1302
- "_id": "ProjectProposalSubmission_Requirement"
1303
- }
1304
- }
1305
- },
1306
- {
1307
- "concept": {
1308
- "_links": {
1309
- "self": {
1310
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n54GenerateReportsOnApplicationAndReviewStatistics"
1311
- },
1312
- "concepttype": {
1313
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1314
- }
1315
- },
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
- }
1326
- }
1327
- }
1328
- },
1329
- {
1330
- "concept": {
1331
- "_links": {
1332
- "self": {
1333
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n30EnsureFinancialFeasibilityOfProjects"
1334
- },
1335
- "concepttype": {
1336
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1337
- }
1338
- },
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
- }
1349
- }
1350
- }
1351
- },
1352
- {
1353
- "concept": {
1354
- "_links": {
1355
- "self": {
1356
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnsureEffectiveUseOfTheSystem"
1357
- },
1358
- "concepttype": {
1359
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1360
- }
1361
- },
1362
- "_id": "EnsureEffectiveUseOfTheSystem",
1363
- "modelCategory": "Requirements",
1364
- "label": "Ensure effective use of the system",
1365
- "section": {
1366
- "_id": "EnsureEffectiveUseOfTheSystem"
1367
- }
1368
- }
1369
- },
1370
- {
1371
- "concept": {
1372
- "_links": {
1373
- "self": {
1374
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ImproveTheQualityAndConsistencyOfDecisions"
1375
- },
1376
- "concepttype": {
1377
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1378
- }
1379
- },
1380
- "_id": "ImproveTheQualityAndConsistencyOfDecisions",
1381
- "modelCategory": "Requirements",
1382
- "label": "Improve the quality and consistency of decisions",
1383
- "section": {
1384
- "_id": "ImproveTheQualityAndConsistencyOfDecisions"
1385
- }
1386
- }
1387
- },
1388
- {
1389
- "concept": {
1390
- "_links": {
1391
- "self": {
1392
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnsureThoroughReviewAndEvaluation"
1393
- },
1394
- "concepttype": {
1395
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1396
- }
1397
- },
1398
- "_id": "EnsureThoroughReviewAndEvaluation",
1399
- "modelCategory": "Requirements",
1400
- "label": "Ensure thorough review and evaluation",
1401
- "section": {
1402
- "_id": "EnsureThoroughReviewAndEvaluation"
1403
- }
1404
- }
1405
- },
1406
- {
1407
- "concept": {
1408
- "_links": {
1409
- "self": {
1410
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n33StreamlineDataExchangeAndReduceRedundancy"
1411
- },
1412
- "concepttype": {
1413
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1414
- }
1415
- },
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
- }
1426
- }
1427
- }
1428
- },
1429
- {
1430
- "concept": {
1431
- "_links": {
1432
- "self": {
1433
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnsureTheSystemIsAccessibleOnMobileDevices"
1434
- },
1435
- "concepttype": {
1436
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1437
- }
1438
- },
1439
- "_id": "EnsureTheSystemIsAccessibleOnMobileDevices",
1440
- "modelCategory": "Requirements",
1441
- "label": "Ensure the system is accessible on mobile devices",
1442
- "section": {
1443
- "_id": "MobileAccessibility_Requirement"
1444
- }
1445
- }
1446
- },
1447
- {
1448
- "concept": {
1449
- "_links": {
1450
- "self": {
1451
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/CollectComprehensiveProjectInformation"
1452
- },
1453
- "concepttype": {
1454
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1455
- }
1456
- },
1457
- "_id": "CollectComprehensiveProjectInformation",
1458
- "modelCategory": "Requirements",
1459
- "label": "Collect comprehensive project information",
1460
- "section": {
1461
- "_id": "CollectComprehensiveProjectInformation"
1462
- }
1463
- }
1464
- },
1465
- {
1466
- "concept": {
1467
- "_links": {
1468
- "self": {
1469
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/GenerateReportsOnApplicationAndReviewStatistics"
1470
- },
1471
- "concepttype": {
1472
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1473
- }
1474
- },
1475
- "_id": "GenerateReportsOnApplicationAndReviewStatistics",
1476
- "modelCategory": "Requirements",
1477
- "label": "Generate reports on application and review statistics",
1478
- "section": {
1479
- "_id": "ReportingAndAnalytics_Requirement"
1480
- }
1481
- }
1482
- },
1483
- {
1484
- "concept": {
1485
- "_links": {
1486
- "self": {
1487
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n75TheOutcomeMustBeExplainedInNaturalLanguage"
1488
- },
1489
- "concepttype": {
1490
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/KeySuccessFactor"
1491
- }
1492
- },
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
- }
1503
- }
1504
- }
1505
- },
1506
- {
1507
- "concept": {
1508
- "_links": {
1509
- "self": {
1510
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/IncreaseAccessibilityAndConvenience"
1511
- },
1512
- "concepttype": {
1513
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1514
- }
1515
- },
1516
- "_id": "IncreaseAccessibilityAndConvenience",
1517
- "modelCategory": "Requirements",
1518
- "label": "Increase accessibility and convenience",
1519
- "section": {
1520
- "_id": "IncreaseAccessibilityAndConvenience"
1521
- }
1522
- }
1523
- },
1524
- {
1525
- "concept": {
1526
- "_links": {
1527
- "self": {
1528
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ThereIsALackOfExperiencedBackOfficeEmployees"
1529
- },
1530
- "concepttype": {
1531
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ChallengingIssue"
1532
- }
1533
- },
1534
- "_id": "ThereIsALackOfExperiencedBackOfficeEmployees",
1535
- "modelCategory": "Requirements",
1536
- "label": "There is a lack of experienced back office employees",
1537
- "section": {
1538
- "_id": "LackExperiencedBackOfficeEmployees"
1539
- }
1540
- }
1541
- },
1542
- {
1543
- "concept": {
1544
- "_links": {
1545
- "self": {
1546
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/KeepApplicantsInformedAndEngaged"
1547
- },
1548
- "concepttype": {
1549
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1550
- }
1551
- },
1552
- "_id": "KeepApplicantsInformedAndEngaged",
1553
- "modelCategory": "Requirements",
1554
- "label": "Keep applicants informed and engaged",
1555
- "section": {
1556
- "_id": "KeepApplicantsInformedAndEngaged"
1557
- }
1558
- }
1559
- },
1560
- {
1561
- "concept": {
1562
- "_links": {
1563
- "self": {
1564
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnsureAccountabilityAndTraceability"
1565
- },
1566
- "concepttype": {
1567
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1568
- }
1569
- },
1570
- "_id": "EnsureAccountabilityAndTraceability",
1571
- "modelCategory": "Requirements",
1572
- "label": "Ensure accountability and traceability",
1573
- "section": {
1574
- "_id": "EnsureAccountabilityAndTraceability"
1575
- }
1576
- }
1577
- },
1578
- {
1579
- "concept": {
1580
- "_links": {
1581
- "self": {
1582
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/TransparentAndCompliantDecisions"
1583
- },
1584
- "concepttype": {
1585
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1586
- }
1587
- },
1588
- "_id": "TransparentAndCompliantDecisions",
1589
- "modelCategory": "Requirements",
1590
- "label": "Transparent and compliant decisions",
1591
- "section": {
1592
- "_id": "TransparentAndCompliantDecisions"
1593
- }
1594
- }
1595
- },
1596
- {
1597
- "concept": {
1598
- "_links": {
1599
- "self": {
1600
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n39EnsureEffectiveUseOfTheSystem"
1601
- },
1602
- "concepttype": {
1603
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1604
- }
1605
- },
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
- }
1616
- }
1617
- }
1618
- },
1619
- {
1620
- "concept": {
1621
- "_links": {
1622
- "self": {
1623
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnsureObjectiveAndFairAssessments"
1624
- },
1625
- "concepttype": {
1626
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1627
- }
1628
- },
1629
- "_id": "EnsureObjectiveAndFairAssessments",
1630
- "modelCategory": "Requirements",
1631
- "label": "Ensure objective and fair assessments",
1632
- "section": {
1633
- "_id": "EnsureObjectiveAndFairAssessments"
1634
- }
1635
- }
1636
- },
1637
- {
1638
- "concept": {
1639
- "_links": {
1640
- "self": {
1641
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/JuniorEmployeesAlreadyPrepareTheDecisionButEspeciallyExceptional"
1642
- },
1643
- "concepttype": {
1644
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1645
- }
1646
- },
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"
1652
- }
1653
- }
1654
- },
1655
- {
1656
- "concept": {
1657
- "_links": {
1658
- "self": {
1659
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n23EnsureThoroughReviewAndEvaluation"
1660
- },
1661
- "concepttype": {
1662
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1663
- }
1664
- },
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
- }
1675
- }
1676
- }
1677
- },
1678
- {
1679
- "concept": {
1680
- "_links": {
1681
- "self": {
1682
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n19EfficientProcessingOfApplications"
1683
- },
1684
- "concepttype": {
1685
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1686
- }
1687
- },
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
- }
1698
- }
1699
- }
1700
- },
1701
- {
1702
- "concept": {
1703
- "_links": {
1704
- "self": {
1705
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/CaterToADiverseUserBase"
1706
- },
1707
- "concepttype": {
1708
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1709
- }
1710
- },
1711
- "_id": "CaterToADiverseUserBase",
1712
- "modelCategory": "Requirements",
1713
- "label": "Cater to a diverse user base",
1714
- "section": {
1715
- "_id": "CaterToADiverseUserBase"
1716
- }
1717
- }
1718
- },
1719
- {
1720
- "concept": {
1721
- "_links": {
1722
- "self": {
1723
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n63AllowCustomizationOfApplicationFormsForDifferentGrants"
1724
- },
1725
- "concepttype": {
1726
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1727
- }
1728
- },
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
- }
1739
- }
1740
- }
1741
- },
1742
- {
1743
- "concept": {
1744
- "_links": {
1745
- "self": {
1746
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ProvideToolsToAssistReviewersInDecision_making"
1747
- },
1748
- "concepttype": {
1749
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1750
- }
1751
- },
1752
- "_id": "ProvideToolsToAssistReviewersInDecision_making",
1753
- "modelCategory": "Requirements",
1754
- "label": "Provide tools to assist reviewers in decision-making",
1755
- "section": {
1756
- "_id": "DecisionSupportTools_Requirement"
1757
- }
1758
- }
1759
- },
1760
- {
1761
- "concept": {
1762
- "_links": {
1763
- "self": {
1764
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n22CollectComprehensiveProjectInformation"
1765
- },
1766
- "concepttype": {
1767
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1768
- }
1769
- },
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
- }
1780
- }
1781
- }
1782
- },
1783
- {
1784
- "concept": {
1785
- "_links": {
1786
- "self": {
1787
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/InTheBackOfficeDepartmentThisIncludesLessThanTenEmployeesWithMor"
1788
- },
1789
- "concepttype": {
1790
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1791
- }
1792
- },
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"
1798
- }
1799
- }
1800
- },
1801
- {
1802
- "concept": {
1803
- "_links": {
1804
- "self": {
1805
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n68RulesAreCorrectlyAppliedToReachDecisionsOfEligibilityAndAmoun"
1806
- },
1807
- "concepttype": {
1808
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1809
- }
1810
- },
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
- }
1821
- }
1822
- }
1823
- },
1824
- {
1825
- "concept": {
1826
- "_links": {
1827
- "self": {
1828
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n48SystemMustSendAutomatedNotificationsForStatusChanges"
1829
- },
1830
- "concepttype": {
1831
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1832
- }
1833
- },
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
- }
1844
- }
1845
- }
1846
- },
1847
- {
1848
- "concept": {
1849
- "_links": {
1850
- "self": {
1851
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n69CommonCaseManagementPatternsAreRespected"
1852
- },
1853
- "concepttype": {
1854
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1855
- }
1856
- },
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
- }
1867
- }
1868
- }
1869
- },
1870
- {
1871
- "concept": {
1872
- "_links": {
1873
- "self": {
1874
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n60ProvideSystemSupportInMultipleLanguages"
1875
- },
1876
- "concepttype": {
1877
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1878
- }
1879
- },
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
- }
1890
- }
1891
- }
1892
- },
1893
- {
1894
- "concept": {
1895
- "_links": {
1896
- "self": {
1897
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ProvideSupportServicesForUsersEncounteringIssues"
1898
- },
1899
- "concepttype": {
1900
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
1901
- }
1902
- },
1903
- "_id": "ProvideSupportServicesForUsersEncounteringIssues",
1904
- "modelCategory": "Requirements",
1905
- "label": "Provide support services for users encountering issues",
1906
- "section": {
1907
- "_id": "UserSupportAndHelpdesk_Requirement"
1908
- }
1909
- }
1910
- },
1911
- {
1912
- "concept": {
1913
- "_links": {
1914
- "self": {
1915
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n41BusinessRulesCanEasilyBeAdapted"
1916
- },
1917
- "concepttype": {
1918
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1919
- }
1920
- },
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
- }
1931
- }
1932
- }
1933
- },
1934
- {
1935
- "concept": {
1936
- "_links": {
1937
- "self": {
1938
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/UsersHaveMaximumFlexibilityWithinPolicyConstraints"
1939
- },
1940
- "concepttype": {
1941
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/KeySuccessFactor"
1942
- }
1943
- },
1944
- "_id": "UsersHaveMaximumFlexibilityWithinPolicyConstraints",
1945
- "modelCategory": "Requirements",
1946
- "label": "Users have maximum flexibility within policy constraints",
1947
- "section": {
1948
- "_id": "MaximumFlexibilityWithinPolicyConstraints"
1949
- }
1950
- }
1951
- },
1952
- {
1953
- "concept": {
1954
- "_links": {
1955
- "self": {
1956
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EfficientProcessingOfApplications"
1957
- },
1958
- "concepttype": {
1959
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1960
- }
1961
- },
1962
- "_id": "EfficientProcessingOfApplications",
1963
- "modelCategory": "Requirements",
1964
- "label": "Efficient processing of applications",
1965
- "section": {
1966
- "_id": "EfficientProcessOfApplications"
1967
- }
1968
- }
1969
- },
1970
- {
1971
- "concept": {
1972
- "_links": {
1973
- "self": {
1974
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n35EnsureAccountabilityAndTraceability"
1975
- },
1976
- "concepttype": {
1977
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
1978
- }
1979
- },
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
- }
1990
- }
1991
- }
1992
- },
1993
- {
1994
- "concept": {
1995
- "_links": {
1996
- "self": {
1997
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/OfferTrainingMaterialsForNewUsersAndReviewers"
1998
- },
1999
- "concepttype": {
2000
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
2001
- }
2002
- },
2003
- "_id": "OfferTrainingMaterialsForNewUsersAndReviewers",
2004
- "modelCategory": "Requirements",
2005
- "label": "Offer training materials for new users and reviewers",
2006
- "section": {
2007
- "_id": "TrainingModules_Requirement"
2008
- }
2009
- }
2010
- },
2011
- {
2012
- "concept": {
2013
- "_links": {
2014
- "self": {
2015
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n53AutomaticallyCheckApplicationsForComplianceWithGuidelines"
2016
- },
2017
- "concepttype": {
2018
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
2019
- }
2020
- },
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
- }
2031
- }
2032
- }
2033
- },
2034
- {
2035
- "concept": {
2036
- "_links": {
2037
- "self": {
2038
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n61AllowUsersToProvideFeedbackOnTheApplicationProcess"
2039
- },
2040
- "concepttype": {
2041
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
2042
- }
2043
- },
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
- }
2054
- }
2055
- }
2056
- },
2057
- {
2058
- "concept": {
2059
- "_links": {
2060
- "self": {
2061
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n34EnhanceUserSatisfactionAndSystemUsability"
2062
- },
2063
- "concepttype": {
2064
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
2065
- }
2066
- },
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
- }
2077
- }
2078
- }
2079
- },
2080
- {
2081
- "concept": {
2082
- "_links": {
2083
- "self": {
2084
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ApplicantsMustBeAbleToTrackTheStatusOfTheirSubmissions"
2085
- },
2086
- "concepttype": {
2087
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
2088
- }
2089
- },
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"
2095
- }
2096
- }
2097
- },
2098
- {
2099
- "concept": {
2100
- "_links": {
2101
- "self": {
2102
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/ReviewersShouldHaveAStructuredWorkflowForEvaluatingApplications"
2103
- },
2104
- "concepttype": {
2105
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
2106
- }
2107
- },
2108
- "_id": "ReviewersShouldHaveAStructuredWorkflowForEvaluatingApplications",
2109
- "modelCategory": "Requirements",
2110
- "label": "Reviewers should have a structured workflow for evaluating applications.",
2111
- "section": {
2112
- "_id": "ReviewWorkflowManagement_Requirement"
2113
- }
2114
- }
2115
- },
2116
- {
2117
- "concept": {
2118
- "_links": {
2119
- "self": {
2120
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/NoProperAuthenticationMechanismAvailableForApplicants"
2121
- },
2122
- "concepttype": {
2123
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ChallengingIssue"
2124
- }
2125
- },
2126
- "_id": "NoProperAuthenticationMechanismAvailableForApplicants",
2127
- "modelCategory": "Requirements",
2128
- "label": "No proper authentication mechanism available for applicants",
2129
- "section": {
2130
- "_id": "NoProperAuthenticationMechanismAvailableApplicants"
2131
- }
2132
- }
2133
- },
2134
- {
2135
- "concept": {
2136
- "_links": {
2137
- "self": {
2138
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n38ContinuousImprovementOfTheSystem"
2139
- },
2140
- "concepttype": {
2141
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
2142
- }
2143
- },
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
- }
2154
- }
2155
- }
2156
- },
2157
- {
2158
- "concept": {
2159
- "_links": {
2160
- "self": {
2161
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n31MaintainAdherenceToFundingRules"
2162
- },
2163
- "concepttype": {
2164
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
2165
- }
2166
- },
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
- }
2177
- }
2178
- }
2179
- },
2180
- {
2181
- "concept": {
2182
- "_links": {
2183
- "self": {
2184
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n70DesignElementsAreTracedToTheOriginalSource"
2185
- },
2186
- "concepttype": {
2187
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
2188
- }
2189
- },
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
- }
2200
- }
2201
- }
2202
- },
2203
- {
2204
- "concept": {
2205
- "_links": {
2206
- "self": {
2207
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n57ProvideSupportServicesForUsersEncounteringIssues"
2208
- },
2209
- "concepttype": {
2210
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
2211
- }
2212
- },
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
- }
2223
- }
2224
- }
2225
- },
2226
- {
2227
- "concept": {
2228
- "_links": {
2229
- "self": {
2230
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n55ProtectSensitiveApplicantDataWithRobustSecurityMeasures"
2231
- },
2232
- "concepttype": {
2233
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
2234
- }
2235
- },
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
- }
2246
- }
2247
- }
2248
- },
2249
- {
2250
- "concept": {
2251
- "_links": {
2252
- "self": {
2253
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n51ImplementScoringSystemsBasedOnPredefinedCriteria"
2254
- },
2255
- "concepttype": {
2256
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
2257
- }
2258
- },
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
- }
2269
- }
2270
- }
2271
- },
2272
- {
2273
- "concept": {
2274
- "_links": {
2275
- "self": {
2276
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n27ImproveTheQualityAndConsistencyOfDecisions"
2277
- },
2278
- "concepttype": {
2279
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
2280
- }
2281
- },
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
- }
2292
- }
2293
- }
2294
- },
2295
- {
2296
- "concept": {
2297
- "_links": {
2298
- "self": {
2299
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n66TraceabilityToTheSourceOfTheRegulationsAndPolicies"
2300
- },
2301
- "concepttype": {
2302
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
2303
- }
2304
- },
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
- }
2315
- }
2316
- }
2317
- },
2318
- {
2319
- "concept": {
2320
- "_links": {
2321
- "self": {
2322
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrantRequirements/frames.beimodel.json/EnsureFinancialFeasibilityOfProjects"
2323
- },
2324
- "concepttype": {
2325
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/BusinessGoal"
2326
- }
2327
- },
2328
- "_id": "EnsureFinancialFeasibilityOfProjects",
2329
- "modelCategory": "Requirements",
2330
- "label": "Ensure financial feasibility of projects",
2331
- "section": {
2332
- "_id": "EnsureFinancialFeasibilityOfProjects"
2333
- }
2334
- }
2335
- },
2336
- {
2337
- "concept": {
2338
- "_links": {
2339
- "self": {
2340
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n46ApplicantsShouldBeAbleToUploadSupportingDocuments"
2341
- },
2342
- "concepttype": {
2343
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ArchitecturalSignificantRequirement"
2344
- }
2345
- },
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
- }
2356
- }
2357
- }
2358
- },
2359
- {
2360
- "concept": {
2361
- "_links": {
2362
- "self": {
2363
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n72ThereIsALackOfExperiencedBackOfficeEmployees"
2364
- },
2365
- "concepttype": {
2366
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ChallengingIssue"
2367
- }
2368
- },
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
- }
2379
- }
2380
- }
2381
- },
2382
- {
2383
- "concept": {
2384
- "_links": {
2385
- "self": {
2386
- "href": "/concepts/bundle-com.beinformed.frames.ResearchGrant.HighLevelRequirements/frames.beimodel.json/n73ExperiencedEmployeesAreCurrentlyAlwaysNeededToFinalizeTheResu"
2387
- },
2388
- "concepttype": {
2389
- "href": "/concepttypes/bundle-com.beinformed.research.grant.metamodels/High%20level%20requirements.bixml/ChallengingIssue"
2390
- }
2391
- },
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
- }
2402
- }
2403
- }
2404
- }
2405
- ]
2406
- }
2407
- }
2408
- }