Project

General

Profile

CR #3402

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

Service Rider:- cancelTrip restructuring using node

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

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

0%

Estimated time:
Milestone:
Sprint 25 Tukxi Ride 2024 Nov 01 to Nov 30
Branch name:

Description

parameters.put("type", "cancelTrip");
parameters.put("UserType", Utils.app_type);
parameters.put("iUserId", generalFunc.getMemberId());
parameters.put("iDriverId", tripDataMap.get("iDriverId"));
parameters.put("iTripId", tripDataMap.get("iTripId"));
parameters.put("eConfirmByUser", eConfirmByUser);
parameters.put("iCancelReasonId", iCancelReasonId);
parameters.put("Reason", reason);


Files

cancelTrip (442 Bytes) cancelTrip Anandhu P Kumar, 02/07/2025 01:49 AM

Impact Analysis

The cancel reason should be added and will display in the cancel reasons when trying to cancel the trip.

#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 Anandhu P Kumar
#3

Updated by Anandhu P Kumar over 1 year ago

  • Due date set to 10/29/2024
  • Status changed from New to In Progress
  • Start date changed from 09/19/2024 to 09/17/2024
#4

Updated by Anandhu P Kumar over 1 year ago

  • Status changed from In Progress to On Hold
#5

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

Updated by Anupama P over 1 year ago

  • Due date changed from 10/29/2024 to 11/14/2024
  • Status changed from On Hold to In Progress
  • Start date changed from 09/17/2024 to 11/07/2024
#7

Updated by Anupama P over 1 year ago

  • Due date changed from 11/14/2024 to 11/19/2024
#8

Updated by Anandhu P Kumar over 1 year ago

  • Status changed from In Progress to Resolved

implemented cancelTrip in node js

#10

Updated by Anupama P 10 months ago

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

Updated by Firosha Fathima 10 months ago

  • Status changed from QA Ready to Reopened

Service Rider:- cancelTrip restructuring using node failed

Note: Can't able to add cancellation reason.While trying to add it shows as
*Unknown column 'vTitle_ML' in 'field list'query fail
INSERT INTO `cancel_reason` SET vTitle_EN = 'test',vTitle_ML = '', `eStatus` = 'Active', `eType` = 'Ride', `eFor`= 'Passenger', `iDisplayOrder` = '1' *

#12

Updated by Shalu T S 10 months ago

  • Due date changed from 11/19/2024 to 05/28/2025
  • Start date changed from 11/07/2024 to 05/28/2025
#13

Updated by Anandhu P Kumar 10 months ago

  • Status changed from Reopened to In Progress
  • Impact Analysis updated (diff)

Error while adding the cancel reason has been resolved.

#14

Updated by Anandhu P Kumar 10 months ago

  • Status changed from In Progress to Resolved
#15

Updated by Firosha Fathima 10 months ago

  • Status changed from Resolved to Reopened

when the trip is cancelled by the driver, it is not notified to the rider failed
Note: After the driver cancels the trip, the rider is still on the OTP pin display page

Also available in: Atom PDF