mitgliederverwaltung/lib/membership
Moritz 814b84c120 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:32:20 +01:00
..
custom_field/changes feat: add custom field slug 2025-11-20 14:23:25 +01:00
custom_field.ex feat: add custom field slug 2025-11-20 14:23:25 +01:00
custom_field_value.ex feat: Add validation constraints and tests for CustomField and CustomFieldValue 2025-11-13 18:37:58 +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:32:20 +01:00
membership.ex refactor: Rename Property/PropertyType to CustomFieldValue/CustomField 2025-11-13 18:04:53 +01:00