Marcel
c90b42d045
feat(documents): add density and date-range repository queries (#385)
Native SQL aggregations backing GET /api/documents/density:
- findDensityByMonth groups documents by truncated meta_date with optional
from/to bounds (frontend fills zero-count gaps).
- findMinMaxDocumentDate returns the earliest/latest meta_date via projection,
null on empty archive.
Covered by DocumentDensityIntegrationTest (Testcontainers PostgreSQL): empty
archive, single+multi-month grouping, from/to bounds, null meta_date exclusion,
min/max edge cases.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-07 21:47:59 +02:00
..
2026-03-17 13:33:02 +00:00
2026-04-28 08:34:26 +02:00
2026-05-07 21:47:59 +02:00
2026-04-15 11:33:03 +02:00
2026-03-15 11:47:58 +01:00
2026-05-06 07:41: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-05-07 17:49:40 +02:00