mitgliederverwaltung/test
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
..
accounts test: add tests for user-member linking and fuzzy search (#168) 2025-11-20 16:51:43 +01:00
membership Remove paid field from members 2025-12-18 15:11:02 +01:00
membership_fees refactor: implement proper notification handling via after_action hooks 2025-12-18 15:00:44 +01:00
mv/membership_fees refactor: implement proper notification handling via after_action hooks 2025-12-18 15:00:44 +01:00
mv_web Refactor filters to use cycle status instead of paid field 2025-12-18 15:11:02 +01:00
support Fix postgres errors when running tests 2025-12-03 14:47:58 +01:00
seeds_test.exs fix: credo warnings 2025-12-11 14:21:40 +01:00
test_helper.exs Add generated starter app 2025-03-18 15:05:27 +01:00