Skip to content

feat(circuit): Add day-specific driver assignment support

kawtar.bouarif a demandé de fusionner feature/vsn-1899-refactor vers develop

Enhance driver assignment to support selecting specific weekdays instead of assigning all days in the period.

Changes:

  • Add assignTripForPeriod() method with startDate, endDate, selectedDays params
  • Update Kafka producer to publish DriverAssignedDTO with selected days
  • Improve conflict detection to check only overlapping days
  • Filter conflicting assignments by day overlap before creating new ones

Rapports de requête de fusion