mitgliederverwaltung/lib/membership
Moritz e9c53cc520
All checks were successful
continuous-integration/drone/push Build is passing
refactor: reduce nesting depth and improve code readability
- Replace Enum.map |> Enum.join with Enum.map_join for efficiency
- Extract helper functions to reduce nesting depth from 4 to 2
- Rename is_current_cycle? to current_cycle? following Elixir conventions
2025-12-15 11:50:08 +01:00
..
custom_field/changes feat: add custom field slug 2025-11-20 14:23:25 +01:00
setting/changes refactor: migrate MembershipFeeSettingsLive to AshPhoenix.Form 2025-12-12 19:05:41 +01:00
custom_field.ex chore: show in overview attribute to custom field 2025-12-01 08:50:06 +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 refactor: reduce nesting depth and improve code readability 2025-12-15 11:50:08 +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-12 19:05:41 +01:00