mitgliederverwaltung/lib
Moritz 5998fb643d
All checks were successful
continuous-integration/drone/push Build is passing
perf: optimize load_user_counts with DB-side aggregation
Replace Elixir-side counting with Ecto GROUP BY COUNT query for
better performance. This avoids loading all users into memory and
performs the aggregation directly in the database.
2026-01-08 16:01:26 +01:00
..
accounts security: remove is_system_role from public API 2026-01-06 19:04:03 +01:00
membership formatting 2026-01-02 13:53:24 +01:00
membership_fees feat: allow amount updates for membership fee cycles 2025-12-18 15:08:31 +01:00
mv fix: add missing /custom_field_values/:id page to read_only and normal_user 2026-01-06 22:17:33 +01:00
mv_web perf: optimize load_user_counts with DB-side aggregation 2026-01-08 16:01:26 +01:00
mv.ex Add generated starter app 2025-03-18 15:05:27 +01:00
mv_web.ex feat: add UI-level authorization helpers 2026-01-06 22:34:21 +01:00