Skip to content

Commit

Permalink
Todo's
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Aug 30, 2024
1 parent 61055d4 commit fc8128e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Service/RequestService.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ public function checkCasesHandler(array $data, array $configuration): array
$event = new ActionEvent('commongateway.action.event', ['body' => $zaak], 'vrijbrp.caseToRequest.sync');
$this->eventDispatcher->dispatch($event, 'commongateway.action.event');
}

// Todo: Check / get cases for zaaktype identificatie in ['B0328', 'B0255', 'B0348', 'B1425', 'B0237', 'B0337', 'B0360', 'B0366']

Check warning on line 115 in src/Service/RequestService.php

View workflow job for this annotation

GitHub Actions / build

Line exceeds 125 characters; contains 137 characters

Check warning on line 115 in src/Service/RequestService.php

View workflow job for this annotation

GitHub Actions / build

Comment refers to a TODO task "Check / get cases for zaaktype identificatie in ['B0328', 'B0255', 'B0348', 'B1425', 'B0237', 'B0337', 'B0360', 'B0366'"
// (first 4 are from NaamgebruikVrijBRPBundle, last 4 are from GeboorteVrijBRPBundle)
// Todo: FirstRegistration might work differently? documents.0.zaak.zaaktype.identificatie in ['B333', 'B334']

Check warning on line 117 in src/Service/RequestService.php

View workflow job for this annotation

GitHub Actions / build

Comment refers to a TODO task "FirstRegistration might work differently? documents.0.zaak.zaaktype.identificatie in ['B333', 'B334'"
// Todo: throw event for "vrijbrp.zaak.created" for other 9 e-diensten.

Check warning on line 118 in src/Service/RequestService.php

View workflow job for this annotation

GitHub Actions / build

Comment refers to a TODO task "throw event for "vrijbrp.zaak.created" for other 9 e-diensten"

return $data;

Expand Down

0 comments on commit fc8128e

Please sign in to comment.