Bug #3385
Bug #3316: Tukxi Server Rider:- Design New Architecture using node
Service Rider:- loadAvailableCab restructuring using node
0%
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
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.
Updated by Anupama P over 1 year ago
- Milestone deleted (
Sprint 23 Tukxi Ride 2024 Sept 01 to Sept 30) - Milestone set to Sprint 24 Tukxi Ride 2024 Oct 01 to Oct 31
Updated by Anupama P over 1 year ago
- Target version deleted (
1.0.5) - Milestone deleted (
Sprint 24 Tukxi Ride 2024 Oct 01 to Oct 31) - Milestone set to Backlog
Updated by Anupama P over 1 year ago
- Target version set to 1.0.7
- Milestone deleted (
Backlog) - Milestone set to Sprint 25 Tukxi Ride 2024 Nov 01 to Nov 30
Updated by Anandhu P Kumar over 1 year ago
- Status changed from New to Resolved
loadAvailableCab converted to node js
Updated by Anandhu P Kumar about 1 year ago
{
"status":"success",
"data":{
"AvailableCabList":[
],
"PassengerLat":10.0070819,
"PassengerLon":76.3737395,
"VehicleTypes":[
]
},
"message":""
}
Updated by Firosha Fathima 10 months ago
- Status changed from QA In Progress to Reopened
Service Rider:- loadAvailableCab restructuring using node failed
1,Cab listing:
a)When we open the app for the first time available vehicle is viewed but once the 'your location' and 'where to' is given and again navigate back no available vehicle icon is viewed in the home screen failed
b)Available vehicle icon is car instead of auto in home screen page failed
2,Vehicle type:(select vehicle)
a)Only the available vehicle type should be viewed passed
b)For prime vehicle type there is no vehicle icon failed
c)There is a space in listing the vehicle type failed
d)when the trip is made from Infopark to Kasaragod, while selecting vehicle type it should show no vehicle but when i choose auto it shows like auto is available failed
3, Request button is available and also it is clickable passed
4, Time estimation displayed is wrong failed
Note :A trip from smartcity to alakapuri takes 15 mins as per google maps but in app it shows as 2 mins
Updated by Anandhu P Kumar 10 months ago
2,Vehicle type:(select vehicle)
c)There is a space in listing the vehicle type failed - Front-end bug
Updated by Anandhu P Kumar 10 months ago
4, Time estimation displayed is wrong failed
Note :A trip from smartcity to alakapuri takes 15 mins as per google maps but in app it shows as 2 mins
Front-end bug