Skip to content

aandresalvarez/go_to_prod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go_to_prod

Move to Production Check List

plug-in for REDCap Version > 7.3.0

One of the most time consuming and repetitive tasks for REDCap administrators is the review of 'Move to Production' requests. This step is critical to ensure proper database design and validation before data collection begins. If not done well, both small and large mistakes can jeopardize the quality of all subsequent work in the project. We constructed a plugin that enforces best practices and modifies the 'Move to Production' workflow. Initial results suggest a dramatic reduction in common design mistakes while also significantly reducing the REDCap administrator support burden.

With this plugin, you can run the following checklist in the data dictionary of a REDCap database.

  1. Not recommended coding of "other" and/or "unknown" values in drop-down lists, radio-buttons or check-boxes.
  2. Inconsistencies in coding for yes/no questions.
  3. Inconsistencies in coding for positive/negative questions.
  4. No fields tagged as identifiers.
  5. Missing PI name and last name.
  6. IRB Information.
  7. Purpose of the project.
  8. Date format inconsistencies.
  9. Branching logic inconsistencies.
  10. Inconsistencies in calculated fields.
  11. Variable names with the same name as an event name.
  12. "My First Instrument" form name presence.
  13. % of validated fields.
  14. Forms with more fields than recommended.
  15. Forms not assigned to any event.
  16. Calculations using "Today".
  17. The project is sufficiently tested (at least three test records and 1 data export).
  18. Inconsistencies in ASI Logic.
  19. Inconsistencies in Data Quality Module Logic.
  20. Inconsistencies in Advanced Reports Logic.

See in action

IMAGE ALT TEXT HERE https://youtu.be/zsoDnBT21jA

Installation instructions:

  1. Go to GitHub https://github.com/aandresalvarez/go_to_prod.
  2. Clone or download repository (Green button)
  3. Paste the unzipped folder in your /redcap/plugins/ folder.
  4. Now your folder looks like this: /redcap/plugins/go_to_prod-master.
  5. Rename the folder from “go_to_prod-master” to “go_prod”.
  6. Now the plugin is ready for accessing.
  7. In a browser open https://yourredcapinstallation/plugins/go_prod/index.php?pid=XX, replace XX with the Project ID for the project you want to check.
  8. Optional: Set a project bookmark with the link.

Note 1: The REDCap go to production workflow is not affected by installing this plugin. To change the workflow, it is necessary to build your own hook. Note 2: Metrics are not automatically captured. This requires the creation of an extra REDCap project and configuration.

All feedback is well received! Hope this helps.