-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
49 lines (44 loc) · 1010 Bytes
/
_pkgdown.yml
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
url: https://arthur-shaw.github.io/susoreview
template:
bootstrap: 5
development:
mode: auto
home:
title: Tools for reviewing Survey Solutions interviews
reference:
- title: "Create attributes"
- subtitle: "From a single column"
contents:
- extract_attribute
- create_attribute
- subtitle: "From a several columns"
contents:
- count_vars
- count_list
- any_vars
- subtitle: "From several rows"
contents:
- count_obs
- any_obs
- sum_vals
- title: "Create issues"
- contents:
- create_issue
- make_issue
- make_issue_in_roster
- title: "Execute reject/review workflow"
- subtitle: "Add issues from interview metadata"
contents:
- add_issue_if_unanswered
- add_issues_for_suso_errors
- subtitle: "Make decision to approve, review, or reject"
contents:
- check_for_comments
- decide_action
- flag_persistent_issues
- subtitle: "Execute decision rejection decision"
contents:
- add_rejection_msgs
- post_comments
- reject_interview
- approve_interview