mitgliederverwaltung/lib/membership
Moritz dd90e79daf refactor: add typespecs and module constants
- Add @spec for public functions in Member and UserLive.Form
- Replace magic numbers with module constants:
  - @member_search_limit = 10
  - @default_similarity_threshold = 0.2
- Add comprehensive @doc for filter_by_email_match and fuzzy_search
2025-11-20 16:49:05 +01:00
..
custom_field/changes feat: add custom field slug 2025-11-20 14:23:25 +01:00
custom_field.ex feat: custom field deletion 2025-11-20 15:04:08 +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: add typespecs and module constants 2025-11-20 16:49:05 +01:00
membership.ex feat: custom field deletion 2025-11-20 15:04:08 +01:00