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.

#1

Updated by Anupama P over 1 year ago

  • Description updated (diff)
#2

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
#3

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
#4

Updated by Anupama P over 1 year ago

  • Assignee set to Anandhu P Kumar
#5

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
#6

Updated by Anandhu P Kumar over 1 year ago

  • Status changed from New to Resolved

loadAvailableCab converted to node js

#7

Updated by Anupama P over 1 year ago

  • Due date set to 09/26/2024
#9

Updated by Anandhu P Kumar about 1 year ago

{
"status":"success",
"data":{
"AvailableCabList":[
],
"PassengerLat":10.0070819,
"PassengerLon":76.3737395,
"VehicleTypes":[
]
},
"message":""
}

#10

Updated by Anupama P 10 months ago

  • Subject changed from loadAvailableCab restructuring using node to Service Rider:- loadAvailableCab restructuring using node
  • Status changed from Resolved to QA Ready
#11

Updated by Shalu T S 10 months ago

  • Due date changed from 09/26/2024 to 05/29/2025
  • Start date changed from 09/19/2024 to 05/29/2025
#12

Updated by Firosha Fathima 10 months ago

  • Status changed from QA Ready to QA In Progress
#13

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

#14

Updated by Anandhu P Kumar 10 months ago

  • Impact Analysis updated (diff)
#15

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

#16

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

Also available in: Atom PDF