mitgliederverwaltung/lib/mv_web
Moritz 6e309622a0 Add StatisticsLive: overview, bars by year, pie chart
- Summary cards: active/inactive members, open amount
- Joins and exits by year (horizontal bars)
- Contributions by year: table with stacked bar above amounts
- Column order: Paid, Unpaid, Suspended, Total; color dots for legend
- All years combined pie chart
- LiveView tests
2026-02-12 19:35:48 +01:00
..
components Add statistics route, permissions, and sidebar entry 2026-02-12 19:35:48 +01:00
controllers fix linting 2026-02-09 14:08:12 +01:00
helpers Users list and show: Role, Password, OIDC columns; UserHelpers 2026-02-04 11:06:52 +01:00
live Add StatisticsLive: overview, bars by year, pie chart 2026-02-12 19:35:48 +01:00
member_live/index docs: correct load_cycles_for_members documentation 2025-12-26 21:40:42 +01:00
plugs feat: add CheckPagePermission plug for page-level authorization 2026-01-30 00:00:31 +01:00
translations fix: sorting and filter for export 2026-02-05 15:03:25 +01:00
auth_overrides.ex docs: enable Credo ModuleDoc check and fix remaining modules 2025-11-13 11:20:33 +01:00
authorization.ex Authorization: document can_access_page? nil-safety 2026-02-03 17:16:09 +01:00
endpoint.ex Fix postgres errors when running tests 2025-12-03 14:47:58 +01:00
error_helpers.ex refactor(web): extract format_ash_error to MvWeb.ErrorHelpers 2026-01-27 17:39:04 +01:00
gettext.ex Add generated starter app 2025-03-18 15:05:27 +01:00
live_helpers.ex feat: add CheckPagePermission plug for page-level authorization 2026-01-30 00:00:31 +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
page_paths.ex Add statistics route, permissions, and sidebar entry 2026-02-12 19:35:48 +01:00
router.ex Add statistics route, permissions, and sidebar entry 2026-02-12 19:35:48 +01:00
telemetry.ex Add generated starter app 2025-03-18 15:05:27 +01:00