From c60afd6f2c18d3d4d7e1267cebcb9d34e26995ca Mon Sep 17 00:00:00 2001 From: Dave MacFarlane Date: Fri, 12 Jan 2018 14:46:34 -0500 Subject: [PATCH 1/2] Added README for data team helper module --- modules/data_team_helper/README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 modules/data_team_helper/README.md diff --git a/modules/data_team_helper/README.md b/modules/data_team_helper/README.md new file mode 100644 index 00000000000..699211607e3 --- /dev/null +++ b/modules/data_team_helper/README.md @@ -0,0 +1,29 @@ +# Data Team Helper + +## Purpose + +The Data Team Helper module is intended to provide a dashboard to +make it easier for the data entry staff of a LORIS project to access +all the unfinished data entry. + +## Scope + +The data team helper provides links to unfinished data in other +LORIS modules in a centralized place. In particular, it links to +open feedback, unresolved conflict, and candidate instruments where +the data entry (or double data entry) has not yet been completed. + +## Permissions + +Accessing the module requires the `data_team_helper` permission. + +## Configurations + +There are no configurations for this module. + +## Interactions with LORIS + +The Data Team Helper module links to the feedback module, the +conflict resolver, and the data entry for particular instruments. + + From ddedc47b297c0fc8c46ee5516ccfe5b6bad33af7 Mon Sep 17 00:00:00 2001 From: Dave MacFarlane Date: Wed, 31 Jan 2018 14:01:55 -0500 Subject: [PATCH 2/2] Added note about name --- modules/data_team_helper/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/data_team_helper/README.md b/modules/data_team_helper/README.md index 699211607e3..550bcd9faf0 100644 --- a/modules/data_team_helper/README.md +++ b/modules/data_team_helper/README.md @@ -26,4 +26,6 @@ There are no configurations for this module. The Data Team Helper module links to the feedback module, the conflict resolver, and the data entry for particular instruments. +Note: The Data Team Helper module is listed as "Quality Control" +in the default LORIS menu.