mitgliederverwaltung/test/membership
Moritz 098b3b0a2a
Remove paid field from members
Remove paid field from Member resource, database migration,
tests, seeds, and UI. This field is no longer needed as payment
status is now tracked via membership fee cycles.
2025-12-18 15:11:02 +01:00
..
custom_field_deletion_test.exs feat: custom field deletion 2025-11-20 15:04:08 +01:00
custom_field_show_in_overview_test.exs test: added tests 2025-12-01 08:50:06 +01:00
custom_field_slug_test.exs feat: add custom field slug 2025-11-20 14:23:25 +01:00
custom_field_validation_test.exs fix: Allow optional email values in custom fields 2025-11-13 18:40:18 +01:00
custom_field_value_validation_test.exs fix: Allow optional email values in custom fields 2025-11-13 18:40:18 +01:00
fuzzy_search_test.exs fix: credo warnings 2025-12-11 14:21:40 +01:00
member_available_for_linking_test.exs refactor: simplify Member.available_for_linking action to 9 lines 2025-11-20 21:44:29 +01:00
member_cycle_calculations_test.exs fix: remove unused variable warning in ValidateSameInterval 2025-12-18 15:00:43 +01:00
member_email_sync_test.exs email sync tests 2025-10-23 13:13:27 +02:00
member_field_visibility_test.exs fix: hide paid column and add tests 2025-12-03 14:56:39 +01:00
member_fuzzy_search_linking_test.exs test: add tests for user-member linking and fuzzy search (#168) 2025-11-20 16:51:43 +01:00
member_search_with_custom_fields_test.exs fix: custom field substring search - pass id as parameter 2025-12-11 14:04:13 +01:00
member_test.exs Remove paid field from members 2025-12-18 15:11:02 +01:00
member_type_change_integration_test.exs fix: resolve notification handling and maintain after_action for cycle regeneration 2025-12-18 15:00:44 +01:00
membership_fee_settings_test.exs refactor: replace ContributionSettingsLive mockup with MembershipFeeSettingsLive in navigation 2025-12-18 11:54:23 +01:00
setting_env_test.exs adds tests 2025-12-01 10:42:10 +01:00
setting_test.exs test updated 2025-12-01 10:43:19 +01:00