You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/references/workflows.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,8 @@ Funding organization wants an advisory board or external partners to give their
128
128
Once an application is submitted (`INITIAL_STATE`) — it can transition into the following:
129
129
130
130
- A request for more information (`ext_int_more_info`) — opens editing permissions to applicant again to revise their application to provide the information requested by the screeners.
131
-
- Open external review (`ext_int_external_review`) — can transition only between closing the review period (`ext_int_post_external_review_discussion`) and reverting back to the internal screening phase.
131
+
- Ready for review (`ext_int_ready_for_review`) — a staff only holding phase between screening and the external review, where reviewers can be assigned before they are given access to the application. Can transition to opening the external review (`ext_int_external_review`), mark ready for determination (`ext_int_determination`), dismiss (`ext_int_rejected`) or revert back to screening (`INITIAL_STATE`). Reviewers can see the application in this phase but can not review it yet.
132
+
- Open external review (`ext_int_external_review`) — can transition only between closing the review period (`ext_int_post_external_review_discussion`) and reverting back to ready for review (`ext_int_ready_for_review`).
132
133
-`ext_int_post_external_review_discussion` — after the external review is closed, you can request more information (`ext_int_post_external_review_more_info`), open the internal review (`ext_int_internal_review`), mark ready for determination (`ext_int_determination`), revert back to opening the external review (`ext_int_external_review`), accept (`ext_int_accepted`), waitlist (`ext_int_waitlisted`) or dismiss (`ext_int_rejected`)
133
134
-`ext_int_post_external_review_more_info` — opens editing permissions to applicant again to revise their application to provide the information requested by the external reviewers.
134
135
- Open internal review (`ext_int_internal_review`) — can transition only between closing the review period (`ext_int_post_review_discussion`) and reverting back to discussion (`ext_int_post_external_review_discussion`)
@@ -137,13 +138,14 @@ Once an application is submitted (`INITIAL_STATE`) — it can transition into th
137
138
- Ready for determination (`ext_int_determination`) — can revert back to discussion (“Ready for Discussion (revert)” — `ext_int_post_review_discussion`), accept (`ext_int_accepted`), waitlist (`ext_int_waitlisted`) or dismiss (`ext_int_rejected`)
138
139
- Waitlisted (`ext_int_waitlisted`) — the application is kept in play without a decision. Can transition to accept (`ext_int_accepted`), dismiss (`ext_int_rejected`), or revert back to ready for determination (`ext_int_determination`). Staff can still edit this submission. Waitlisting is a plain status change — unlike Accept and Dismiss it does not open the determination form and does not create a determination record.
139
140
- Accepted (`ext_int_accepted`) — application accepted. Staff can still edit this submission.
140
-
- Dismissed (`ext_int_rejected`) — application rejected. Editing and reviewing permissions removed from all roles, the applicant can still view the submission.
141
+
- Dismissed (`ext_int_rejected`) — application rejected, shown as "Not Accepted" to the applicant. Editing and reviewing permissions removed from all roles, the applicant can still view the submission.
141
142
142
143
There is no "Accepted but additional info required" state in this workflow.
143
144
144
145
If the `TRANSITION_AFTER_REVIEWS` setting is set to a number, submitting a review can move the application on automatically:
145
146
146
-
- Need screening → External Review, as soon as the first review is submitted. The configured number is not taken into account for this step, and only staff can review during screening.
147
+
- Need screening → Ready for Review, as soon as the first review is submitted. The configured number is not taken into account for this step, and only staff can review during screening.
148
+
- Ready for Review → External Review, once that many reviews have been submitted in total. Only staff can review in this phase.
147
149
- External Review → Ready for Discussion, once that many reviews have been submitted by users in the Reviewer group.
148
150
- Internal Review → Ready for Discussion, once that many reviews have been submitted in total.
149
151
@@ -156,9 +158,9 @@ Everything from the first discussion onwards is hidden from the applicant. The s
156
158
1.**Draft** (`draft`)
157
159
2.**Application Received** (`INITIAL_STATE`, "Need screening" to staff)
158
160
3.**Application Review** (`ext_int_external_review`, "External Review" to staff)
159
-
4.**Application Outcome** — shown as Accepted (`ext_int_accepted`), Waitlisted (`ext_int_waitlisted`) or Dismissed (`ext_int_rejected`) once the application reaches that step
161
+
4.**Application Outcome** — shown as Accepted (`ext_int_accepted`), Waitlisted (`ext_int_waitlisted`) or Not Accepted (`ext_int_rejected`, "Dismissed" to staff) once the application reaches that step
160
162
161
-
The hidden phases (`ext_int_post_external_review_discussion`, `ext_int_internal_review`, `ext_int_post_review_discussion` and `ext_int_determination`) do not add a step of their own — to the applicant the application stays on "Application Review" until an outcome is reached. The three "More information required" states are visible to the applicant, since they need to edit and resubmit their application.
163
+
The hidden phases (`ext_int_ready_for_review`, `ext_int_post_external_review_discussion`, `ext_int_internal_review`, `ext_int_post_review_discussion` and `ext_int_determination`) do not add a step of their own — to the applicant the application stays on "Application Review" until an outcome is reached. The three "More information required" states are visible to the applicant, since they need to edit and resubmit their application.
0 commit comments