Skip to content

fix(roadmap): Replace hardcoded values with dynamic data in validation

yassine sabir a demandé de fusionner feature/Remove-Hardcoded-Values vers develop

Use dynamic data instead of hardcoded values in validation flow

  • Use dynamic driverId, date, and validatedRoadMapId from props instead of hardcoded values
  • Calculate "Total des jours saisis" and "Total des jours restants" dynamically based on actual data
  • Extract year and month from date prop for geolocation API calls
  • Pass validatedRoadMapId to FinalResultTable and validation components
  • Use dynamic combinedTableDayId in validation row components

Rapports de requête de fusion