Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.36 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.36 KB

README

Introduction

This External Module (EM) creates a log for each visited report or dashboard page within the REDCap project. It facilitates the identification of which reports and dashboards are viewed and used by the users and which ones are deprecated. The html code of the visited dashboard is also logged (only for dashboard).
The table/log displays visited pages from EM installation time, it does not act retrospectively.

Notes:
- API activities on reports are not logged.
- Variables are not piped within the html code.

Result

image View html code image View Page image

For Developers

report_views_log

In the report_views_log.php page, a log is implemented to register each visit to a report or dashboard page. This log captures essential information about the visited page, such as the timestamp, user, and page type.

report_views_log_table

The report_views_log_table.php file complements the log functionality by presenting the recorded data in a structured format. It creates an HTML page where the log from report_views_log.php is queried and displayed.