Marcel
c66d83cfc6
feat(timeline): implement assembleDerivedEvents() with TDD (REQ-001–REQ-016)
Adds RelationshipService dependency to TimelineEventService and implements:
- assembleDerivedEvents() — public @Transactional(readOnly=true) orchestrator
- buildBirthEvents() — Person.birthDate → BIRTH events with precision pass-through
- buildDeathEvents() — Person.deathDate → DEATH events with precision pass-through
- buildMarriageEvents() — SPOUSE_OF edges → MARRIAGE events, dedup on row id
Synthetic prefixed ids (birth:/death:/marriage:) are structurally non-UUID.
Null fromYear marriages are emitted with eventDate=null + precision=UNKNOWN (REQ-006).
Non-family-member persons excluded from birth/death; SPOUSE_OF edges always emit (REQ-013).
All 16 tests in DerivedEventsAssemblyTest pass.
Refs #776
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-13 14:35:50 +02:00
..
2026-03-17 13:33:02 +00:00
2026-06-04 16:44:56 +02:00
2026-06-13 14:35:50 +02:00
2026-04-15 11:33:03 +02:00
2026-03-15 11:47:58 +01:00
2026-06-13 00:34:18 +02:00
2026-04-15 11:33:03 +02:00
2026-03-15 11:47:58 +01:00
2026-05-05 07:20:01 +02:00
2026-03-15 11:47:58 +01:00
2026-03-17 13:33:02 +00:00
2026-06-06 15:43:49 +02:00