Marcel
92a2feba1e
feat(person): store birth/death as LocalDate + DatePrecision
Entity swap mirroring Document.metaDatePrecision; PersonUpdateDTO takes
date + precision; validateLifeDates (badRequest BIRTH_AFTER_DEATH /
INVALID_DATE_PRECISION) replaces validateYears; preferHumanDate keeps
DAY/MONTH/SEASON hand-entered dates on re-import and refreshes
YEAR/UNKNOWN from the canonical year (ADR-025 extension);
PersonUpsertCommand stays year-shaped. Native queries project
EXTRACT(YEAR ...) so PersonSummaryDTO and PersonNodeDTO stay
year-shaped, null-safe for undated persons.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 21:49:16 +02:00
..
2026-03-17 13:33:02 +00:00
2026-06-04 16:44:56 +02:00
2026-06-12 21:49:16 +02:00
2026-04-15 11:33:03 +02:00
2026-03-15 11:47:58 +01:00
2026-06-12 14:04:02 +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