Project

General

Profile

CR #3404

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

Service Rider:- DisplayCouponList restructuring using node

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

Status:
Resolved
Priority:
Normal
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_3404

Description

final HashMap<String, String> parameters = new HashMap<String, String>();
parameters.put("type", "DisplayCouponList");
parameters.put("iMemberId", generalFunc.getMemberId());
parameters.put("iVehicleTypeId", iVehicleTypeId);
parameters.put("UserType", Utils.app_type);
parameters.put("riderLat", riderLat);
parameters.put("riderLong", riderLong);

if (getIntent().hasExtra("eSystem")) {
parameters.put("eSystem", Utils.eSystem_Type);
}

parameters.put("eFly", getIntent().getBooleanExtra("eFly",false)?"Yes":"No");

if (getIntent().hasExtra("eType")) {
parameters.put("eType", getIntent().getStringExtra("eType"));


Files

displayCouponList (63 Bytes) displayCouponList shaheel Navas, 11/05/2024 03:26 AM

Impact Analysis

Displays all coupons in the coupon section when requesting a trip.

Also available in: Atom PDF