mitgliederverwaltung/lib/mv_web/live/member_live
Moritz c65b3808bf
Refactor filters to use cycle status instead of paid field
Replace paid_filter with cycle_status_filter that filters based on
membership fee cycle status (last or current cycle). Update
PaymentFilterComponent to use new filter with options All, Paid, Unpaid.
Remove membership fee status filter dropdown. Extend
filter_members_by_cycle_status/3 to support both paid and unpaid filtering.
Update toggle_cycle_view to preserve filter state in URL.
2025-12-18 15:11:02 +01:00
..
index refactor: DRY - use Mv.Constants.custom_field_prefix() instead of string literals 2025-12-03 18:47:27 +01:00
show Replace dropdown with action buttons in cycles view 2025-12-18 15:10:36 +01:00
form.ex refactor: reduce function nesting depth to fix Credo warnings 2025-12-18 15:08:32 +01:00
index.ex Refactor filters to use cycle status instead of paid field 2025-12-18 15:11:02 +01:00
index.html.heex Refactor filters to use cycle status instead of paid field 2025-12-18 15:11:02 +01:00
show.ex Improve payment data box layout and translations 2025-12-18 15:11:00 +01:00