mitgliederverwaltung/lib/mv_web/live/role_live
Moritz 68c09b761e
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:20:27 +01:00
..
form.ex refactor: add opts_with_actor helper and improve error formatting 2026-01-08 16:20:27 +01:00
helpers.ex refactor: add opts_with_actor helper and improve error formatting 2026-01-08 16:20:27 +01:00
index.ex perf: optimize load_user_counts with DB-side aggregation 2026-01-08 16:20:27 +01:00
index.html.heex fix: improve contrast for 'No description' text to meet WCAG 2 AA 2026-01-08 16:19:02 +01:00
show.ex refactor: add opts_with_actor helper and improve error formatting 2026-01-08 16:20:27 +01:00