mitgliederverwaltung/test/membership_fees
Moritz 82897d5cd3
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-12 17:41:22 +01:00
..
changes feat: implement automatic cycle generation for members 2025-12-11 21:26:58 +01:00
foreign_key_test.exs feat(membership-fees): add database schema and Ash domain structure 2025-12-11 18:46:48 +01:00
member_cycle_integration_test.exs refactor: improve cycle generation code quality and documentation 2025-12-12 17:41:22 +01:00
membership_fee_cycle_test.exs fix(membership-fees): add DB constraints for enum and decimal precision 2025-12-11 18:46:48 +01:00
membership_fee_type_test.exs fix(membership-fees): add DB constraints for enum and decimal precision 2025-12-11 18:46:48 +01:00