mitgliederverwaltung/lib/mv_web
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
..
components fix: use verified routes in navbar and improve can_access_page? 2026-01-08 16:01:01 +01:00
controllers refactor and docs 2025-11-13 16:33:29 +01:00
helpers refactor: improve format_currency robustness and reduce complexity 2025-12-26 21:40:53 +01:00
live perf: optimize load_user_counts with DB-side aggregation 2026-01-08 16:01:26 +01:00
member_live/index docs: correct load_cycles_for_members documentation 2025-12-26 21:40:42 +01:00
translations Remove paid field from members 2025-12-18 15:11:02 +01:00
auth_overrides.ex docs: enable Credo ModuleDoc check and fix remaining modules 2025-11-13 11:20:33 +01:00
authorization.ex fix: use verified routes in navbar and improve can_access_page? 2026-01-08 16:01:01 +01:00
endpoint.ex Fix postgres errors when running tests 2025-12-03 14:47:58 +01:00
gettext.ex Add generated starter app 2025-03-18 15:05:27 +01:00
live_helpers.ex fix: add ensure_user_role_loaded to router live_session globally 2026-01-08 16:00:38 +01:00
live_user_auth.ex style: fix linting errors 2025-09-29 16:41:46 +02:00
locale_controller.ex refactor and docs 2025-11-13 16:33:29 +01:00
router.ex fix: add ensure_user_role_loaded to router live_session globally 2026-01-08 16:00:38 +01:00
telemetry.ex Add generated starter app 2025-03-18 15:05:27 +01:00