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.
Due date:
05/29/2025 (about 10 months late)
Milestone:
Sprint 25 Tukxi Ride 2024 Nov 01 to Nov 30
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.
- Description updated (diff)
- 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
- Target version deleted (
1.0.5)
- Milestone deleted (
Sprint 24 Tukxi Ride 2024 Oct 01 to Oct 31)
- Milestone set to Backlog
- Assignee set to Anandhu P Kumar
- Target version set to 1.0.7
- Milestone deleted (
Backlog)
- Milestone set to Sprint 25 Tukxi Ride 2024 Nov 01 to Nov 30
- Status changed from New to Resolved
loadAvailableCab converted to node js
- Due date set to 09/26/2024
{
"status":"success",
"data":{
"AvailableCabList":[
],
"PassengerLat":10.0070819,
"PassengerLon":76.3737395,
"VehicleTypes":[
]
},
"message":""
}
- Subject changed from loadAvailableCab restructuring using node to Service Rider:- loadAvailableCab restructuring using node
- Status changed from Resolved to QA Ready
- Due date changed from 09/26/2024 to 05/29/2025
- Start date changed from 09/19/2024 to 05/29/2025
- Status changed from QA Ready to QA In Progress
- 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
- Impact Analysis updated (diff)
2,Vehicle type:(select vehicle)
c)There is a space in listing the vehicle type failed - Front-end bug
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
Also available in: Atom
PDF