mitgliederverwaltung/lib
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
..
accounts Improve oidc only mode (#474) 2026-03-16 19:09:07 +01:00
membership feat(custom-field): add join_description attribute for GDPR join-form labels 2026-06-03 12:01:41 +02:00
membership_fees refactor(types): remove dead catch-all clauses unreachable per success typing 2026-06-02 11:56:44 +02:00
mix/tasks refactor: adress review comments 2026-03-09 18:54:40 +01:00
mv fix(membership): add chronological sort key for custom :date fields 2026-06-15 16:10:14 +02:00
mv_web refactor(member): share Ash error formatting across member-show components 2026-06-15 15:10:44 +02:00
mv.ex Add generated starter app 2025-03-18 15:05:27 +01:00
mv_web.ex Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00