mitgliederverwaltung/lib/mv_web
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
..
components feat: Add Custom Fields link to navbar 2025-11-13 18:52:24 +01:00
controllers refactor and docs 2025-11-13 16:33:29 +01:00
live refactor: add typespecs and module constants 2025-11-20 16:49:05 +01:00
auth_overrides.ex docs: enable Credo ModuleDoc check and fix remaining modules 2025-11-13 11:20:33 +01:00
endpoint.ex feat: migration to phoenix 1.8 - merge changed files 2025-07-17 18:01:12 +02:00
gettext.ex Add generated starter app 2025-03-18 15:05:27 +01:00
live_helpers.ex docs: enable Credo ModuleDoc check and fix remaining modules 2025-11-13 11:20:33 +01:00
live_user_auth.ex style: fix linting errors 2025-09-29 16:41:46 +02:00
locale_controller.ex refactor and docs 2025-11-13 16:33:29 +01:00
router.ex refactor: Rename Property/PropertyType to CustomFieldValue/CustomField 2025-11-13 18:04:53 +01:00
telemetry.ex Add generated starter app 2025-03-18 15:05:27 +01:00