-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.json
executable file
·77 lines (77 loc) · 2.67 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "Report Production Candidates",
"namespace": "ReportProductionCandidatesModule\\ExternalModule",
"description": "This REDCap module creates and displays a list of REDCap projects that should be moved into production. This module is integrated with Stanford University's <a href='https://github.com/aandresalvarez/go_to_prod'>Go to Prod plugin</a> and provides an interface for REDCap Admins to contact owners of projects for follow up. See the complete <b><a href='https://github.com/ctsit/report_production_candidates' target='_blank'>documentation</a></b> at <a href='https://github.com/ctsit/report_production_candidates' target='_blank'>https://github.com/ctsit/report_production_candidates</a>.",
"authors": [
{
"name": "Dileep Rajput",
"email": "rajputd@ufl.edu",
"institution": "University of Florida - CTSI"
},
{
"name": "Philip B. Chase",
"email": "pbc@ufl.edu",
"institution": "University of Florida - CTSI"
},
{
"name": "Tayrn Stoffs",
"email": "tls@ufl.edu",
"institution": "University of Florida - CTSI"
},
{
"name": "Tiago Bember",
"email": "tbembersimeao@ufl.edu",
"institution": "University of Florida - CTSI"
},
{
"name": "Marly Cormar",
"email": "marlycormar@ufl.edu",
"institution": "University of Florida - CTSI"
}
],
"links" : {
"control-center": [
{
"name": "Production Candidates Report",
"icon": "report",
"url": "report.php"
}
]
},
"system-settings": [
{
"key": "rpc_cc",
"name": "CC address",
"required": false,
"type": "text",
"repeatable": true
},
{
"key": "rpc_subject",
"name": "Subject",
"required": false,
"type": "text",
"repeatable": false
},
{
"key": "rpc_body",
"name": "Body",
"required": false,
"type": "textarea",
"repeatable": false
}
],
"crons": [
{
"cron_name": "report_production_candidates_cron",
"cron_description": "Cron that runs daily to update the redcap_project_stats table",
"method": "report_production_candidates_cron",
"cron_frequency": "86400",
"cron_max_run_time": "1200"
}
],
"compatibility": {
"redcap-version-min": "8.0.3",
"redcap-version-max": ""
}
}