Skip to content

Releases: ctsit/linear_data_entry_workflow

Linear Data Entry Workflow - workflow modifications for REDCap

14 Jun 18:41

Choose a tag to compare

This module forces a linear data entry workflow across REDCap forms and events. The linear workflow is enforced by removing access to any form which does not immediately follow the last completed form. In this way, if a user has not filled out the first form, she cannot proceed to the second (or/and subsequent) form. This module can be configured at the project level to exclude some forms from these rules and make each event independent from the others.

Release 2.6.1 updates the framework version to 12 and the minimum REDCap version to 13.1.0. It addresses errors that arose in PHP8 and addresses multiple errors identified by the security scanner

Linear Data Entry Workflow - workflow modifications for REDCap

24 Jul 19:58

Choose a tag to compare

This module forces a linear data entry workflow across REDCap forms and events. The linear workflow is enforced by removing access to any form which does not immediately follow the last completed form. In this way, if a user has not filled out the first form, she cannot proceed to the second (or/and subsequent) form. This module can be configured at the project level to exclude some forms from these rules and make each event independent from the others.

Release 2.6.0 allows fields subject to branching logic to act as expected; first records within a DAG properly deny form access.

Linear Data Entry Workflow - workflow modifications for REDCap

06 May 01:07

Choose a tag to compare

This module forces a linear data entry workflow across REDCap forms and events. The linear workflow is enforced by removing access to any form which does not immediately follow the last completed form. In this way, if a user has not filled out the first form, she cannot proceed to the second (or/and subsequent) form. This module can be configured at the project level to exclude some forms from these rules and make each event independent from the others.

Release 2.5.3 prevents form exceptions in the last visit from exposing earlier forms and addresses a bug causing auto-locking of every form when no role is set.

ctsit/linear_data_entry_workflow: Linear Data Entry Workflow - workflow modifications for REDCap

07 Oct 19:01

Choose a tag to compare

This module forces a linear data entry workflow across REDCap forms and events. The linear workflow is enforced by removing access to any form which does not immediately follow the last completed form. In this way, if a user has not filled out the first form, she cannot proceed to the second (or/and subsequent) form. This module can be configured at the project level to exclude some forms from these rules and make each event independent from the others.

Release 2.5.2 Addresses a regression wherein data entry constraints were not enforced. It also adds an option to always hide next-record button.

Linear Data Entry Workflow - workflow modifications for REDCap

16 Aug 17:55

Choose a tag to compare

This module forces a linear data entry workflow across REDCap forms and events. The linear workflow is enforced by removing access to any form which does not immediately follow the last completed form. In this way, if a user has not filled out the first form, she cannot proceed to the second (or/and subsequent) form. This module can be configured at the project level to exclude some forms from these rules and make each event independent from the others.

Release 2.5.1 Fixes a regression for non-independent events. Sites using the Form Render Skip Logic module 3.2.0 or higher should upgrade to this version to get support for FRSL 3.2.0's event-relative control fields.

Linear Data Entry Workflow - workflow modifications for REDCap

08 Aug 20:25

Choose a tag to compare

This module forces a linear data entry workflow across REDCap forms and events. The linear workflow is enforced by removing access to any form which does not immediately follow the last completed form. In this way, if a user has not filled out the first form, she cannot proceed to the second (or/and subsequent) form. This module can be configured at the project level to exclude some forms from these rules and make each event independent from the others.

Release 2.5.0 adds support for FRSL 3.2.0's event-relative control fields. It also revises the last algorithm to find the last completed form by looking backward from the end instead of forward from the beginning.

Linear Data Entry Workflow - workflow modifications for REDCap

08 Aug 20:13

Choose a tag to compare

This module forces a linear data entry workflow across REDCap forms and events. The linear workflow is enforced by removing access to any form which does not immediately follow the last completed form. In this way, if a user has not filled out the first form, she cannot proceed to the second (or/and subsequent) form. This module can be configured at the project level to exclude some forms from these rules and make each event independent from the others.

Release 2.4.0 adds an option to allow events to be filled out independently from each other