redcap-report-counts:一个用于生成联盟报告的REDCap外部模块

时间:2024-03-13 07:43:34
【文件属性】:

文件名称:redcap-report-counts:一个用于生成联盟报告的REDCap外部模块

文件大小:130KB

文件格式:ZIP

更新时间:2024-03-13 07:43:34

redcap redcap-external-module report-counts JavaScript

REDCap报告计数外部模块 REDCap外部模块,用于生成报告计数。 安装依赖项 npm install 运行单元测试 JavaScript测试 npm test PHP测试 composer test 构建应用 编译输出到dist目录。 npm run build 开始申请本地开发 为了在开发,运行时不断构建应用程序, npm run start 安装模块 模块目录格式 外部模块住在modules的红帽子根目录下的目录。 构建项目后,将dist目录复制到该目录并按以下方式重命名: redcap/modules/report_counts_vx.y.z 其中report_counts是模块前缀, xyz是版本。 在Docker下运行 如果您在Docker下运行REDCap,则可能需要绑定mount dist目录。 例如, volumes: - /path/to/report-


【文件预览】:
redcap-report-counts-master
----composer.json(554B)
----phpunit.xml(204B)
----index.php(166B)
----.babelrc(429B)
----composer.lock(69KB)
----package.json(2KB)
----.github()
--------workflows()
----tests()
--------ReportConfigTest.php(6KB)
--------SummaryUIProcessorTest.php(8KB)
--------MockAbstractExternalModule.php(1KB)
--------DataDictionaryTest.php(963B)
----js()
--------report-summary-model.js(3KB)
--------report-summary-config.js(2KB)
--------report-strategy.js(82B)
--------main.js(634B)
--------components()
--------version.js(282B)
--------services()
--------constants.js(33B)
----LICENSE(1KB)
----package-lock.json(303KB)
----ReportCounts.php(653B)
----.eslintrc.js(981B)
----js-tests()
--------test-utils.js(3KB)
--------components()
--------report-summary-config_test.js(1KB)
--------report-summary-model_test.js(2KB)
----test_bootstrap.php(216B)
----.gitignore(98B)
----webpack.config.js(2KB)
----lib()
--------report-counts.css(1KB)
--------constants.php(80B)
--------SummaryUIProcessor.php(6KB)
--------main.tmpl(3KB)
--------SecurityUtils.php(451B)
--------security.php(575B)
--------Database.php(2KB)
--------data.php(3KB)
--------DataDictionary.php(1KB)
--------ReportStrategy.php(243B)
--------settings.php(3KB)
--------ReportConfig.php(4KB)
----.dependabot()
--------config.yml(673B)
----karma.conf.js(3KB)
----README.md(2KB)
----config.json(535B)

网友评论