Skip to content

Commit

Permalink
📝 [#377] Add info about processing review logic
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Sep 24, 2024
1 parent 626aa35 commit 3ed8fc2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/docs/developers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ Content

e2e-tests
gherkin-like-tests
vcr-tests
vcr-tests
logic
14 changes: 14 additions & 0 deletions backend/docs/developers/logic.rst
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.

0 comments on commit 3ed8fc2

Please sign in to comment.