S-13 · DMN decision: diploma eligibility (Flow 4) #14

Closed
opened 2026-06-03 09:52:59 +00:00 by eho · 1 comment
Owner

Outcome: A DMN decision table evaluated by the Domain Service via Workflow Client. Foreign diplomas route to an extra "CBGV-advies" user task in BPMN.

Acceptance: BDD scenarios for domestic and foreign diploma paths; DMN evaluated separately is unit-tested.

Definition of Done

  • A linked Gitea issue exists (this one).
  • Failing test written and committed first.
  • Implementation makes the test pass.
  • Refactor commit follows if structure improved.
  • Conventional Commit messages referencing this issue (refs #NN).
  • All Gitea Actions CI jobs green: lint, unit, integration, mutation (ratchet), e2e, container build + push, compose-up smoke test.
  • docker compose up from a fresh clone reaches green health checks within 3 minutes.
  • Docs touched if behaviour, contracts, or operations changed.
  • ADR added in docs/architecture/ if a non-obvious decision was made.
  • Demo note appended to docs/demo-script.md if the slice is user-visible.
  • This issue closed by the merging PR (closes #NN).
**Outcome:** A DMN decision table evaluated by the Domain Service via Workflow Client. Foreign diplomas route to an extra "CBGV-advies" user task in BPMN. **Acceptance:** BDD scenarios for domestic and foreign diploma paths; DMN evaluated separately is unit-tested. ## Definition of Done - [ ] A linked Gitea issue exists (this one). - [ ] Failing test written and committed first. - [ ] Implementation makes the test pass. - [ ] Refactor commit follows if structure improved. - [ ] Conventional Commit messages referencing this issue (`refs #NN`). - [ ] All Gitea Actions CI jobs green: lint, unit, integration, mutation (ratchet), e2e, container build + push, compose-up smoke test. - [ ] `docker compose up` from a fresh clone reaches green health checks within 3 minutes. - [ ] Docs touched if behaviour, contracts, or operations changed. - [ ] ADR added in `docs/architecture/` if a non-obvious decision was made. - [ ] Demo note appended to `docs/demo-script.md` if the slice is user-visible. - [ ] This issue closed by the merging PR (`closes #NN`).
eho added this to the Iteration 2 — Flow Completeness milestone 2026-06-03 09:52:59 +00:00
eho added the area:domaintype:slicearea:workflow labels 2026-06-03 09:52:59 +00:00
Contributor

Design note: implementing this as Option B — a DMN businessRuleTask in the BPMN (Flowable evaluates the diploma-eligibility DMN inline; an exclusive gateway routes foreign→CBGV-advies), rather than the issue's literal 'evaluated by the Domain Service via Workflow Client'. Rationale + trade-offs recorded in adr-proposal #100 → ADR-0016. Outcome (DMN decides eligibility, foreign diplomas get the extra CBGV step) is unchanged.

Design note: implementing this as **Option B — a DMN `businessRuleTask` in the BPMN** (Flowable evaluates the `diploma-eligibility` DMN inline; an exclusive gateway routes foreign→CBGV-advies), rather than the issue's literal 'evaluated by the Domain Service via Workflow Client'. Rationale + trade-offs recorded in adr-proposal #100 → ADR-0016. Outcome (DMN decides eligibility, foreign diplomas get the extra CBGV step) is unchanged.
not closed this issue 2026-07-20 07:26:53 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: eho/register-referentie#14