mitgliederverwaltung/lib/mv_web/live/user_live
Moritz 9a03485604
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:51:45 +01:00
..
form.ex refactor: add typespecs and module constants 2025-11-20 16:51:45 +01:00
index.ex feat: add user-member linking UI with autocomplete (#168) 2025-11-20 16:51:44 +01:00
index.html.heex feat: add user-member linking UI with autocomplete (#168) 2025-11-20 16:51:44 +01:00
show.ex docs: add @moduledoc to all LiveView modules 2025-11-13 11:20:32 +01:00