Block a user
refactor(document): extract a SearchFilters record for the document search signatures (#683)
🏛️ Markus Keller — Senior Application Architect
✅ Approved
A textbook parameter-object refactor. Ten positional arguments — including two UUIDs (sender/receiver) and two LocalDates…
refactor(document): extract a SearchFilters record for the document search signatures (#683)
Extract a SearchFilters record for the document search signatures
👨💻 Felix Brandt — Implementation complete
Branch feat/issue-683-search-filters-record (off main), pushed.
What was done
Threaded a filter-only SearchFilters record through the…
marcel
pushed to feat/issue-683-search-filters-record at marcel/familienarchiv
2026-05-31 15:21:22 +02:00
marcel
created branch feat/issue-683-search-filters-record in marcel/familienarchiv
2026-05-31 15:21:22 +02:00
Extract a SearchFilters record for the document search signatures
⚙️ Tobias Wendt — DevOps & Platform Engineer
No concerns from my angle. I checked that this touches no Docker service, Compose file, CI workflow, env var, port, or migration — it's an…
Extract a SearchFilters record for the document search signatures
🎨 Leonie Voss — UX Designer & Accessibility
No concerns from my angle. I checked that this is a pure backend service-signature refactor with no UI, no route, no API contract change (both…
Extract a SearchFilters record for the document search signatures
📋 Elicit — Requirements Engineer
Observations
- The issue is implementation-ready: Scope, Suggested approach, Acceptance criteria, and DoD are all present, with the three structural…
Extract a SearchFilters record for the document search signatures
🔒 Nora Steiner ("NullX") — Application Security Engineer
Observations
- I checked the one security-relevant assertion in the AC: **
@RequirePermission(Permission.WRITE_ALL)on…
Extract a SearchFilters record for the document search signatures
🧪 Sara Holt — Senior QA Engineer
Observations
- Test-name drift in the Acceptance Criteria — heads up. The cited controller tests
search_with_undated_*and `getDocumentIds_with_und…
Extract a SearchFilters record for the document search signatures
🏛️ Markus Keller — Senior Application Architect
Observations
- This is the right move and the right size. A 13-parameter positional signature where
sender/receiver(bothUUID) and…
Extract a SearchFilters record for the document search signatures
👨💻 Felix Brandt — Senior Fullstack Developer
Observations
- Verified the chain in current
DocumentService.java. Line numbers have drifted slightly:findIdsForFilteris at 503…
marcel
deleted branch feat/issue-697-readers-read-transcriptions from marcel/familienarchiv
2026-05-31 13:28:41 +02:00
feat(transcription): let read-only users read transcriptions (read tab only, no edit)
feat(transcription): let read-only users read transcriptions (read tab only, no edit) (#697)
marcel
pushed to feat/issue-697-readers-read-transcriptions at marcel/familienarchiv
2026-05-31 12:59:15 +02:00
As a reader browsing topics I want each theme box to count documents across its whole sub-topic tree so I can judge a topic's depth at a glance
marcel
deleted branch worktree-feat+issue-698-themen-subtree-count from marcel/familienarchiv
2026-05-31 12:58:11 +02:00
feat(themen): count documents across the whole sub-topic tree (#698)