mitgliederverwaltung/test/mv/membership
Moritz 1aaa0ece5d fix(membership): add chronological sort key for custom :date fields
Custom :date values are real Date structs; sorting them by Erlang term
order compares day, then month, then year, so the member list ordered
them like day-first text instead of chronologically. Derive the sort key
from a single shared helper that maps a date to its Gregorian day count,
leaving the other value types at their already-correct natural order.
2026-06-15 16:10:14 +02:00
..
import fix(import): collapse duplicate fee-type warnings into a bounded list 2026-06-03 02:37:12 +02:00
custom_field_policies_test.exs Tests: use Mv.Fixtures, fix warnings, Credo TODO disable 2026-02-04 00:34:12 +01:00
custom_field_sort_property_test.exs fix(membership): add chronological sort key for custom :date fields 2026-06-15 16:10:14 +02:00
custom_field_sort_test.exs fix(membership): add chronological sort key for custom :date fields 2026-06-15 16:10:14 +02:00
custom_field_value_formatter_test.exs fix(export): emit date custom-field values as ISO-8601 for re-import 2026-06-03 01:54:49 +02:00
custom_field_value_policies_test.exs Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00
group_policies_test.exs Docs: groups and roles/permissions architecture, Group moduledoc 2026-02-04 09:20:26 +01:00
member_email_validation_test.exs Tests: use Mv.Fixtures, fix warnings, Credo TODO disable 2026-02-04 00:34:12 +01:00
member_export_build_test.exs fix: add test, accidentally deleted by commit baa288bf 2026-03-04 16:21:16 +01:00
member_export_sort_test.exs tests: update tests 2026-02-05 15:03:36 +01:00
member_group_policies_test.exs MemberGroup: restrict bypass to own_data via MemberGroupReadLinkedForOwnData 2026-02-04 09:19:57 +01:00
member_policies_test.exs Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00
members_csv_test.exs test: fee type column visibility, CSV export, export controller 2026-02-23 23:55:13 +01:00
members_pdf_test.exs fix(pdf-export): match DateTime.from_iso8601 three-tuple when formatting cells 2026-06-02 12:04:37 +02:00