-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtask-audit.json
More file actions
24 lines (24 loc) · 1.93 KB
/
Copy pathtask-audit.json
File metadata and controls
24 lines (24 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"spec": "openspec/changes/ibabs-notubiz-connector",
"verified": [
{"task": "1", "file": "lib/Service/IBabsConnectorService.php", "ok": true, "note": "testConnection implemented, 401/200 handling"},
{"task": "2", "file": "lib/Service/IBabsConnectorService.php", "ok": true, "note": "pushVoorstel implemented with geheimhouding flag"},
{"task": "3", "file": "lib/Service/IBabsConnectorService.php", "ok": true, "note": "createAgendapunt + selectNextVergadering implemented"},
{"task": "4", "file": "lib/Service/IBabsConnectorService.php", "ok": true, "note": "pollBesluiten + mapBesluitStatus implemented"},
{"task": "4", "file": "lib/Cron/RISPollJob.php", "ok": true, "note": "15-min timed job, non-stub run() body"},
{"task": "5", "file": "lib/Service/IBabsConnectorService.php", "ok": true, "note": "retrieveBesluitenlijst + storeBesluitenlijst implemented"},
{"task": "6", "file": "lib/Service/NotuBizConnectorService.php", "ok": true, "note": "testConnection + refreshToken via AuthenticationService"},
{"task": "7", "file": "lib/Service/NotuBizConnectorService.php", "ok": true, "note": "pushVergaderstuk + mapVergadertype implemented"},
{"task": "8", "file": "tests/Unit/Service/IBabsConnectorServiceTest.php", "ok": true, "note": "20 tests — connection, push, poll, besluitenlijst"},
{"task": "8", "file": "tests/Unit/Service/NotuBizConnectorServiceTest.php", "ok": true, "note": "13 tests — connection, token refresh, push, vergadertype"},
{"task": "8", "file": "tests/Unit/Cron/RISPollJobTest.php", "ok": true, "note": "4 tests — empty records, exception, iBabs dispatch"},
{"task": "9", "file": "docs/features/ibabs-notubiz-connector.md", "ok": true, "note": "Full config guide, API tables, besluit mapping, file storage"}
],
"stubs": [],
"missing_routes": [],
"quality": {
"phpcs": "0 errors on changed files",
"phpunit": "202 tests, 0 failures",
"hydra_gates": "14/14 gates green"
}
}