Project

General

Profile

CR #3393

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

Service Rider:- checkSurgePrice restructuring using node

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

Status:
QA Ready
Priority:
Normal
Assignee:
Target version:
-
Start date:
09/18/2024
Due date:
11/07/2024 (about 17 months late)
% Done:

0%

Estimated time:
Milestone:
Sprint 27 Tukxi Ride 2025 Feb 03 to Feb 28
Branch name:
sprint-20_shaheel_3393

Description

parameters["type"] = "checkSurgePrice"
parameters["iMemberId"] = generalFunctions.memberId
parameters["UserType"] = Utils.userType
parameters["SelectedCarTypeID"] = "" + selectedCabTypeId

parameters["iUserProfileId"] = iUserProfileId
parameters["iOrganizationId"] = iOrganizationId
parameters["vProfileEmail"] = vProfileEmail
parameters["ePaymentBy"] = ePaymentBy
if (isPoolCabTypeIdSelected) {
parameters["ePool"] = "Yes"
} else {
parameters["ePool"] = "No"
}
if (iRentalPackageId.equals(
"",
ignoreCase = true
)
) {
parameters["iRentalPackageId"] = iRentalPackageId
}
if (selectedTime.trim { it <= ' ' } != "") {
parameters["SelectedTime"] = selectedTime
}
if (pickUpLocation != null) {
parameters["PickUpLatitude"] = "" + pickUpLocation!!.getLatitude()
parameters["PickUpLongitude"] = "" + pickUpLocation!!.getLongitude()
}

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


Files

checkSurgPrice (339 Bytes) checkSurgPrice shaheel Navas, 11/07/2024 09:35 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 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 shaheel Navas over 1 year ago

  • Due date set to 11/07/2024
  • Status changed from New to In Progress
  • Start date changed from 09/19/2024 to 09/18/2024
#5

Updated by shaheel Navas over 1 year ago

  • File checkSurgPrice added

checkSurgePriceController

#6

Updated by shaheel Navas over 1 year ago

  • Status changed from In Progress to Resolved
#8

Updated by shaheel Navas over 1 year ago

  • File deleted (checkSurgPrice)
#9

Updated by shaheel Navas over 1 year ago

  • Branch name set to sprint-23_shaheel_3393
#10

Updated by shaheel Navas over 1 year ago

  • Branch name changed from sprint-23_shaheel_3393 to sprint-20_shaheel_3393
#11

Updated by Anupama P 10 months ago

  • Subject changed from checkSurgePrice restructuring using node to Service Rider:- checkSurgePrice restructuring using node
  • Status changed from Resolved to QA Ready
  • Milestone deleted (Backlog)
  • Milestone set to Sprint 27 Tukxi Ride 2025 Feb 03 to Feb 28

Also available in: Atom PDF