T6: start

This commit is contained in:
Artur Kruszewski
2026-07-08 00:41:23 +02:00
parent b072cb3cfc
commit 3c0d416f5c
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -565,7 +565,7 @@ Po ukończeniu zadania agent zmienia jego status w liście poniżej i dopisuje j
- [x] T2 NameNormalizer testy - [x] T2 NameNormalizer testy
- [ ] T3 PartyNormalizer testy - [ ] T3 PartyNormalizer testy
- [x] T4 MarkdownRegistrySource test - [x] T4 MarkdownRegistrySource test
- [ ] T5 Canonical round-trip - [x] T5 Canonical round-trip
- [ ] T6 GraphLoader idempotencja [NEO4J] - [ ] T6 GraphLoader idempotencja [NEO4J]
- [ ] T7 GraphValidator + CSV [NEO4J] - [ ] T7 GraphValidator + CSV [NEO4J]
- [ ] T8 Zielony pełny build - [ ] T8 Zielony pełny build
+5 -5
View File
@@ -46,17 +46,17 @@
"id": "T5", "id": "T5",
"title": "Canonical write/read round-trip", "title": "Canonical write/read round-trip",
"tag": null, "tag": null,
"status": "in_progress", "status": "done",
"startedAt": "2026-07-07T00:00:00Z", "startedAt": "2026-07-07T00:00:00Z",
"finishedAt": null, "finishedAt": "2026-07-07T00:00:00Z",
"note": "" "note": "Round-trip write+read + assert hospital/person/affiliation/role data."
}, },
{ {
"id": "T6", "id": "T6",
"title": "GraphLoader idempotencja", "title": "GraphLoader idempotencja",
"tag": "NEO4J", "tag": "NEO4J",
"status": "todo", "status": "in_progress",
"startedAt": null, "startedAt": "2026-07-07T00:00:00Z",
"finishedAt": null, "finishedAt": null,
"note": "wymaga Dockera; bez -> skipped" "note": "wymaga Dockera; bez -> skipped"
}, },