-
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.
📝 [#377] Add info about processing review logic
- Loading branch information
1 parent
626aa35
commit 3ed8fc2
Showing
2 changed files
with
16 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -14,4 +14,5 @@ Content | |
|
||
e2e-tests | ||
gherkin-like-tests | ||
vcr-tests | ||
vcr-tests | ||
logic |
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,14 @@ | ||
.. _developers_logic: | ||
|
||
|
||
Processing a review | ||
=================== | ||
|
||
After a reviewer has reviewed a destruction list, the record manager needs to process the feedback. | ||
For each zaak that has been "rejected" by the reviewer, the record manager can: | ||
|
||
- Keep the zaak in the destruction list (go against the suggestion of the reviewer). In this case, no details of the zaak can be updated. | ||
- Remove the zaak from the destruction list. When removing the zaak, the record manager should either: | ||
|
||
- Update the selectielijstklasse of the zaak. This should automatically update the archiefactiedatum of the zaak (this is currently done by the frontend). This is for example desirable in the case that the zaak has the wrong selectielijstklasse by accident. | ||
- Update the archiefactiedatum of the zaak. In this case the selectielijstklasse is correct, but for whatever reason the zaak needs to be kept for longer. |