mitgliederverwaltung/lib/mv_web/live
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
..
auth Fix OIDC account linking by using SystemActor in LinkOidcAccountLive 2026-01-23 02:14:59 +01:00
components feat: add membership fee status to columns and dropdown 2026-02-09 13:34:38 +01:00
custom_field_live feat: import custom fields via CSV 2026-02-02 11:42:07 +01:00
group_live fix: pr comments 2026-02-12 15:08:40 +01:00
import_export_live feat: add membership fee status to columns and dropdown 2026-02-09 13:34:38 +01:00
member_field_live refactor: remove code duplication using helper modules 2026-01-08 11:37:07 +01:00
member_live fix linting 2026-02-09 14:08:12 +01:00
membership_fee_type_live Fee settings and fee type form: pass actor for MembershipFeeType read 2026-02-03 23:52:27 +01:00
role_live Centralize role preloading in global LiveView on_mount 2026-01-22 21:36:15 +01:00
user_live OIDC: use UserHelpers.has_oidc? in index and show 2026-02-04 11:40:21 +01:00
global_settings_live.ex feat: move import/export to own section 2026-02-03 14:19:36 +01:00
import_export_live.ex feat: add membership fee status to columns and dropdown 2026-02-09 13:34:38 +01:00
membership_fee_settings_live.ex Fee settings and fee type form: pass actor for MembershipFeeType read 2026-02-03 23:52:27 +01:00
statistics_live.ex Add StatisticsLive: overview, bars by year, pie chart 2026-02-12 19:35:48 +01:00