CR #3398
Bug #3316: Tukxi Server Rider:- Design New Architecture using node
Service Rider:- estimateFareNewV2 restructuring using node
0%
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
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 shaheel Navas over 1 year ago
- Due date set to 10/18/2024
- Status changed from New to In Progress
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
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
Updated by Shalu T S 10 months ago
- File Screenshot_20250530-105227.png Screenshot_20250530-105227.png added
- File Screenshot_20250530-105754.png Screenshot_20250530-105754.png added
- File Screenshot_20250530-105936.png Screenshot_20250530-105936.png added
- File Screenshot_20250530-112835.png Screenshot_20250530-112835.png added
- File Screenshot_20250530-112841.png Screenshot_20250530-112841.png added
- File Screenshot_20250530-112847.png Screenshot_20250530-112847.png added