Project

General

Profile

Bug #3385

Bug #3316: Tukxi Server Rider:- Design New Architecture using node

Service Rider:- loadAvailableCab restructuring using node

Added by Anupama P over 1 year ago. Updated 10 months ago.

Status:
Reopened
Priority:
Normal
Target version:
Start date:
05/29/2025
Due date:
05/29/2025 (about 10 months late)
% Done:

0%

Estimated time:
Milestone:
Sprint 25 Tukxi Ride 2024 Nov 01 to Nov 30
Branch name:

Description

val parameters = HashMap<String, String>()
parameters["type"] = "loadAvailableCabV2"
parameters["PassengerLat"] = "" + pickUpLocation?.latitude
parameters["PassengerLon"] = "" + pickUpLocation?.longitude
parameters["iUserId"] = generalFunctions.memberId
parameters["PickUpAddress"] = pickUpLocationAddress
parameters["scheduleDate"] = selectedDateTime
parameters["SelectedCabType"] = selectedCabTypeId
parameters["SelectedBodyType"] = selectedBodyTypeId
parameters["sortby"] = sortBy
parameters["eType"] = getCurrentCabGeneralType()
if (!destLocLatitude.equals("", ignoreCase = true)) {
parameters["DestLat"] = destLocLatitude
parameters["DestLong"] = destLocLongitude
}
if (!eShowOnlyMoto.equals("", ignoreCase = true)) {
parameters["eShowOnlyMoto"] = eShowOnlyMoto
}
if (isRental) {
parameters["eRental"] = "Yes"
parameters["eType"] = "Ride"
}
/**CR #313 Include pick up option to be hidden - Show pop up 'include pick up fee' after first search */
parameters["PickupChargeEnabled"] =
if (isPickupCharge || generalFunctions.getJsonValueStr(
"ENABLE_PICKUP_DEFAULT",
userProfileJson.value
).equals("yes", ignoreCase = true)
) "Yes" else "No" // Pickup fee implementation - show pickup fee info when click on pick up fee checkbox info icon Modified by Jithin Kuriakose on 22-09-2020


Files

LoadAvalilableCab (1.11 KB) LoadAvalilableCab Anandhu P Kumar, 02/07/2025 01:36 AM

Impact Analysis

Listing the vehicle on the map of the home screen and showing the vehicles in the request pop-up is based on this api.

Also available in: Atom PDF