98dc73ee37
refactor: fix credo warnings and format code
...
- Replace Enum.map/2 |> Enum.join/2 with Enum.map_join/3 for efficiency
- Refactor get_existing_form_values to reduce cyclomatic complexity
- Replace length/1 with Enum.empty?/1 for better performance
- Update gettext translations
2025-12-18 15:10:07 +01:00
cd46478024
refactor: optimize format_currency using pipe operator
...
- Replace double assignment of normalized_str with pipe operator
- Improves code readability and follows Elixir best practices
2025-12-18 15:08:34 +01:00
e8e47fd92a
fix: remove unused variable in format_currency function
...
- Replace unused amount_str variable with normalized_str
- Ensure consistent variable naming throughout function
2025-12-18 15:08:33 +01:00
09dfbe455b
feat: add membership fee helper modules
...
MembershipFeeHelpers: formatting functions for currency, intervals, cycles
MembershipFeeStatus: helper for loading and determining cycle status in member list
2025-12-18 15:08:30 +01:00
e6c5a58c65
Show dates in european format
continuous-integration/drone/push Build was killed
2025-12-03 14:20:14 +01:00