/redcap-record-home-dashboard

A REDCap External Module that enables to add a customized Dashboard to the Record Homepage

Primary LanguageVueMIT LicenseMIT

Record Home Dashboard

A REDCap External Module that enables to add a customized Dashboard to the Record Homepage

Demo

Setup

Install the module from REDCap module repository and enable over Control Center.

Usage

Please read the Documentation.

Developer Notice

Psalm

Run Psalm Taint Analysis to check for vulnerabilites:

   ./vendor/bin/psalm --no-diff --taint-analysis

--no-diff is practical if you run Psalm multiple times without differences in the file. Read more about Psalm in the official Psalm Manual.

Vue

Using laravel-mix for Vue.js development: npm run dev => npx mix watch Laravel Mix Docs

Changelog

Version Description
v1.1.0 Add new feature to table element: Select event when there are multiple events.
v1.0.0 Initial release.