You need to sign in or sign up before continuing.
Resolve VSN-1966 "Feature/implement generic amendment circuit creation with period splitting"
- Implement generic amendment circuit creation with period splitting logic
- Add buildAndSaveAmendmentCircuitsWithoutTrips for automatic amendment generation
- Handle overlapping amendments by splitting circuits into multiple periods
- Add findMostRecentAmendmentPassengerForPeriod using date-based queries
- Update TripPointServiceImpl to use period-based amendment lookup
- Refactor addPassengersToCircuit to use new automatic amendment creation
- Remove manual deletion in amendment updates since the process is now automatic Closes VSN-1966