forked from aces/Loris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added README for data team helper module (aces#3400)
This adds a README/spec for the data team helper module, following the format of other modules.
- Loading branch information
1 parent
80bcd78
commit 8266b59
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 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. | ||
|
||
Note: The Data Team Helper module is listed as "Quality Control" | ||
in the default LORIS menu. | ||
|