mitgliederverwaltung/lib/mv/membership_fees
Moritz ed083830b9
All checks were successful
continuous-integration/drone/push Build is passing
refactor: improve cycle generation code quality and documentation
- Remove Process.sleep calls from integration tests (tests run synchronously in SQL sandbox)
- Improve error handling: membership_fee_type_not_found now returns changeset error instead of just logging
- Clarify partial_failure documentation: successful_cycles are not persisted on rollback
- Update documentation: joined_at → join_date, left_at → exit_date
- Document PostgreSQL advisory locks per member (not whole table lock)
- Document gap handling: explicitly deleted cycles are not recreated
2025-12-16 16:40:11 +01:00
..
calendar_cycles.ex docs: fix CalendarCycles documentation to match actual implementation 2025-12-16 15:06:45 +01:00
cycle_generation_job.ex feat: implement automatic cycle generation for members 2025-12-16 16:40:11 +01:00
cycle_generator.ex refactor: improve cycle generation code quality and documentation 2025-12-16 16:40:11 +01:00