Skip to content

Bug fix/planning road sheet uuid

yassine sabir a demandé de fusionner bugFix/Planning-RoadSheet-UUID vers develop

UUID Endpoint Implementation :

  • Endpoint is created at /api/planning/drivers/uuid/{driverUuid}/trips

  • Service method getDriverTripsByUuid() is implemented

  • Uses repository method findTripsByDriverUuidAndDateRange()

  • Proper error handling and fallback logic

  • No 401 errors (the original issue is fixed)

Rapports de requête de fusion