8549e2e64a
feat: add user-member linking UI with autocomplete ( #168 )
2025-11-20 16:49:05 +01:00
a6fd3157d0
fix: extract member_id from relationship changes during validation ( #168 )
2025-11-20 16:49:05 +01:00
ce21ebad9b
feat: add member fuzzy search for linking ( #168 )
2025-11-20 16:49:05 +01:00
8ba15eb16b
refactor: change wording to hide technical details
continuous-integration/drone/push Build is passing
2025-11-20 15:07:47 +01:00
a32789b90c
feat: autofocus on dialog
2025-11-20 15:04:13 +01:00
2af23f4042
feat: custom field deletion
2025-11-20 15:04:08 +01:00
c246ca59db
feat: hide slug from user
2025-11-20 14:23:25 +01:00
edf8b2b79e
feat: add custom field slug
2025-11-20 14:23:25 +01:00
bc75a5853a
fix: correction of some english translation
continuous-integration/drone/push Build is passing
2025-11-20 13:48:05 +01:00
158ac52d97
feat: Add Custom Fields link to navbar
continuous-integration/drone/push Build is passing
2025-11-13 18:52:24 +01:00
2b3c94d3b2
fix: Allow optional email values in custom fields
continuous-integration/drone/push Build is passing
2025-11-13 18:40:18 +01:00
e9290b7156
feat: Add validation constraints and tests for CustomField and CustomFieldValue
2025-11-13 18:37:58 +01:00
8400e727a7
refactor: Rename Property/PropertyType to CustomFieldValue/CustomField
...
continuous-integration/drone/push Build is passing
Complete refactoring of resources, database tables, code references, tests, and documentation for improved naming consistency.
2025-11-13 18:04:53 +01:00
55fb845855
refactor: small changes from PR review
continuous-integration/drone/push Build is passing
2025-11-13 16:33:29 +01:00
918b02a714
fix accessibility issues
2025-11-13 16:33:29 +01:00
5ce220862f
refactor and docs
2025-11-13 16:33:29 +01:00
4ba03821a2
add translation
2025-11-13 16:33:29 +01:00
527657d37b
UI for oidc account linking
2025-11-13 16:33:29 +01:00
293e85334f
fix oidc security bug
2025-11-13 16:33:29 +01:00
7375b83167
docs: add @doc to public functions in EmailSync, Validations, and Senders
...
continuous-integration/drone/push Build is passing
Document public API functions with @doc for better tooling support:
- EmailSync Changes: sync_user_email_to_member, sync_member_email_to_user
- Validations: email_not_used_by_other_member, email_not_used_by_other_user
- Senders: send_new_user_confirmation_email, send_password_reset_email
2025-11-13 11:20:33 +01:00
c416d0fb91
refactor: split long sort handler into smaller functions
...
Extract determine_new_sort/2, update_sort_components/4, and push_sort_url/3
from handle_info({:sort, ...}). Reduces function from 46 to 7 lines.
2025-11-13 11:20:33 +01:00
150bba2ef8
docs: enable Credo ModuleDoc check and fix remaining modules
...
Add @moduledoc to Secrets, LiveHelpers, AuthOverrides, and Membership domain.
Enable Credo.Check.Readability.ModuleDoc in .credo.exs.
2025-11-13 11:20:33 +01:00
6922086fa1
docs: add @doc to public functions in MemberLive.Index
...
Document LiveView callbacks (mount, handle_event, handle_info, handle_params)
with comprehensive descriptions of their purpose and supported operations.
2025-11-13 11:20:32 +01:00
1805916359
docs: add @moduledoc to all LiveView modules
...
Add comprehensive module documentation to 12 LiveView modules covering
member, user, property, and property_type management views.
2025-11-13 11:20:32 +01:00
8fd981806e
docs: add @moduledoc to core membership resources
...
Add comprehensive module documentation to Member, Property, PropertyType, and Email.
Improves code discoverability and enables ExDoc generation.
2025-11-13 11:20:32 +01:00
a69ccf0ff9
fix: added email serach and ommitted fields
2025-11-12 11:55:35 +01:00
0c75776915
formatting
continuous-integration/drone/push Build is passing
2025-10-30 17:20:07 +01:00
3481b9dadf
fix: updated fuzzy search after merge with sorting
continuous-integration/drone/push Build is failing
2025-10-30 17:16:23 +01:00
5406318e8d
feat(liveview): use fuzzy search in live view
2025-10-30 16:50:02 +01:00
f6bfeadb7b
feat(member). added search action to ressource
2025-10-30 16:48:45 +01:00
c7c6d329fb
chore: enable trigram extension
2025-10-30 16:48:45 +01:00
8104451d35
format and linting: reduced complexity of function
continuous-integration/drone/push Build is passing
2025-10-30 16:42:19 +01:00
bb362e1636
formating
2025-10-30 16:42:19 +01:00
41e3a52482
test: updated tests
2025-10-30 16:42:19 +01:00
b71df98ba2
fix: catch invalid sorting order
2025-10-30 16:42:19 +01:00
eb42b9fe0a
fix: keep search term on refresh and enter
2025-10-30 16:42:19 +01:00
85e1f370f6
fix: keep search term while sorting
2025-10-30 16:42:19 +01:00
9d98ec2494
formatting
2025-10-30 16:42:19 +01:00
c3502a326e
docs: formatting, docs and accessibility fix
2025-10-30 16:42:19 +01:00
d9e48a37d2
feat: sort header for members list
2025-10-30 16:42:19 +01:00
1495ef4592
fix validation behaviour
2025-10-23 13:13:29 +02:00
001fca1d16
refactor: email sync changes
2025-10-23 13:13:28 +02:00
2693f67d33
refactor: email validations
2025-10-23 13:13:28 +02:00
7522724945
refactor: email sync changes
2025-10-23 13:13:28 +02:00
39afaf3999
feat: email uniqueness constraint between user and member
2025-10-23 13:13:27 +02:00
5a0a261cd6
add action changes for email sync
2025-10-23 13:13:27 +02:00
7c1aeddad4
add constraints for member-user and member-property
2025-10-16 15:28:31 +02:00
59a8067c09
add some comments
2025-10-16 15:28:30 +02:00
3b0c1da1ab
User email validation
2025-10-16 13:54:57 +02:00
cde619543f
translate all error messages
2025-10-16 13:54:07 +02:00