Project

General

Profile

Bug #4953

iOS Rider : Pass extra parameters, steps latitude and longitude, to the sendRequestToDriver API.

Added by Shalu T S 9 months ago. Updated 9 months ago.

Status:
Resolved
Priority:
Normal
Target version:
Start date:
07/01/2025
Due date:
07/01/2025 (about 9 months late)
% Done:

100%

Estimated time:
Milestone:
Sprint 30 Tukxi Ride 2025 June 30 to Aug 22
Branch name:
Branch:- dot_release_vidhuja_4953, parent:- dot_release_tripfare

Description

Pass extra parameters, steps latitude and longitude, to the sendRequestToDriver API. Fetch step latitude and longitude from direction API call response.


Impact Analysis

On trip request send passed the extra parameter

#1

Updated by Shalu T S 9 months ago

  • Subject changed from Pass extra parameters, steps latitude and longitude, to the sendRequestToDriver API. to iOS Rider : Pass extra parameters, steps latitude and longitude, to the sendRequestToDriver API.
#2

Updated by Anandhu P Kumar 9 months ago

Pass the step locations to the parameter "stepLocationDetails"

#3

Updated by Anandhu P Kumar 9 months ago

Below is the format for the stepLocationDetails parameter,

[ {
"lattitude": "9.6457457",
"longitude": "75.354646"
}, {
"lattitude": "9.6457457",
"longitude": "75.354646"
}
]

#4

Updated by Anupama P 9 months ago

  • Branch name set to Branch:- dot_release_vidhuja_4953, parent:- dot_release_tripfare
#5

Updated by vinduja Narayanan 9 months ago

  • Due date set to 07/01/2025
  • Start date set to 07/01/2025
#6

Updated by vinduja Narayanan 9 months ago

  • Status changed from New to In Progress
#7

Updated by vinduja Narayanan 9 months ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100
  • Impact Analysis updated (diff)

Pass extra parameters, steps latitude and longitude, to the sendRequestToDriver API. Fetch step latitude and longitude from direction API call response. - Fixed

Also available in: Atom PDF