CR #3402
Bug #3316: Tukxi Server Rider:- Design New Architecture using node
Service Rider:- cancelTrip restructuring using node
0%
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
Impact Analysis
The cancel reason should be added and will display in the cancel reasons when trying to cancel the trip.
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 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
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 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
Updated by Anandhu P Kumar over 1 year ago
- Status changed from In Progress to Resolved
implemented cancelTrip in node js
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'
*
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.