mitgliederverwaltung/lib/membership
Moritz 265e976d94
fix: simplify JSONB extraction - remove redundant operators
- Replace 4 LIKE checks with 2 in build_custom_field_filter
- Simplify CASE blocks in migration trigger functions
- ->> operator always returns text, no need for -> + ::text fallback
- Performance improvement: 50% fewer LIKE operations
2025-12-11 13:49:05 +01:00
..
custom_field/changes feat: add custom field slug 2025-11-20 14:23:25 +01:00
custom_field.ex chore: show in overview attribute to custom field 2025-12-01 08:50:06 +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 fix: simplify JSONB extraction - remove redundant operators 2025-12-11 13:49:05 +01:00
membership.ex Refactor column visibility logic 2025-12-02 14:18:27 +01:00
setting.ex Refactor column visibility logic 2025-12-02 14:18:27 +01:00