Skip to content

Commit e80ab0c

Browse files
committed
📝 [#386] Update dev docs for new logic
1 parent 17687ca commit e80ab0c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

backend/docs/developers/logic.rst

+14-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,17 @@ For each zaak that has been "rejected" by the reviewer, the record manager can:
1010
- 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.
1111
- Remove the zaak from the destruction list. When removing the zaak, the record manager should either:
1212

13-
- 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.
14-
- 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.
13+
- Update the selectielijstklasse of the zaak.
14+
15+
This should automatically update the archiefactiedatum of the zaak (this is currently done by the frontend).
16+
*Example*: case where the zaak has the wrong selectielijstklasse by accident.
17+
18+
The record manager needs to still be able to update the archiefactiedatum manually.
19+
20+
In the case where the selectielijstklasse has "waardering" equal to "blijven_bewaren",
21+
then the archiefactiedatum must be empty and the record manager cannot change it.
22+
23+
- Update the archiefactiedatum of the zaak.
24+
25+
In this case the selectielijstklasse is correct, but for whatever reason the zaak needs to be kept for longer.
26+
Changing the archiefactiedatum for zaken with "waardering" equal to "blijven_bewaren" should not be possible.

0 commit comments

Comments
 (0)