mitgliederverwaltung/lib/mv_web/live/member_live/index
Simon b09cdf7f3a feat(member): resolve custom-field filters and sorting in PostgreSQL
Push the boolean and date custom-field predicates and custom-field
sorting down to JSONB expressions so the overview stops classifying
custom-field values in memory. A GIN index on custom_field_values.value
keeps the boolean membership predicates index-served.
2026-07-03 11:19:59 +02:00
..
custom_field_value_lookup.ex feat(member-live): wire date filters into LiveView lifecycle 2026-05-20 16:28:17 +02:00
date_filter.ex feat(member): resolve custom-field filters and sorting in PostgreSQL 2026-07-03 11:19:59 +02:00
field_selection.ex refactor(types): remove dead catch-all clauses unreachable per success typing 2026-06-02 11:56:44 +02:00
field_visibility.ex refactor(types): reconcile @specs with their success typings 2026-06-02 11:25:03 +02:00
filter_params.ex feat(member-live): wire date filters into LiveView lifecycle 2026-05-20 16:28:17 +02:00
formatter.ex Show dates in european format 2025-12-03 14:20:14 +01:00
overview_query.ex feat(member): resolve custom-field filters and sorting in PostgreSQL 2026-07-03 11:19:59 +02:00