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

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

Updated by Anupama P over 1 year ago

  • Assignee set to shaheel Navas
#3

Updated by shaheel Navas over 1 year ago

  • Branch name set to sprint-23_shaheel_3398
#4

Updated by shaheel Navas over 1 year ago

  • Due date set to 10/18/2024
  • Status changed from New to In Progress
#6

Updated by shaheel Navas over 1 year ago

  • Status changed from In Progress to Resolved
#7

Updated by Anupama P over 1 year ago

  • Target version changed from 1.0.5 to 1.0.7
  • Milestone deleted (Sprint 24 Tukxi Ride 2024 Oct 01 to Oct 31)
  • Milestone set to Sprint 25 Tukxi Ride 2024 Nov 01 to Nov 30
#8

Updated by Anupama P 10 months ago

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

Updated by Shalu T S 10 months ago

  • Due date changed from 10/18/2024 to 05/30/2025
  • Status changed from QA Ready to QA In Progress
  • Start date changed from 09/19/2024 to 05/30/2025
#10

Updated by Shalu T S 10 months ago

  • Status changed from QA In Progress to Reopened

1. The distance amount showing in the fare breakdown is not correct for the minimum distance trip, there is a minus value showing in the distance fare.
2. The amount showing in the vehicle list is not correct it shows just 2 rupees for the minimum distance trip.
3. After Apply the coupon the amount is not adjusted in the select

Also available in: Atom PDF