Project

General

Profile

CR #3398

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

Service Rider:- estimateFareNewV2 restructuring using node

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

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

0%

Estimated time:
Milestone:
Sprint 25 Tukxi Ride 2024 Nov 01 to Nov 30
Branch name:
sprint-23_shaheel_3398

Description

parameters["type"] =
"estimateFareNewV2"
parameters["iUserId"] = viewModel.generalFunctions.memberId
parameters["SelectedCarTypeID"] = (if (distance != null && time != null) {
parameters["distance"] = distance
parameters["time"] = time
} else {

}).toString()
parameters["SelectedCar"] = mainActViewModel.selectedCabTypeId ?: ""
parameters["PromoCode"] = viewModel.appliedPromoCode

if (mainActViewModel.pickUpLocation != null) {
parameters["StartLatitude"] =
"" + mainActViewModel.pickUpLocation?.latitude
parameters["EndLongitude"] =
"" + mainActViewModel.pickUpLocation?.longitude
}

if (mainActViewModel.destLocLatitude.isNotEmpty() && !mainActViewModel.destLocLatitude.equals(
"",
ignoreCase = true
)
) {
parameters["DestLatitude"] = "" + mainActViewModel.destLocLatitude
parameters["DestLongitude"] = "" + mainActViewModel.destLocLongitude
}


Files

Screenshot_20250530-105227.png (122 KB) Screenshot_20250530-105227.png Shalu T S, 05/30/2025 02:30 AM
Screenshot_20250530-105754.png (207 KB) Screenshot_20250530-105754.png Shalu T S, 05/30/2025 02:30 AM
Screenshot_20250530-105936.png (143 KB) Screenshot_20250530-105936.png Shalu T S, 05/30/2025 02:30 AM
Screenshot_20250530-112835.png (553 KB) Screenshot_20250530-112835.png Shalu T S, 05/30/2025 02:30 AM
Screenshot_20250530-112841.png (358 KB) Screenshot_20250530-112841.png Shalu T S, 05/30/2025 02:30 AM
Screenshot_20250530-112847.png (122 KB) Screenshot_20250530-112847.png Shalu T S, 05/30/2025 02:30 AM

Also available in: Atom PDF