diff --git a/BACKLOG.md b/BACKLOG.md index db28395..c1c90a3 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -209,9 +209,13 @@ Split (issue #11 closed) into two independently-demoable slices per §13 — the #### S-10b · Real diploma upload stored via the ACL Documenten API — #103 -**Outcome:** the self-service "Documenten aanleveren" action becomes a real file upload; the document is stored in the ZGW Documenten (DRC) API and related to the zaak, with all document calls routed through the ACL (§8.1), and the zaak is set to a cancellation status on timeout expiry. Builds on the S-10a trigger/wait. Depends on #102. +**Outcome:** the self-service "Documenten aanleveren" action becomes a real file upload; the file (base64-encoded end-to-end) is stored in the ZGW Documenten (DRC) API as an `enkelvoudiginformatieobject` and related to the zaak, with all document calls routed through the ACL (§8.1, ADR-0018). Builds on the S-10a trigger/wait. Depends on #102. -**Acceptance:** ACL Documenten gateway integration test; Playwright e2e uploads a real document; the openbaar/zaak reflects the stored document. +**Acceptance:** ACL Documenten gateway integration test (real OpenZaak); Playwright e2e uploads a real PDF. + +#### S-10c · Close the ZGW zaak on document-timeout expiry — #106 + +**Outcome:** when the 30-day term lapses (S-10a `RegistratieVerlopen`), the ZGW zaak is set to a cancellation status (not just the domain aggregate → `Verlopen`). Adds a cancellation statustype/resultaattype to the seed + an ACL method + expiry-worker wiring. Carved from S-10b (ADR-0017/0018). Depends on #103. ### S-11 · Withdrawal (Flow 3) diff --git a/apps/self-service/src/app/registration/registration-page.html b/apps/self-service/src/app/registration/registration-page.html index 6910880..255dba4 100644 --- a/apps/self-service/src/app/registration/registration-page.html +++ b/apps/self-service/src/app/registration/registration-page.html @@ -19,11 +19,20 @@ Het aanleveren van uw documenten is niet gelukt. Probeer het opnieuw.

} +

Lever uw diploma aan (PDF).

+ +