mitgliederverwaltung/lib/membership
Moritz d02add75ef fix: convert after_action to after_transaction for cycle generation
Replace after_action hooks with after_transaction to ensure async tasks only run after successful commit. Extract common cycle generation logic into handle_cycle_generation/2 to reduce duplication. Add structured error logging with context.
2025-12-26 21:40:22 +01:00
..
custom_field/changes feat: add custom field slug 2025-11-20 14:23:25 +01:00
member/changes Reduce function nesting depth 2025-12-18 15:10:36 +01:00
setting/changes refactor: migrate MembershipFeeSettingsLive to AshPhoenix.Form 2025-12-18 11:54:23 +01:00
custom_field.ex chore: remove immutable from custom fields 2025-12-16 14:35:00 +01:00
custom_field_value.ex feat: custom field deletion 2025-11-20 15:04:08 +01:00
email.ex fix: Allow optional email values in custom fields 2025-11-13 18:40:18 +01:00
member.ex fix: convert after_action to after_transaction for cycle generation 2025-12-26 21:40:22 +01:00
membership.ex Refactor column visibility logic 2025-12-02 14:18:27 +01:00
setting.ex refactor: migrate MembershipFeeSettingsLive to AshPhoenix.Form 2025-12-18 11:54:23 +01:00